Lines:
1 to 14 of 14
<?php /* * Plugin Name: Feedback CPT Permissions over-ride */ if ( class_exists( 'WP_REST_Posts_Controller' ) ) { /* class Grunion_Contact_Form_Endpoint */ /* function Grunion_Contact_Form_Endpoint::get_items_permissions_check() – Check whether a given request has proper authorization to view feedback items. */ /* function Grunion_Contact_Form_Endpoint::get_item_permissions_check() – Check whether a given request has proper authorization to view feedback item. */ }