Post Pay Counter

The best way to pay authors on WordPress

  • Features
    • PRO version
  • Cart
    • Addons
  • Documentation
  • Support

Option to remove metabox from post editing screen

by

› Forums › Post Pay Counter PRO › Feature suggestion › Option to remove metabox from post editing screen

We are based in Europe with a GMT+1/GMT+2 time zone - support replies may be delayed due to time zone differences with your country.

  • This topic has 3 replies, 2 voices, and was last updated 7 years, 6 months ago by Stefano.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • September 6, 2015 at 12:47 pm #45831
    Martin
    Keymaster

    I would like to have an option to remove the PPC metabox from post editing screen – for non-administrators. So that autors/editors do not see that metabox.

    By now, I have removed the box completely by commenting out in the source code.

    I tried to remove it through functions.php, but could not get it to work.

    if (is_admin()) :
    function my_remove_meta_boxes() {
     if( !current_user_can('manage_options') ) {
      remove_meta_box('ppc_stats', 'post', 'side');
     }
    }
    add_action( 'admin_menu', 'my_remove_meta_boxes', 40 );
    endif;
    
    September 7, 2015 at 7:01 am #45859
    Stefano
    Keymaster

    Hi Martin,
    since you’re not the first to ask, I’ll try to add this in the next release.

    Would a simple checkbox to enable/disable it be enough, or would you be needing a per-user-role option?

    Have a nice day,
    Stefano

    September 7, 2015 at 4:09 pm #45868
    Martin
    Keymaster

    Hi Stefano!

    For me personally, I would like a per-user-role option. Because I want administrators to be able to add bonus to an article when needed.

    Thanks in advance 🙂

    M

    September 7, 2015 at 5:20 pm #45869
    Stefano
    Keymaster

    That’s right, I’ll try to do that this week 🙂

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Option to remove metabox from post editing screen’ is closed to new replies.

Your cart

Number of items in cart: 0

  • Your cart is empty.
  • Total: €0.00
  • Checkout

What are you looking for?

BEFORE POSTING

Before posting, please please please do have a look at our Documentation section. Your problem may be addressed there, allowing you to solve it without help from us :)

Copyright © 2023 · Centric Theme on Genesis Framework · WordPress · Log in

This site uses cookies, as all sites on the planet do -- More info