Skip to content

Instantly share code, notes, and snippets.

@MarinescuLucia
Last active November 2, 2022 14:56
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 MarinescuLucia/60e937222bfb61818ecffd8a06e19017 to your computer and use it in GitHub Desktop.
Save MarinescuLucia/60e937222bfb61818ecffd8a06e19017 to your computer and use it in GitHub Desktop.
function change_values($arr) {
$arr[ 'refresh' ] = '10_mins'; // value 10 is for 10 minutes and should be changed depending on the need
return $arr;
}
add_filter( 'feedzy_shortcode_options', 'change_values', 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment