bbp_register_shortcodes

bbp_register_shortcodes

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_register_shortcodes') is found 1 times:

  • /includes/core/sub-actions.php line 211
     *
     * @since 2.2.0 bbPress (r4211)
     */
    function bbp_register_shortcodes() {
    	do_action( 'bbp_register_shortcodes' );
    }
    
    /**
     * Register the default bbPress meta-data
     *
     * @since 2.6.0 bbPress (r46300)