Tribe__Events__Meta__Context::current_user_can_edit_events()
Whether the current user has the specified capability or not.
Contents
Parameters
- $capability
-
(string) (Required)
Return
(bool)
Source
File: src/Tribe/Meta/Context.php
public function current_user_can_edit_events( ) {
return current_user_can( 'edit_tribe_events' );
}