Success!
'; else { print 'Clearing Failed!
'; if (function_exists('apc_clear_cache')) { print ''; print_r(apc_cache_info()); print ''; } else { print 'APC not installed on this system'; } } } // Add Purge APC in the favorite actions dropdown add_filter('favorite_actions', 'clear_apc_link'); function clear_apc_link($actions) { $actions['tools.php?page=flush_php_apc'] = array('Purge APC', 'edit_posts'); return $actions; } ?>