/home/techb158/balacoffee.com/wp-content/plugins/wp-rocket/inc/Engine/Support
NameSizeModeActions
Data.php22870644editdlrm
Rest.php22440644editdlrm
ServiceProvider.php12490644editdlrm
Subscriber.php7210644editdlrm
Edit: /home/techb158/balacoffee.com/wp-content/plugins/wp-rocket/inc/Engine/Support/Subscriber.php (721B)
rest = $rest; } /** * Events this subscriber listens to. * * @return array */ public static function get_subscribed_events() { return [ 'rest_api_init' => 'register_support_route', ]; } /** * Registers the rest support route * * @since 3.7.5 * * @return void */ public function register_support_route() { $this->rest->register_route(); } }