' . wp_kses_post( sprintf( __( 'WooCommerce Beta Tester requires %s to be installed.', 'woocommerce-beta-tester' ), 'WooCommerce' ) ) . '

'; } } add_action( 'admin_notices', 'wcbt_woocoommerce_not_installed' ); } elseif ( ! class_exists( 'WC_Beta_Tester' ) ) { include dirname( __FILE__ ) . '/includes/class-wc-beta-tester.php'; // Settings. include dirname( __FILE__ ) . '/includes/class-wc-beta-tester-settings.php'; register_activation_hook( __FILE__, array( 'WC_Beta_Tester', 'activate' ) ); add_action( 'admin_init', array( 'WC_Beta_Tester', 'instance' ) ); }