Automattic\WooCommerce\Internal\Admin\WCPayPromotion
Init::load_payment_method_promotions
Loads the payment method promotions scripts and styles.
Method of the class: Init{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = Init::load_payment_method_promotions();
Init::load_payment_method_promotions() Init::load payment method promotions code WC 10.5.0
public static function load_payment_method_promotions() {
WCAdminAssets::register_style( 'payment-method-promotions', 'style', array( 'wp-components' ) );
WCAdminAssets::register_script( 'wp-admin-scripts', 'payment-method-promotions', true );
}