Current File : /home/kelaby89/muzza.fit/wp-content/plugins/woo-stripe-payment/packages/checkoutwc/src/Main.php
<?php

namespace PaymentPlugins\CheckoutWC\Stripe;

class Main {

	public static function init() {
		if ( self::is_active() ) {
			new AssetsController( stripe_wc()->version(), plugin_dir_url( __DIR__ ) );
		}
	}

	private static function is_active() {
		return defined( 'CFW_NAME' );
	}

}
Page not found – Hello World !