WC_Frontend_Scripts::localize_printed_scripts()

Localize scripts only when enqueued.


Description Description


Source Source

File: includes/class-wc-frontend-scripts.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.