bbp_is_single_forum

bbp_is_single_forum

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_single_forum') is found 1 times:

  • /includes/common/template.php line 176
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_single_forum', $retval );
    }
     
    /**
     * Check if current page is a forum edit page
     *
     * @since 2.1.0 bbPress (r3553)

See this hook used in plugins: