minor changes in the comments of the plugin file
This commit is contained in:
parent
e036751c6e
commit
44ef78fe45
|
@ -14,29 +14,30 @@
|
|||
* @wordpress-plugin
|
||||
*/
|
||||
|
||||
/*
|
||||
Plugin Name: arcHIVE - website options
|
||||
Plugin URI: https://arc-hive.zone/
|
||||
Description: All the <strong>options</strong> for <strong>arcHIVE website</strong> wich do not come by default with Wordpress.
|
||||
Version: 0.1
|
||||
Author URI: https://vitrubio.net/
|
||||
Author: jorge - vitrubio.net
|
||||
License: GPL 3.0
|
||||
Date: 2021 04 14
|
||||
License URI:https://www.gnu.org/licenses/gpl-3.0.html
|
||||
Text Domain: arcHIVE_plugin_txtdomain
|
||||
Domain Path: /languages
|
||||
*/
|
||||
/**
|
||||
* Plugin Name: arcHIVE - website options
|
||||
Plugin URI: https://arc-hive.zone/
|
||||
Description: All the <strong>options</strong> for <strong>arcHIVE website</strong> wich do not come by default with Wordpress.
|
||||
Version: 0.1
|
||||
Author URI: https://vitrubio.net/
|
||||
Author: jorge - vitrubio.net
|
||||
License: GPL 3.0
|
||||
Date: 2021 04 14
|
||||
License URI:https://www.gnu.org/licenses/gpl-3.0.html
|
||||
Text Domain: arcHIVE_plugin_txtdomain
|
||||
Domain Path: /languages
|
||||
*/
|
||||
|
||||
/**
|
||||
* if ever read this never forget to check
|
||||
* howto write a pluggin by Wordpress.org
|
||||
* https://codex.wordpress.org/Writing_a_Plugin
|
||||
* and the best practices
|
||||
* https://developer.wordpress.org/plugins/plugin-basics/best-practices/
|
||||
* and some resources
|
||||
* https://themefoundation.com/wordpress-meta-boxes-guide/
|
||||
*/
|
||||
|
||||
/*
|
||||
if ever read this never forget to check
|
||||
howto write a pluggin by Wordpress.org
|
||||
https://codex.wordpress.org/Writing_a_Plugin
|
||||
and the best practices
|
||||
https://developer.wordpress.org/plugins/plugin-basics/best-practices/
|
||||
and some resources
|
||||
https://themefoundation.com/wordpress-meta-boxes-guide/
|
||||
*/
|
||||
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
|
||||
|
||||
/* *
|
||||
|
|
Loading…
Reference in New Issue