WPSEO_Admin_User_Profile::__construct
Class constructor.
Метод класса: WPSEO_Admin_User_Profile{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WPSEO_Admin_User_Profile = new WPSEO_Admin_User_Profile(); $WPSEO_Admin_User_Profile->__construct();
Код WPSEO_Admin_User_Profile::__construct() WPSEO Admin User Profile:: construct Yoast 27.8
public function __construct() {
add_action( 'update_user_meta', [ $this, 'clear_author_sitemap_cache' ], 10, 3 );
}