LLMS_Assets::is_inline_enqueued( string $handle )

Determines if an inline asset is enqueued


Parameters Parameters

$handle

(string) (Required) Inline asset handle.


Top ↑

Return Return

(boolean)


Top ↑

Source Source

File: includes/class-llms-assets.php

468
469
470
* @return boolean
 */
public function is_inline_enqueued( $handle ) {


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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