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
    		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