Skip to content

jkissam/plugintemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugintemplate

Template for Wordpress plugins

To use:

  1. make a copy of all files, change file name of plugintemplate.php to newpluginname.php

  2. run a search and replace from plugintemplate to newpluginname in newpluginname.php, admin.css and admin.js

You can do this from the command line using the following:

grep -rl "plugintemplate" . | xargs sed -i 's/plugintemplate/newpluginname/g'

About

Template for Wordpress plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published