Support » Plugin: WP Advertize It » Hide an "Ad Block" icon in the post editing screen

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author benohead

    (@benohead)

    In order to hide the buttons, open
    wp-admin/plugin-editor.php?file=wp-advertize-it/classes/wp-advertize-it.php&a=te&scrollto=3458

    comment out the following line:
    add_action(‘init’, array($this, ‘editor_buttons’));

    by adding to leading slashes:
    //add_action(‘init’, array($this, ‘editor_buttons’));

    Thread Starter kacper3355

    (@kacper3355)

    Thank you! 🙂
    Problem solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide an "Ad Block" icon in the post editing screen’ is closed to new replies.