wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



widget_custom_html_content › WordPress Filter Hooks

Da4.8.1
Deprecaton/a
apply_filters( 'widget_custom_html_content', $content, $instance, $this )
Parametri: (3)
  • (string) $content The widget content.
    Richiesto:
  • (array) $instance Array of settings for the current widget.
    Richiesto:
  • (WP_Widget_Custom_HTML) $widget Current Custom HTML widget instance.
    Richiesto:
Definito a:
Codex:

Filters the content of the Custom HTML widget.





Sorgenti

$content = apply_filters( 'widget_custom_html_content', $content, $instance, $this );