芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/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. } ); } }