Skip to content

informdev/wpdev-tag-deleter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WP Developers | Tag Deletion

Easily and quickly delete uneccessary tags.


  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Add the shortcode, [wpdevtags] with optional settings to a page and open the page. Settings options below.

Optional shortcode attributes:

  1. number="#" / Default: 500 Example: [wpdevtags number="500"]

Number of tags to delete on each run.

  1. offset="#" / Default: 200 Example: [wpdevtags offset="200"]

Number of tags to leave untouched.

  1. auto="1" / Default: 1 (on) Example: [wpdevtags auto="1"]

Turns on auto-refresh when the function is completed, for hands off tag deletion in batches.

  1. optimize="yes" / Default: no Example: [wpdevtags optimize="yes"]

Optimizes affected wp_terms tables in the database, for a faster running site.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.1%
  • JavaScript 1.1%
  • CSS 0.8%