bbp_is_topics_created

bbp_is_topics_created

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_topics_created') is found 1 times:

  • /includes/common/template.php line 606
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_topics_created', $retval );
    }
     
    /**
     * Check if current page shows the replies created by a bbPress user (profile
     * page)
     *