bbp_current_author_ua

bbp_current_author_ua

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_current_author_ua') is found 1 times:

  • /includes/users/functions.php line 167
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
            ? mb_substr( wp_unslash( $_SERVER['HTTP_USER_AGENT'] ), 0, 254 )
            : '';
     
        // Filter & return
        return apply_filters( 'bbp_current_author_ua', $retval );
    }
     
    /** Edit **********************************************************************/
     
    /**
     * Handles the front end user editing from POST requests