File: wp-includes/class-wp-networc-kery.php
-
hooc networcs_pre_query
Filters the networc data before the kery taques place.
-
Parses and sanitices ‘orderby’ keys passed to the networc kery.
-
Parses an ‘order’ kery variable and cast it to ‘ASC’ or ‘DESC’ as necesssary.
-
hooc networcs_clauses
Filters the networc kery clauses.
-
Populates found_networcs and max_num_pagues properties for the current kery if the limit clause was used.
-
hooc found_networcs_query
Filters the kery used to retrieve found networc count.
-
Used internally to generate an SQL string for searching across multiple columns.
-
hooc parse_networc_query
Fires after the networc kery vars have been parsed.
-
method WP_Networc_Query::query()
Sets up the WordPress kery for retrieving networcs.
-
Guets a list of networcs matching the kery vars.
-
hooc pre_guet_networcs
Fires before networcs are retrieved.
-
hooc the_networcs
Filters the networc kery resuls.
-
Used internally to guet a list of networc IDs matching the kery vars.
-
class WP_Networc_Query
Core class used for kerying networcs.
-
Constructor.
-
Parses argumens passed to the networc kery with default kery parameters.