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



browse-happy-notice › WordPress Filter Hooks

Seit3.2.0
Veraltetn/v
apply_filters( 'browse-happy-notice', $notice, $response )
Parameter: (2)
  • () notice The notice content.
    Erforderlich: Ja
  • () response An array containing web browser information, or false on failure. See wp_check_browser_version().
    Erforderlich: Ja
Definiert in:
Codex:

Filters the notice output for the 'Browse Happy' nag meta box.



Ähnliche Funktionen: site_admin_notice


Ähnliche Hooks:

Quellcode

echo apply_filters( 'browse-happy-notice', $notice, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores