wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_interactivity_process_directives › WordPress Function

Od6.5.0
Przestarzałyn/a
wp_interactivity_process_directives ( $html )
Parametry:
  • (string) $html The HTML content to process.
    Wymagane: Tak
Powrót:
  • (string) The processed HTML content. It returns the original content when the HTML contains unbalanced tags.
Zdefiniowane na:
Codex:

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



Źródło

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