芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/misfits2/wp-content/plugins/elementor-pro/core/data/controller.php
endpoints[ $endpoint_instance->get_name() ] = $endpoint_instance; } public function __construct() { add_action( 'rest_api_init', function () { $this->register_endpoints(); // Because 'register_endpoints' is protected. } ); } }