/home/techb158/public_html/wp-content/plugins/elementor/modules/checklist/data
NameSizeModeActions
endpoints/-0755rm
controller.php10420666editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/elementor/modules/checklist/data/controller.php (1042B)
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' ); } }