WP Manifestindependent plugin directory
manifest / developer / remove-utm-codes

Remove UTM Codes (WP-CLI Command)

Remove UTM Codes from links in WordPress posts

by Shawn M. Hooper · github.com/shawnhooper/remove-utm-codes · website

2stars
0forks

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/shawnhooper/remove-utm-codes/archive/refs/heads/main.zip

Readme

=== Remove UTM Codes === Contributors: shooper Donate link: https://www.paypal.com/paypalme/shawnhooperwp Tags: UTM, bulk, wp-cli, import Requires at least: 6.0.0 Tested up to: 6.1 Requires PHP: 7.4.0 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

This plugin adds a WP-CLI command that removes UTM codes from all links in your post content.

== Description ==

This plugin adds a WP-CLI command that removes UTM codes from all links in your post content.

After installing and activating this plugin, run:

wp remove-utm-codes

If you want to do a dry-run to see what the plugin would do before changing your data, run:

wp remove-utm-codes --dry-run

== Changelog ==

= 1.0.0 =

  • Remove links from all posts on the site
  • Include dry-run functionality

Read the full README on GitHub →