• Hi,

    The share links show up on the Posts page in the backend. Maybe there could be an option check-box to exclude that.

    I made a temporary fix by adding ‘is_admin()’ to the tests in the ‘cxnh_quickshare_show_output()’ function.

    ...
      if ( is_feed() )
        $output = false;
      elseif ( is_admin() )
        $output = false;
      elseif ( $quickshare_in_excerpt )
        $output = false;
    ...

    But it might be better to have it as an option.

    Thanks for a very good plugin.

    https://www.ads-software.com/plugins/quickshare/

  • The topic ‘Share links show up in backend’ is closed to new replies.