PluginProbe
Advanced Custom Fields (ACF®) / 6.1.6
Advanced Custom Fields (ACF®) v6.1.6
6.8.9 6.8.8 6.8.7 6.8.6 6.8.5 6.8.4 6.8.3 6.8.2 6.8.1 5.8.5 5.8.6 5.8.7 5.8.8 5.8.9 5.9.0 5.9.1 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9 6.0.0 All 230 releases
advanced-custom-fields / includes / rest-api.php

rest-api.php in Advanced Custom Fields (ACF®) 6.1.6, at includes/rest-api.php

15 lines 383 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // Exit if accessed directly.
4 if ( ! defined( 'ABSPATH' ) ) {
5 exit;
6 }
7
8 acf_include( 'includes/rest-api/acf-rest-api-functions.php' );
9 acf_include( 'includes/rest-api/class-acf-rest-api.php' );
10 acf_include( 'includes/rest-api/class-acf-rest-embed-links.php' );
11 acf_include( 'includes/rest-api/class-acf-rest-request.php' );
12
13 // Initialize.
14 acf_new_instance( 'ACF_Rest_Api' );
15