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



widget_custom_html_content › WordPress Filter Hooks

Seit4.8.1
Veraltetn/v
apply_filters( 'widget_custom_html_content', $content, $instance, $this )
Parameter: (3)
  • (string) $content The widget content.
    Erforderlich: Ja
  • (array) $instance Array of settings for the current widget.
    Erforderlich: Ja
  • (WP_Widget_Custom_HTML) $widget Current Custom HTML widget instance.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the content of the Custom HTML widget.





Quellcode

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