Helper::request_user_agent()
Returns the user agent for remote requests.
Description
Will return a WordPress user agent for the remote requests made by the plugin.
Return
(string)
Source
File: includes/libs/helper.class.php
public static function request_user_agent(){ return 'WordPress/' . get_bloginfo( 'version' ) . '; ' . get_bloginfo( 'url' ); }