芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/elementor/modules/checklist/data/controller.php
index_endpoint->register_item_route(); $this->register_endpoint( new Steps( $this ) ); $this->register_endpoint( new User_Progress( $this ) ); } public function update_items_permissions_check( $request ) { return current_user_can( 'manage_options' ); } public function update_item_permissions_check( $request ) { return current_user_can( 'manage_options' ); } public function get_item_permissions_check( $request ) { return current_user_can( 'manage_options' ); } public function get_items_permissions_check( $request ) { return current_user_can( 'manage_options' ); } }