Viewing 1 replies (of 1 total)
  • Plugin Author gqevu6bsiz

    (@gqevu6bsiz)

    Hi heebeha,

    hide the plugin from the plugin directory

    Do you mean this?

    add_action( 'load-plugins.php' , 'hide_plugin' );
    function hide_plugin() {
    	add_action( 'admin_print_styles' , 'hide_plugin_print_styles' );
    }
    function hide_plugin_print_styles() {
    	echo '<style>tr#wp-admin-ui-customize { display: none; }</style>';
    }

    Screenshot: http://gqevu6bsiz.chicappa.jp/?attachment_id=1693

    Thanks,
    gqevu6bsiz

Viewing 1 replies (of 1 total)
  • The topic ‘Hide plugin WP Admin UI Customize in Plugins directory??’ is closed to new replies.