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



widget_display_callback › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'widget_display_callback', $instance, $this, $args )
Parameter: (3)
  • (array) $instance The current widget instance's settings.
    Erforderlich: Ja
  • (WP_Widget) $widget The current widget instance.
    Erforderlich: Ja
  • (array) $args An array of default widget arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the settings for a particular widget instance.

Returning false will effectively short-circuit display of the widget.





Quellcode

$instance = apply_filters( 'widget_display_callback', $instance, $this, $args );