LLMS_Query

LLMS_Query class.


Description Description


Source Source

File: includes/class.llms.query.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Remove previously deprecated methods.
3.36.4 Don't remove pre_get_posts callback from within the callback itself. Rather use a static variable to make sure the business logic of the callback is executed only once.
3.36.3 Changed pre_get_posts callback from 10 (default) to15, so to avoid conflicts with the Divi theme whose callback runs at10`, but since themes are loaded after plugins it overrode our one.
3.33.0 Added catalog secondary sorting by post_title when the primary sort is menu_order.
3.31.0 Deprecated add_query_vars() method and added sanitizing functions when accessing$_GET` vars.
1.0.0 Introduced.

Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.