All calls to get_posts or get_children should pass the suppress_filters param. Passing this param allows plugins to filter wp query to modify behaviours. Take some example advanced-post-cache that is used on WordPress.com, which wouldn't cache without this param sent.
All calls to get_posts or get_children should pass the
suppress_filtersparam. Passing this param allows plugins to filter wp query to modify behaviours. Take some example advanced-post-cache that is used on WordPress.com, which wouldn't cache without this param sent.