Yoast\WP\SEO\Services\Health_Check

Report_Builder::get_actions_with_signature()privateYoast 1.0

Concatenates the set actions with Yoast's signature.

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

Хуков нет.

Возвращает

Строку. A string containing the set actions and Yoast's signature.

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

// private - только в коде основоного (родительского) класса
$result = $this->get_actions_with_signature();

Код Report_Builder::get_actions_with_signature() Yoast 22.4

private function get_actions_with_signature() {
	return $this->actions . $this->get_signature();
}