gandol / wooRename

wordpress auto change title image product and set alternative text for the product

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wooRename

wordpress auto change title image product and set alternative text for the product

setup

  1. download rename.php or clone this repo
  2. don't forget to change this code
$host = "localhost"; // server
$user = "user"; // username of the db
$pass = "pass"; //pass of the database
$db   = "database"; // name of your database
$wordpressPrefix = "prefix"; //prefix of the wp

start the tools

php rename.php

About

wordpress auto change title image product and set alternative text for the product


Languages

Language:PHP 100.0%