bbp_delete_user_options

bbp_delete_user_options

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_delete_user_options') is found 1 times:

  • /includes/users/options.php line 76
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
            delete_user_option( $user_id, $key );
        }
     
        // Allow previously activated plugins to append their own options.
        do_action( 'bbp_delete_user_options', $user_id );
    }
     
    /**
     * Add filters to each bbPress option and allow them to be overloaded from
     * inside the $bbp->options array.
     *