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

Fires in the user profile.

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

add_action( 'wpseo_user_profile_additions', 'wp_kama_wpseo_user_profile_additions_action' );

/**
 * Function for `wpseo_user_profile_additions` action-hook.
 * 
 * @param WP_User $user The current WP_User object.
 *
 * @return void
 */
function wp_kama_wpseo_user_profile_additions_action( $user ){

	// action...
}
$user(WP_User)
The current WP_User object.

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

User_Profiles_Additions_Ui::add_hook_to_user_profile()
wpseo_user_profile_additions

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

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