bbp_add_user_options

bbp_add_user_options

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_add_user_options') is found 1 times:

  • /includes/users/options.php line 51
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
            update_user_option( $user_id, $key, $value );
        }
     
        // Allow previously activated plugins to append their own user options.
        do_action( 'bbp_add_user_options', $user_id );
    }
     
    /**
     * Delete default user options
     *
     * Hooked to bbp_uninstall, it is only called once when bbPress is uninstalled.