bbp_current_author_ip

bbp_current_author_ip

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_current_author_ip') is found 1 times:

  • /includes/users/functions.php line 151
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
        // Remove any unsavory bits
        $retval = preg_replace( '/[^0-9a-fA-F:., ]/', '', $remote_address );
     
        // Filter & return
        return apply_filters( 'bbp_current_author_ip', $retval, $remote_address );
    }
     
    /**
     * Get the poster user agent
     *
     * @since 2.0.0 bbPress (r3446)