wpseo_render_user_profile хук-событиеYoast 1.0

Использование

add_action( 'wpseo_render_user_profile', 'wp_kama_wpseo_render_user_profile_action' );

/**
 * Function for `wpseo_render_user_profile` action-hook.
 * 
 * @param  $user 
 *
 * @return void
 */
function wp_kama_wpseo_render_user_profile_action( $user ){

	// action...
}
$user
-

Где вызывается хук

В файле: /admin/views/user-profile.php
wpseo_render_user_profile
yoast/admin/views/user-profile.php 76
<?php do_action( 'wpseo_render_user_profile', $user ); ?>

Где используется хук в Yoast SEO

Использование не найдено.