Yoast\WP\SEO\Actions\Wincher
Wincher_Keyphrases_Action::__construct()
Wincher_Keyphrases_Action constructor.
Метод класса: Wincher_Keyphrases_Action{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Wincher_Keyphrases_Action = new Wincher_Keyphrases_Action(); $Wincher_Keyphrases_Action->__construct(;
Код Wincher_Keyphrases_Action::__construct() Wincher Keyphrases Action:: construct Yoast 24.1
public function __construct( Wincher_Client $client, Options_Helper $options_helper, Indexable_Repository $indexable_repository ) { $this->client = $client; $this->options_helper = $options_helper; $this->indexable_repository = $indexable_repository; }