/home/vianto5/heredit.mx/wp-content/plugins/elementor/includes/template-library/data
Edit: /home/vianto5/heredit.mx/wp-content/plugins/elementor/includes/template-library/data/controller.php (694B)
register_endpoint( new Endpoints\Templates( $this ) );
}
protected function register_index_endpoint() {
// Bypass, currently does not required.
}
public function get_permission_callback( $request ) {
return User::is_current_user_can_edit_post_type( Source_Local::CPT );
}
}