WPSEO_Admin_User_Profile::__construct()publicYoast 1.0

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() Yoast 25.1

public function __construct() {
	add_action( 'update_user_meta', [ $this, 'clear_author_sitemap_cache' ], 10, 3 );
}