wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_admin_notice_markup › WordPress Filter Hooks

Since6.4.0
Deprecatedn/a
apply_filters( 'wp_admin_notice_markup', $markup, $message, $args )
Parameters: (3)
  • () markup The HTML markup for the admin notice.
    Required: Yes
  • () message The message for the admin notice.
    Required: Yes
  • () args The arguments for the admin notice.
    Required: Yes
Defined at:
Codex:

Filters the markup for an admin notice.





Source

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