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