%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/plugins/the-events-calendar/common/src/Tribe/REST/ |
Current File : /var/www/html/higroup/wp-content/plugins/the-events-calendar/common/src/Tribe/REST/System.php |
<?php class Tribe__REST__System { /** * Whether the WP installation supports WP REST API or not. * * @return bool */ public function supports_wp_rest_api() { return function_exists( 'get_rest_url' ); } }