Yoast\WP\SEO\Actions\Wincher
Wincher_Login_Action::__construct()
Wincher_Login_Action constructor.
Метод класса: Wincher_Login_Action{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Wincher_Login_Action = new Wincher_Login_Action(); $Wincher_Login_Action->__construct( $client, $options_helper );
- $client(Wincher_Client) (обязательный)
- The API client.
- $options_helper(Options_Helper) (обязательный)
- The options helper.
Код Wincher_Login_Action::__construct() Wincher Login Action:: construct Yoast 24.0
public function __construct( Wincher_Client $client, Options_Helper $options_helper ) { $this->client = $client; $this->options_helper = $options_helper; }