apply_filters( ‘interactivity_process_directives’, bool $enabled )

In this article

Filters whether Interactivity API should process directives.

Parameters

$enabledbool
Whether the directives processing is enabled.

Source

$interactivity_process_directives_enabled = apply_filters( 'interactivity_process_directives', true );

Changelog

VersionDescription
6.6.0Introduced.

User Contributed Notes

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