🏠 Root
/
home
/
a
/
r
/
t
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
common
/
src
/
Tribe
/
REST
/
Editing: 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' ); } }
Save
Cancel