Yoast\WP\SEO\Actions\Configuration

First_Time_Configuration_Action::__construct()publicYoast 1.0

First_Time_Configuration_Action constructor.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$First_Time_Configuration_Action = new First_Time_Configuration_Action();
$First_Time_Configuration_Action->__construct( $options_helper, $social_profiles_helper );
$options_helper(Options_Helper) (обязательный)
The WPSEO options helper.
$social_profiles_helper(Social_Profiles_Helper) (обязательный)
The social profiles helper.

Код First_Time_Configuration_Action::__construct() Yoast 22.4

public function __construct( Options_Helper $options_helper, Social_Profiles_Helper $social_profiles_helper ) {
	$this->options_helper         = $options_helper;
	$this->social_profiles_helper = $social_profiles_helper;
}