• Resolved teugene

    (@teugene)


    I’d like an option to hide the metabox by Litespeed cache as it is unnecessary clutter. I see that there’s a request for this since last year. Surely this wouldn’t take long? Are there any progress on this?

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    add_filter( 'litespeed_bypass_metabox', 'bypass_metabox_for_non_admin', 10, 2 );
    function bypass_metabox_for_non_admin( $bypass, $post_type ) {
            return true;
      
    }

    yeah , sorry for the inconvenience

    please use this code snippet as temp solution to disable it.

Viewing 1 replies (of 1 total)
  • The topic ‘Option to hide metabox’ is closed to new replies.