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



wp_admin_notice_markup › WordPress Filter Hooks

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

Filters the markup for an admin notice.





Quellcode

return apply_filters( 'wp_admin_notice_markup', $markup, $message, $args );