Profiles

  • Member Since: July 10th, 2013
  • Find me on:
  • Posted a reply to I can’t dismiss the admin notices generated by jQuery Migrate Helper plugin, on the site WordPress.org Forums:
    add_action('admin_head', 'add_style_admin'); function add_style_admin() { echo '<style> .notice-error{ display:none } </style>'; } just add in…