Skip to content

Instantly share code, notes, and snippets.

@mlbd
Last active February 10, 2016 16:35
Show Gist options
  • Save mlbd/50a08b5eee45c2b79322 to your computer and use it in GitHub Desktop.
Save mlbd/50a08b5eee45c2b79322 to your computer and use it in GitHub Desktop.
function myfeed_request($request) {
if (isset($request['feed']))
$request['post_type'] = get_post_types();
return $request;
}
add_filter('request', 'myfeed_request');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment