Support » Plugin: WP No External Links » How to hide the option in post creation page for author

Viewing 1 replies (of 1 total)
  • Hello!

    Just remove from file wp-noexternallinks-options the following lines:

    add_action('save_post', array($this,'save_postdata'));
    add_action('do_meta_boxes', array($this,'add_custom_box'), 15, 2);

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide the option in post creation page for author’ is closed to new replies.