PATH:
home
/
centosnipponia
/
public_html
/
downloads
/
wp-content
/
plugins
/
advanced-custom-fields
/
includes
<?php /** * @package ACF * @author WP Engine * * © 2026 Advanced Custom Fields (ACF®). All rights reserved. * "ACF" is a trademark of WP Engine. * Licensed under the GNU General Public License v2 or later. * https://www.gnu.org/licenses/gpl-2.0.html */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } acf_include( 'includes/rest-api/acf-rest-api-functions.php' ); acf_include( 'includes/rest-api/class-acf-rest-api.php' ); acf_include( 'includes/rest-api/class-acf-rest-embed-links.php' ); acf_include( 'includes/rest-api/class-acf-rest-request.php' ); // Initialize. acf_new_instance( 'ACF_Rest_Api' );
[+]
..
[+]
admin
[+]
ajax
[+]
api
[+]
fields
[+]
forms
[+]
legacy
[+]
locations
[+]
post-types
[+]
rest-api
[+]
walkers
[-] acf-bidirectional-functions.php
[edit]
[-] acf-field-functions.php
[edit]
[-] acf-field-group-functions.php
[edit]
[-] acf-form-functions.php
[edit]
[-] acf-helper-functions.php
[edit]
[-] acf-hook-functions.php
[edit]
[-] acf-input-functions.php
[edit]
[-] acf-internal-post-type-functions.php
[edit]
[-] acf-meta-functions.php
[edit]
[-] acf-post-functions.php
[edit]
[-] acf-post-type-functions.php
[edit]
[-] acf-taxonomy-functions.php
[edit]
[-] acf-user-functions.php
[edit]
[-] acf-utility-functions.php
[edit]
[-] acf-value-functions.php
[edit]
[-] acf-wp-functions.php
[edit]
[-] assets.php
[edit]
[-] class-acf-data.php
[edit]
[-] class-acf-internal-post-type.php
[edit]
[-] compatibility.php
[edit]
[-] deprecated.php
[edit]
[-] fields.php
[edit]
[-] index.php
[edit]
[-] l10n.php
[edit]
[-] local-fields.php
[edit]
[-] local-json.php
[edit]
[-] local-meta.php
[edit]
[-] locations.php
[edit]
[-] loop.php
[edit]
[-] media.php
[edit]
[-] rest-api.php
[edit]
[-] revisions.php
[edit]
[-] third-party.php
[edit]
[-] upgrades.php
[edit]
[-] validation.php
[edit]
[-] wpml.php
[edit]
[-] .htaccess.disabled
[edit]