bp_core_signups_after_update_meta

bp_core_signups_after_update_meta

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

do_action('bp_core_signups_after_update_meta') is found 1 times:

  • /bp-members/classes/class-bp-signup.php line 798
    794
    795
    796
    797
    798
    799
    800
    801
    802
    803
    804
    * @param array    $r            Array of parsed arguments to update() method.
     * @param array    $args         Array of original arguments to update() method.
     * @param array    $blended_meta The complete set of meta to save.
     */
    do_action( 'bp_core_signups_after_update_meta', $signup_id, $r, $args, $blended_meta );
     
    /**
     * Filters the signup ID which received a meta update.
     *
     * @since 2.0.0
     *

See this hook used in plugins: