wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_interactivity_process_directives › WordPress Function

Seit6.5.0
Veraltetn/v
wp_interactivity_process_directives ( $html )
Parameter:
  • (string) $html The HTML content to process.
    Erforderlich: Ja
Gibt zurück:
  • (string) The processed HTML content. It returns the original content when the HTML contains unbalanced tags.
Definiert in:
Codex:

Processes the interactivity directives contained within the HTML content and updates the markup accordingly.



Quellcode

function wp_interactivity_process_directives( string $html ): string {
	return wp_interactivity()->process_directives( $html );
}