minor changes in the comments of the plugin file

This commit is contained in:
jorge 2021-04-15 13:53:21 +02:00
parent e036751c6e
commit 44ef78fe45
1 changed files with 23 additions and 22 deletions

View File

@ -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!' );
/* *