webdeveric / wp-user-agent

Customize the user agent WordPress uses when making remote requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP User Agent

This is a WordPress plugin that allows you to change the user agent that is used during remote requests (wp_remote_get, wp_remote_post, etc.).

Placeholders

You can use the following placeholders in your user agent string and they will be replaced with the real values at run time.

  • {site-name}
  • {php-version}
  • {wp-version}

About

Customize the user agent WordPress uses when making remote requests.


Languages

Language:PHP 100.0%