• File: rest-api.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/plugins/wpr-addons-pro/plugins/acf/includes/rest-api.php
  • Date Modified: 05/28/2025 4:55 AM
  • File size: 397 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

// 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' );