bbp_suppress_private_forum_meta

bbp_suppress_private_forum_meta

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_suppress_private_forum_meta') is found 1 times:

  • /includes/forums/template.php line 1819
    1815
    1816
    1817
    1818
    1819
    1820
    1821
    1822
    1823
    1824
    1825
            $retval = '-';
        }
     
        // Filter & return
        return apply_filters( 'bbp_suppress_private_forum_meta', $retval );
    }
     
    /**
     * Replace forum author details for users that cannot view them.
     *
     * @since 2.0.0 bbPress (r3162)