From 44ef78fe45b24aca7d4ac63338c5f545580a3ab0 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 15 Apr 2021 13:53:21 +0200 Subject: [PATCH] minor changes in the comments of the plugin file --- arcHIVE-wp-plugin.php | 45 ++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/arcHIVE-wp-plugin.php b/arcHIVE-wp-plugin.php index 226b471..bf32dbc 100644 --- a/arcHIVE-wp-plugin.php +++ b/arcHIVE-wp-plugin.php @@ -14,29 +14,30 @@ * @wordpress-plugin */ -/* -Plugin Name: arcHIVE - website options -Plugin URI: https://arc-hive.zone/ -Description: All the options for arcHIVE website 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 options for arcHIVE website 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!' ); /* *