• Resolved hupe13

    (@hupe13)


    Can you please disable the menu entry on multisite, see
    here?

    function admin_no_display_comments () {
    	echo "<style>
    		#wpadminbar li[id$='-comments']{
        	display: none;
    		}</style>";
    }
    add_action( 'admin_enqueue_scripts', 'admin_no_display_comments' );

    Thank you very much.

    • This topic was modified 3 years, 4 months ago by hupe13. Reason: url korrigiert
Viewing 1 replies (of 1 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @hupe13 ,

    Thank you for your awesome suggestion. We really appreciate it.
    I’m adding this as a feature request for now. If we get more request like this, We will work on it near future.

    Also thanks for your solution. This is really helpful. Appreciate your contribution here.

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite Menu’ is closed to new replies.