bbp_delete_options

bbp_delete_options

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_delete_options') is found 1 times:

  • /includes/core/options.php line 192
    		delete_option( $key );
    	}
    
    	// Allow previously activated plugins to append their own options.
    	do_action( 'bbp_delete_options' );
    }
    
    /**
     * Add filters to each bbPress option and allow them to be overloaded from
     * inside the $bbp->options array.
     *