Advertisement
GochiSiyan

remove view counter

Feb 17th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. add_action('admin_print_styles',function (){
  2. if (! in_array('administrator',wp_get_current_user()->roles)) {
  3. ?>
  4. <style type="text/css">
  5. #jnews_override_counter_metabox {
  6. display: none;
  7. }
  8. </style>
  9. <?php
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement