Description
Ads.txt File Manager allows publishers to manage the ads.txt
file directly from the WordPress admin panel, without using FTP or file managers. It offers a safe and intuitive UI to help users edit, save, and back up their ads.txt file to comply with programmatic advertising requirements.
Features
- Live ads.txt editor with line numbering and syntax highlighting
- Automatic versioned backups every time you save changes
- Restore previous versions anytime from the backup list
- Create ads.txt file instantly if it doesn’t exist
- Track changes by user, showing which admin updated what and when
- Secure editing – only admins can access and modify the file
- Lightweight and fast, no bloated dependencies
Why use this plugin?
If you’re monetizing your site with platforms like Google AdSense, OpenX, or other SSPs/DSPs, you need to serve a valid ads.txt
file at the root of your domain. This plugin simplifies that process by letting you manage the file without technical knowledge.
Usage
- Go to
Ads.txt
from the left admin menu. - If the file doesn’t exist, click Create ads.txt.
- Edit the file in the editor and click Save.
- Every save creates a backup with timestamp and user info.
- You can restore any previous version from the Backups tab.
Credits
Plugin developed by Magicbid.ai
Support
Need help or want to monetize your site?
Email us at: support@magicbid.ai
Or visit: https://magicbid.ai/contact-us/
Screenshots
Installation
- Upload the plugin folder to the
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Navigate to Ads.txt in the WordPress dashboard sidebar.
- Use the editor to create, edit, or restore the
ads.txt
file.
FAQ
-
Where is the ads.txt file saved?
-
The plugin saves it directly in your WordPress root directory as
/ads.txt
. -
What happens if I delete the file?
-
You can recreate it instantly using the Create button inside the plugin.
-
Are previous versions saved?
-
Yes! Every save action stores a backup which you can restore anytime.
-
Who can edit the file?
-
Only WordPress administrators with the
manage_options
capability. -
Can I use this with a multisite installation?
-
Currently, this plugin is designed for single-site use.
-
Is this compatible with Google AdSense and Ad Manager?
-
Absolutely! This tool was built to simplify ads.txt compliance for platforms like Google AdSense, GAM and other SSPs.
Reviews
Contributors & Developers
“Ads.txt File Manager” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Ads.txt File Manager” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.1.2
- Improved warnings handling for code quality tools (PHPCS)
- Added sanitization and un-slashing to prevent unsafe input
- Added inline ignore flags for secure $wpdb usage
2.1.2
- Added user tracking for backups
- Improved backup restore logic
- Minor UI improvements
2.1.2
- Initial release