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
    		? 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