Find WordPress HTTP Links
Find / replace `http` links on an `https` WordPress site.
by Mitchell D. Miller · github.com/mitchelldmiller/find-wp-http-links · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mitchelldmiller/find-wp-http-links/archive/refs/heads/master.zipDeclares an update source (https://github.com/mitchelldmiller/find-wp-http-links), so updates arrive through the plugin's own updater.
Readme
find-wp-http-links
Adds "Find Http Links" to Tools menu. Find / replace http links in posts, pages, postmeta, options, widgets.
Description
Finds / replaces http links on an https WordPress site.
Includes FAKE MODE to check copy of production database running on development server.
Features
-
Finds
httplinks on posts, pages, postmeta, options, widgets. -
Checks image and video widgets added in WP 4.8.
-
Displays report with links to edit content.
-
Can replace content, postmeta. Identifies, but does not replace options or widgets.
Learn More
- See Find WordPress HTTP Links for update info.
Installation
-
Download the plugin and unpack in your
/wp-content/plugins/directory. -
Activate the plugin through the WordPress 'Plugins' menu.
-
Backup your database before using plugin.
Frequently Asked Questions
-
There are many varieties of widgets. This plugin checks text, image, video, RSS widgets.
-
FAKE MODE uses the
homeoption in database, if it is different thanWP_HOMEin wp-config.php
Translators and Programmers
- A .pot file is included for translators.
License
This plugin is free for personal or commercial use.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.