WC_Frontend_Scripts::localize_printed_scriptspublic staticWC 1.0

Localize scripts only when enqueued.

Method of the class: WC_Frontend_Scripts{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Frontend_Scripts::localize_printed_scripts();

WC_Frontend_Scripts::localize_printed_scripts() code WC 9.9.5

public static function localize_printed_scripts() {
	foreach ( self::$scripts as $handle ) {
		self::localize_script( $handle );
	}
}