Skip to content

Instantly share code, notes, and snippets.

@bordoni
Created September 23, 2016 18:22
Show Gist options
  • Save bordoni/daaa513e71e4e075747b209bad67a2bb to your computer and use it in GitHub Desktop.
Save bordoni/daaa513e71e4e075747b209bad67a2bb to your computer and use it in GitHub Desktop.
<?php
// Add the following lines to your functions.php
function onlinenow_filter_purge_threshold () {
return 10;
}
add_filter( 'onlinenow-purge_threshold', 'onlinenow_filter_purge_threshold' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment