Title: [Plugin: Post Views Count] Remove meta box
Last modified: August 20, 2016

---

# [Plugin: Post Views Count] Remove meta box

 *  Resolved [zagriyen](https://wordpress.org/support/users/zagriyen/)
 * (@zagriyen)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-post-views-count-remove-meta-box/)
 * Hi,
    I want remove the pvc meta box in the post edit page, i try this remove_meta_box(‘
   bawpvc_box’, ‘post’, ‘side’ ); but that doesn’t work. how i can do this ? thanks
 * [http://wordpress.org/extend/plugins/baw-post-views-count/](http://wordpress.org/extend/plugins/baw-post-views-count/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [zagriyen](https://wordpress.org/support/users/zagriyen/)
 * (@zagriyen)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-post-views-count-remove-meta-box/#post-2974846)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/baw-post-views-count_ffffff.svg)
 * [Post Views Count (Support caching plugins!)](https://wordpress.org/plugins/baw-post-views-count/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/baw-post-views-count/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/baw-post-views-count/)
 * [Active Topics](https://wordpress.org/support/plugin/baw-post-views-count/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/baw-post-views-count/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/baw-post-views-count/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [zagriyen](https://wordpress.org/support/users/zagriyen/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-post-views-count-remove-meta-box/#post-2974846)
 * Status: resolved