wpify/plugin

This package is abandoned and no longer maintained. The author suggests using the wpify/plugin-skeleton package instead.

Wpify Plugin Skeleton

Maintainers

Details

gitlab.com/wpify/plugin-skeleton

Installs: 93

Dependents: 0

Suggesters: 0

Security: 0

Type:project

3.1.5 2023-06-13 09:00 UTC

README

Plugin skeleton with theme by WPify

How to setup project?

  1. Go to the wp-content/plugins folder in terminal
  2. Run composer create-project wpify/plugin-skeleton my-plugin-name command (replace my-plugin-name with real slug of the plugin)
  3. Activate the newly created plugin and start developing!