File manager - Edit - /home/aussies6/public_html/seafoodwarehouse.com.au/wp-content/plugins/woo-quick-reports/woo-quick-report.php
Back
<?php /** * The plugin bootstrap file * * This file is read by WordPress to generate the plugin information in the plugin * admin area. This file also includes all of the dependencies used by the plugin, * registers the activation and deactivation functions, and defines a function * that starts the plugin. * * @link http://www.multidots.com * @since 1.0.0 * @package Woo_Quick_Report * * @wordpress-plugin * Plugin Name: WooCommerce Quick Reports * Plugin URI: http://www.multidots.com * Description: Quick Reports shows you order information in one dashboard in very intuitive, easy to understand format which gives a quick information.You will see quick order reports like Devise wise, Browser wise, order status wise, shipping method wise and payment method wise. * Version: 1.0.9 * Author: Multidots * Author URI: http://www.multidots.com * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: woo-quick-report * Domain Path: /languages */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } /** * The code that runs during plugin activation. * This action is documented in includes/class-woo-quick-report-activator.php */ function activate_woo_quick_report() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-woo-quick-report-activator.php'; Woo_Quick_Report_Activator::activate(); } /** * The code that runs during plugin deactivation. * This action is documented in includes/class-woo-quick-report-deactivator.php */ function deactivate_woo_quick_report() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-woo-quick-report-deactivator.php'; Woo_Quick_Report_Deactivator::deactivate(); } register_activation_hook( __FILE__, 'activate_woo_quick_report' ); register_deactivation_hook( __FILE__, 'deactivate_woo_quick_report' ); /** * The core plugin class that is used to define internationalization, * admin-specific hooks, and public-facing site hooks. */ require plugin_dir_path( __FILE__ ) . 'includes/class-woo-quick-report.php'; /** * Begins execution of the plugin. * * Since everything within the plugin is registered via hooks, * then kicking off the plugin from this point in the file does * not affect the page life cycle. * * @since 1.0.0 */ function run_woo_quick_report() { $plugin = new Woo_Quick_Report(); $plugin->run(); } run_woo_quick_report();
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings