There was an error while loading. Please reload this page.
By default, no special permissions needed.
add_filter( 'cmb2_api_get_boxes_permissions_check', function( bool $can_access, object $controller ) { // Your code here. return $can_access; }, 10, 2 );
bool
$can_access
object
$controller
apply_filters( 'cmb2_api_get_boxes_permissions_check', true, $this )
← All Hooks