Compare commits
2 Commits
36ebf79294
...
e5a6fb449e
Author | SHA1 | Date |
---|---|---|
jorge | e5a6fb449e | |
jorge | dbe7889c50 |
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<title> help for wp plugin</title>
|
||||
</head>
|
||||
<body>
|
||||
<head>
|
||||
<h1>help Hangar WP plugin</h1>
|
||||
</head>
|
||||
<main>
|
||||
<p> Help will be provided here</p>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -15,7 +15,7 @@
|
|||
* Author URI: https://vitrubio.net/
|
||||
* License: GPL 3.0
|
||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
* Text Domain: hangar-plugin
|
||||
* Text Domain: hangar-wpplugin
|
||||
* Domain Path: /languages
|
||||
*/
|
||||
|
||||
|
@ -50,14 +50,14 @@ include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-init-textdomain.php');
|
|||
|
||||
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-enable-svg.php');
|
||||
|
||||
if ( is_admin() ) {
|
||||
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-stylesheet-admin.php');
|
||||
} else {
|
||||
|
||||
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-stylesheet-public.php');
|
||||
}
|
||||
|
||||
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-custom-post-type-resources.php');
|
||||
|
||||
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-and-pages.php');
|
||||
|
||||
//include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-category-shortcode.php');
|
||||
//include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-tags-category-shortcode.php'); // outdated from 2012 do not use
|
||||
|
||||
include( HANGAR_WPPLUGIN_PATH . 'includes/hangar-plugin-settings-pannel.php');
|
||||
|
|
Loading…
Reference in New Issue