WP Manifestindependent plugin directory
manifest / developer / sql-query-generator

SQL Query Generator for Search and Replace

A simple plugin to generate SQL queries for search and replace operations in WordPress.

by WP Speed Expert · github.com/wpspeedexpert/sql-query-generator

0stars
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/wpspeedexpert/sql-query-generator/archive/refs/heads/main.zip

Declares an update source (https://github.com/WPSpeedExpert/sql-query-generator), so updates arrive through the plugin's own updater.

Readme

sql-query-generator

  1. Activate the Plugin:
  • Go to the WordPress admin dashboard, navigate to “Plugins,” and activate the “SQL Query Generator for Search and Replace” plugin.
  1. Use the Shortcode:
  • Create a new page or post, or add the shortcode [sql_query_generator] to an existing page or post where you want to display the form.
  1. Generate Queries:
  • Fill in the “From,” “To,” and “Prefix” fields in the form generated by the shortcode, and click “Generate queries.” The SQL queries will be generated and displayed below the form.

Read the full README on GitHub →