Filter: RML/Scripts/Skip

apply_filters( 'RML/Scripts/Skip', $skip, $type, $hook_suffix ) → {boolean}

Checks if assets for RML should be skipped. This can be useful in combination with page builders.

Parameters:
Name Type Description
$skip boolean

True for skip and false for load

$type string

The context type

$hook_suffix string

The current admin page (since 4.17.9)

Since:
  • 4.5.2
Returns:
Type
boolean