bbp_suppress_private_author_link

bbp_suppress_private_author_link

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_suppress_private_author_link') is found 1 times:

  • /includes/forums/template.php line 1866
    1862
    1863
    1864
    1865
    1866
    1867
    1868
    1869
    1870
    1871
    1872
            }
        }
     
        // Filter & return
        return apply_filters( 'bbp_suppress_private_author_link', $retval, $author_link, $args );
    }
     
    /**
     * Output the row class of a forum
     *
     * @since 2.0.0 bbPress (r2667)