Yoast_Plugin_Conflict_Ajax::__construct
Initialize the hooks for the AJAX request.
Метод класса: Yoast_Plugin_Conflict_Ajax{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Yoast_Plugin_Conflict_Ajax = new Yoast_Plugin_Conflict_Ajax(); $Yoast_Plugin_Conflict_Ajax->__construct();
Код Yoast_Plugin_Conflict_Ajax::__construct() Yoast Plugin Conflict Ajax:: construct Yoast 26.5
public function __construct() {
add_action( 'wp_ajax_wpseo_dismiss_plugin_conflict', [ $this, 'dismiss_notice' ] );
}