Viewing 1 replies (of 1 total)
  • Thread Starter zagriyen

    (@zagriyen)

    finally it works

    function post_hide_pvc() {
        remove_meta_box( 'bawpvc_meta_box' , 'post' , 'side' );
    }
    add_action( 'add_meta_boxes', 'post_hide_pvc', 99 );

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Post Views Count] Remove meta box’ is closed to new replies.