wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_interactivity_process_directives › WordPress Function

Depuis6.5.0
Dépréciéen/a
wp_interactivity_process_directives ( $html )
Paramètres:
  • (string) $html The HTML content to process.
    Requis: Oui
Retourne:
  • (string) The processed HTML content. It returns the original content when the HTML contains unbalanced tags.
Défini(e) dans:
Codex:

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



Source

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