user_edit_form_tag action-hook . WP 3.0.0
Fires inside the your-profile form tag on the user editing screen.
Usage
add_action( 'user_edit_form_tag', 'action_function_name_8288' ); function action_function_name_8288(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
In file: /wp-admin/user-edit.php
user_edit_form_tag
wp-admin/user-edit.php 248
do_action( 'user_edit_form_tag' );