![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/seos-football/inc/plugins/ |
<?php /** * Recommends plugins for use with the theme via the TGMA Script */ if ( !in_array( 'invoice-for-woocommerce-premium/invoice-for-woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { function seos_football_wp_tgmpa_register() { // Get array of recommended plugins $plugins = array( array( 'name' => 'Invoice for WooCommerce', 'slug' => 'invoice-for-woocommerce', 'required' => false, 'force_activation' => false, ), ); // Register notice tgmpa( $plugins, array( 'id' => 'seos_football_wp_theme', 'domain' => 'seos_football_wp', 'menu' => 'install-required-plugins', 'has_notices' => true, 'is_automatic' => false, 'dismissable' => true, ) ); } add_action( 'tgmpa_register', 'seos_football_wp_tgmpa_register' ); }