WP Manifestindependent plugin directory
manifest / utilities / find-wp-http-links

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

1stars
1forks

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.zip

Declares 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 http links 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

Installation

  1. Download the plugin and unpack in your /wp-content/plugins/ directory.

  2. Activate the plugin through the WordPress 'Plugins' menu.

  3. 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 home option in database, if it is different than WP_HOME in 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

TagPublished
v1.0.2 Nov 10, 2017
ver1.0.1 Jun 23, 2017

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.