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



wp_admin_notice_args › WordPress Filter Hooks

Seit6.4.0
Veraltetn/v
apply_filters( 'wp_admin_notice_args', $args, $message )
Parameter: (2)
  • () args The arguments for the admin notice.
    Erforderlich: Ja
  • () message The message for the admin notice.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the arguments for an admin notice.





Quellcode

$args       = apply_filters( 'wp_admin_notice_args', $args, $message );