bbp_show_lead_topic

bbp_show_lead_topic

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_show_lead_topic') is found 1 times:

  • /includes/topics/template.php line 133
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
            return false;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_show_lead_topic', (bool) $show_lead );
    }
     
    /** Topic Loop ****************************************************************/
     
    /**
     * The main topic loop. WordPress makes this easy for us