wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp_interactivity_process_directives › WordPress Function

Desde6.5.0
Obsoleton/a
wp_interactivity_process_directives ( $html )
Parâmetros:
  • (string) $html The HTML content to process.
    Required: Yes
Retorna:
  • (string) The processed HTML content. It returns the original content when the HTML contains unbalanced tags.
Definido em:
Codex:

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



Fonte

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