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

		llms()->assets->enqueue_style( 'webui-popover' );
		llms()->assets->enqueue_style( 'lifterlms-styles' );

		if ( in_array( $post_type, array( 'llms_my_certificate', 'llms_certificate' ), true ) ) {
			llms()->assets->enqueue_style( 'certificates' );
		} elseif ( is_llms_account_page() ) {
			llms()->assets->enqueue_style( 'llms-iziModal' );
		} elseif ( is_singular( 'llms_quiz' ) ) {
			wp_enqueue_style( 'wp-mediaelement' );
		}

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.