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



wp_admin_notice › WordPress Action Hooks

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

Fires before an admin notice is output.





Quellcode

do_action( 'wp_admin_notice', $message, $args );