芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/modules/user-groups/REST/REST.php
controllers = $controllers; } public function run() { add_action( 'rest_api_init', [ $this, 'register_routes' ] ); } public function register_routes() { foreach ( $this->controllers as $controller ) { $controller->register_routes(); } } }