Skip to content

Simple class to aid in batch editing Wordpress meta data in the DB

Notifications You must be signed in to change notification settings

kiksy/WP-MetaUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

WP-MetaUpdater

Simple class to aid in batch editing Wordpress meta data in the DB

Example Usage:

$metaUpdater = new WPMetaUpdater();

$id = 1;

while($id <= 20) { $metaUpdater->createStatement($id , 'url' , 'http;//www.example.com'); $id++; }

About

Simple class to aid in batch editing Wordpress meta data in the DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages