Skip to content

Instantly share code, notes, and snippets.

@fabriziofeitosa
Last active September 9, 2020 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabriziofeitosa/3a3e532677aefdaa41ab0a722fc2cf79 to your computer and use it in GitHub Desktop.
Save fabriziofeitosa/3a3e532677aefdaa41ab0a722fc2cf79 to your computer and use it in GitHub Desktop.
(WP) Atualizar RSS do WordPress a cada 5 minutos
<?php
// Intervalo de 5 minutos para atualizar o RSS
add_filter( 'wp_feed_cache_transient_lifetime',create_function('$a', 'return 300;') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment