Yoast\WP\SEO\Abilities\User_Interface

Abilities_Integration::can_manage_seopublicYoast 1.0

Checks whether the current user can manage Yoast SEO.

Gates the score abilities behind the Yoast SEO management capability.

Метод класса: Abilities_Integration{}

Хуков нет.

Возвращает

true|false. Whether the current user can manage Yoast SEO.

Использование

$Abilities_Integration = new Abilities_Integration();
$Abilities_Integration->can_manage_seo(): bool;

Код Abilities_Integration::can_manage_seo() Yoast 28.2

public function can_manage_seo(): bool {
	return $this->capability_helper->current_user_can( 'wpseo_manage_options' );
}