/SimplePluginTemplate

Simple WordPress plugin template, based on functional and classes as services

Primary LanguagePHPOtherNOASSERTION

Simple Plugin Template

Simple WordPress plugin template that handles the basic creation/template of WordPress plugin.

Features

  1. Simple Plugin Template is the simplest starter of WordPress plugin template.
  2. Classes Plugin Template is the starter of WordPress plugin template based on classes as services.

Note: Classes Plugin Template is on current main branch or v2.0.0 tag.

Plugin Header

/**
 * Plugin Name:       Simple Plugin
 * Plugin URI:        https://github.com/study-hary-id/SimplePluginTemplate
 * Description:       Handle the basics with this plugin, based on classes as services.
 * Version:           2.0.0
 * Requires at least: 5.6
 * Requires PHP:      5.6
 * Author:            Muhammad Haryansyah
 * Author URI:        https://study-hary-id.github.io
 * License:           GPL v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:       simple-plugin
 */

GPLv2 LICENSE

Copyright (C) 2022  Muhammad Haryansyah

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.