• Resolved Dennis Bareis

    (@dbareis)


    I have added a hook:

    add_action(‘admin_notices’, ‘MyHook_admin_notices’);

    It works and generates a message (can see it in chrome console tools), this message is never seen as it is generated inside a div with the classes “wrap hide-if-js block-editor-no-js” which makes “display” equal “none”.

    Javascript is enabled. This is a PHP template and not a plugin. Normal admin messages by plugins & wordpress do display.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Admin Notices Generated by Inside “Display:None” DIV’ is closed to new replies.