bbp_get_author_ip

bbp_get_author_ip

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_author_ip') is found 1 times:

  • /includes/users/template.php line 820
    816
    817
    818
    819
    820
    821
    822
    823
    824
    825
    826
                ? $r['before'] . esc_html( $author_ip ) . $r['after']
                : '';
     
            // Filter & return
            return apply_filters( 'bbp_get_author_ip', $author_ip, $r, $args );
        }
     
    /** Anonymous Fields **********************************************************/
     
    /**
     * Get the default name that's displayed when a user cannot be identified.