https://github.com/webdeveric/wp-user-agent
Customize the user agent WordPress uses when making remote requests.
https://github.com/webdeveric/wp-user-agent
Last synced: about 2 months ago
JSON representation
Customize the user agent WordPress uses when making remote requests.
- Host: GitHub
- URL: https://github.com/webdeveric/wp-user-agent
- Owner: webdeveric
- Created: 2018-03-23T19:51:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T17:46:29.000Z (about 2 years ago)
- Last Synced: 2025-03-01T18:15:38.742Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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}`