Skip to content

Instantly share code, notes, and snippets.

@mgratch
Created September 24, 2015 19:56
Show Gist options
  • Save mgratch/fd5a88cb50295d54885d to your computer and use it in GitHub Desktop.
Save mgratch/fd5a88cb50295d54885d to your computer and use it in GitHub Desktop.
function add_referring_pic_data_query( $vars ){
$vars[] = "title";
$vars[] = 'description';
$vars[] = 'caption';
return $vars;
}
add_filter( 'query_vars', 'add_referring_pic_data_query' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment