/** * Plugin Name: Nectosol Customizations * Description: Do not remove please! This plugin includes site-specific functions. Inspect it's code before deactivation. * Author: Portnov Internet Agency * Author URL: https://portnov.agency/ * Version: 1.0.0 */ define( 'PLUGIN_DIR', dirname( __FILE__ ) ); require_once PLUGIN_DIR . '/assets/index.php'; require_once PLUGIN_DIR . '/shortcodes.php';