itthinx / groups

Groups provides group-based user membership management, group-based capabilities and content access control. It integrates standard WordPress capabilities and application-specific capabilities along with an extensive API.
GNU General Public License v3.0
49 stars 35 forks source link

Added filter for get_adjacent_post #38

Closed ablancodev closed 6 years ago

ablancodev commented 8 years ago

Added filters: get_previous_post_where get_next_post_where

itthinx commented 6 years ago

Resolved in 2.3.1 using a simpler approach based on the get_posts(...) which uses our existing posts_where filter.