Tribe__Events__Meta__Context::current_user_can_edit_events()

Whether the current user has the specified capability or not.


Parameters

$capability

(string) (Required)


Top ↑

Return

(bool)


Top ↑

Source

File: src/Tribe/Meta/Context.php

	public function current_user_can_edit_events( ) {
		return current_user_can( 'edit_tribe_events' );
	}