Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_tax_sql [ WordPress Function ]

get_tax_sql ( $tax_query, $primary_table, $primary_id_column )
Parameters:
  • (array) $tax_query A compact tax query
  • (string) $primary_table
  • (string) $primary_id_column
See:
  • WP_Tax_Query
Returns:
  • (array)
Defined at:



Given a taxonomy query, generates SQL to be appended to a main query.

Source


<?php
function get_tax_sql$tax_query$primary_table$primary_id_column ) {
    
$tax_query_obj = new WP_Tax_Query$tax_query );
    return 
$tax_query_obj->get_sql$primary_table$primary_id_column );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics