bbp_add_options

bbp_add_options

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_add_options') is found 1 times:

  • /includes/core/options.php line 173
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
            add_option( $key, $value );
        }
     
        // Allow previously activated plugins to append their own options.
        do_action( 'bbp_add_options' );
    }
     
    /**
     * Delete default options
     *
     * Hooked to bbp_uninstall, it is only called once when bbPress is uninstalled.