wpseo_user_profile_additions

wpseo_user_profile_additions

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

do_action('wpseo_user_profile_additions') is found 1 times:

  • /src/user-profiles-additions/user-interface/user-profiles-additions-ui.php line 94

    Warning: Undefined array key 97 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 98 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 99 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    90
    91
    92
    93
    94
    95
    96
    97
             * @internal
             *
             * @param WP_User $user The current WP_User object.
             */
            \do_action( 'wpseo_user_profile_additions', $user );
            echo '</div>';
        }
    }