Warning: This method has been deprecated. There is not a replacement instead.

LLMS_Frontend_Assets::enqueue_inline_pw_script()

Output the inline PW Strength meter script


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.frontend.assets.php

		} elseif ( is_llms_account_page() ) {
			llms()->assets->enqueue_style( 'llms-iziModal' );
		} elseif ( is_singular( 'llms_quiz' ) ) {
			wp_enqueue_style( 'wp-mediaelement' );
		}

		if ( is_llms_account_page() || is_llms_checkout() ) {
			llms()->assets->enqueue_style( 'llms-select2-styles' );
		}


Top ↑

Changelog Changelog

Changelog
Version Description
5.7.0 There is not a replacement.
3.4.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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