Yoast\WP\SEO\MyYoast_Client\User_Interface
MyYoast_Cleanup_Integration::__construct
MyYoast_Cleanup_Integration constructor.
Метод класса: MyYoast_Cleanup_Integration{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$MyYoast_Cleanup_Integration = new MyYoast_Cleanup_Integration(); $MyYoast_Cleanup_Integration->__construct( $cleanup );
- $cleanup(MyYoast_Client_Cleanup) (обязательный)
- The cleanup service.
Код MyYoast_Cleanup_Integration::__construct() MyYoast Cleanup Integration:: construct Yoast 27.8
public function __construct( MyYoast_Client_Cleanup $cleanup ) {
$this->cleanup = $cleanup;
}