Yoast\WP\SEO\Services\Health_Check

Report_Builder::set_actions()publicYoast 1.0

Sets a text that describes how the user can solve the failed health check.

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

Хуков нет.

Возвращает

Report_Builder. This builder.

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

$Report_Builder = new Report_Builder();
$Report_Builder->set_actions( $actions );
$actions(строка) (обязательный)
The descriptive text.

Код Report_Builder::set_actions() Yoast 22.4

public function set_actions( $actions ) {
	$this->actions = $actions;
	return $this;
}