Submit
Path:
~
/
home
/
contenidosenred
/
www
/
ondemand
/
wp-content
/
plugins
/
wp-ulike
/
includes
/
File Content:
index.php
<?php /** * Include Files * * @package wp-ulike * @author TechnoWich 2021 * @link https://wpulike.com */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die('No Naughty Business Please !'); } // include settings panel core require_once( WP_ULIKE_ADMIN_DIR . '/settings/classes/setup.class.php'); // include _deprecated settings panel require_once( WP_ULIKE_ADMIN_DIR . '/settings/_deprecated/deprecated.class.php'); // Register customizer options new wp_ulike_customizer(); // Functions include_once( 'functions/utilities.php' ); include_once( 'functions/general.php' ); include_once( 'functions/meta.php' ); include_once( 'functions/templates.php' ); include_once( 'functions/counter.php' ); include_once( 'functions/content-types.php' ); include_once( 'functions/queries.php' ); // Hooks include_once( 'hooks/general.php' ); include_once( 'hooks/shortcodes.php' ); include_once( 'hooks/third-party.php' );
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
classes
---
0755
functions
---
0755
hooks
---
0755
public
---
0755
action.php
4617 bytes
0644
index.php
961 bytes
0644
plugin.php
7488 bytes
0644
N4ST4R_ID | Naxtarrr