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



widget_display_callback › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'widget_display_callback', $instance, $this, $args )
Paramètres: (3)
  • (array) $instance The current widget instance's settings.
    Requis: Oui
  • (WP_Widget) $widget The current widget instance.
    Requis: Oui
  • (array) $args An array of default widget arguments.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the settings for a particular widget instance.

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





Source

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