Skip to content

Instantly share code, notes, and snippets.

@pickplugins
Created August 13, 2022 11:28
Show Gist options
  • Save pickplugins/936ecac9afd1209b7e0501357fa281fd to your computer and use it in GitHub Desktop.
Save pickplugins/936ecac9afd1209b7e0501357fa281fd to your computer and use it in GitHub Desktop.
function post_grid_query_args_20200429($query_args, $args){
$query_args['tag'] = 'tag 1, tag 2, tag 3';
return $query_args;
}
add_filter('post_grid_query_args','post_grid_query_args_20200429', 10, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment