The meta-value tag has no wiki summary.
0
votes
1answer
701 views
Help With issue on pre_get_posts filter in taxonomy
I create a function to filter the taxonomy query with this code
add_action('pre_get_posts', 'custom_taxonomy_query');
$option_taxposts_per_page = get_option('tax_posts_per_page');
function ...