ClassicPress logo
Skip to content
Filter by type:
Browse: Home / wp-includes/class-wp-term-query.php

list_terms_exclusions

Filter Hook: Filters the terms to exclude from the terms query.

Source: wp-includes/class-wp-term-query.php:463

Used by 1 function | Uses 0 functions

WP_Term_Query::populate_terms()

Method: Creates an array of term objects from an array of term IDs.

Source: wp-includes/class-wp-term-query.php:980

Used by 1 function | Uses 1 function

WP_Term_Query::get_search_sql()

Method: Used internally to generate a SQL string related to the ‘search’ parameter.

Source: wp-includes/class-wp-term-query.php:962

Used by 1 function | Uses 2 functions

WP_Term_Query::parse_order()

Method: Parse an ‘order’ query variable and cast it to ASC or DESC as necessary.

Source: wp-includes/class-wp-term-query.php:940

Used by 1 function | Uses 0 functions

WP_Term_Query::parse_orderby_meta()

Method: Generate the ORDER BY clause for an ‘orderby’ param that is potentially related to a meta query.

Source: wp-includes/class-wp-term-query.php:881

Used by 1 function | Uses 0 functions

get_terms_orderby

Filter Hook: Filters the ORDERBY clause of the terms query.

Source: wp-includes/class-wp-term-query.php:860

Used by 1 function | Uses 0 functions

WP_Term_Query::parse_orderby()

Method: Parse and sanitize ‘orderby’ keys passed to the term query.

Source: wp-includes/class-wp-term-query.php:824

Used by 1 function | Uses 4 functions

terms_clauses

Filter Hook: Filters the terms query SQL clauses.

Source: wp-includes/class-wp-term-query.php:647

Used by 1 function | Uses 0 functions

get_terms_fields

Filter Hook: Filters the fields to select in the terms query.

Source: wp-includes/class-wp-term-query.php:628

Used by 1 function | Uses 0 functions

WP_Term_Query

Class: Class used for querying terms.

Source: wp-includes/class-wp-term-query.php:18

Used by 0 functions | Uses 0 functions
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy