bbp_is_single_topic

bbp_is_single_topic

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_topic') is found 1 times:

  • /includes/common/template.php line 253
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_single_topic', $retval );
    }
     
    /**
     * Check if we are viewing a topic archive.
     *
     * @since 2.0.0 bbPress (r3251)

See this hook used in plugins: