Viewing 1 replies (of 1 total)
  • Thread Starter alex.fedoseev

    (@alexfedoseev)

    Added OR to exclusion function in share-buttons.php

    // Looking for exclusion
      foreach($exclude_ids as $id)
       if ($post->ID == $id OR $post->post_type == 'gallery')
        return $content;

Viewing 1 replies (of 1 total)
  • The topic ‘Сonflict with gallery plugin’ is closed to new replies.