/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor/modules/checklist/data
Edit: /var/www/wp2.qr4y.com/www/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' );
}
}