-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchange_screen.php
30 lines (24 loc) · 1 KB
/
change_screen.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
/**
* Plugin Name: Change Screen
* Plugin URI: https://tommcfarlin.com
* Description: Many versions or styles of screen in your blog
* Version: 1.0.0
* Author: Edgar Naranjo
* Author URI: https://www.linkedin.com/in/edgar-naranjo-fuentes-747399121
* License: GPL-2.0+
{Change Screen} is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
any later version.
{Change Screen} is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with {Plugin Name}. If not, see {https://www.gnu.org/licenses/old-licenses/gpl-2.0.html}.
*/
// bloqueo del acceso directo a los archivos del plugin
if ( ! defined( 'WPINC' ) ) {
die;
}