clear_cache_requested() public méthode

* FeedWordPress::clear_cache_magic_url()
function feedwordpress_clear_cache_magic_url()
{
    if (FeedWordPress::clear_cache_requested()) {
        FeedWordPress::clear_cache();
    }
}