isPluginActive("wp-fastest-cache-premium/wpFastestCachePremium.php")){ ?>
"all_warnings",
"class" => "int-item-left",
"icon" => "flaticon-technology",
"title" => "ALL",
"desc" => "Clean all of them"
],
[
"name" => "post_revisions",
"class" => "int-item-right",
"icon" => "flaticon-draft",
"title" => "Post Revisions",
"desc" => "Clean all post revisions"
],
[
"name" => "trashed_contents",
"class" => "int-item-left",
"icon" => "flaticon-recycling",
"title" => "Trashed Contents",
"desc" => "Clean all trashed posts & pages"
],
[
"name" => "trashed_spam_comments",
"class" => "int-item-right",
"icon" => "flaticon-interface",
"title" => "Trashed & Spam Comments",
"desc" => "Clean all comments from trash & spam"
],
[
"name" => "trackback_pingback",
"class" => "int-item-left",
"icon" => "flaticon-pingback",
"title" => "Trackbacks and Pingbacks",
"desc" => "Clean all trackbacks and pingbacks"
],
[
"name" => "transient_options",
"class" => "int-item-right",
"icon" => "flaticon-file",
"title" => "Transient Options",
"desc" => "Clean all transient options"
],
[
"name" => "orphaned_post_meta",
"class" => "int-item-left",
"icon" => "flaticon-xxx",
"title" => "Orphaned Post Meta",
"desc" => "Clean all orphaned post meta"
],
[
"name" => "orphaned_comment_meta",
"class" => "int-item-right",
"icon" => "flaticon-xxx",
"title" => "Orphaned Comment Meta",
"desc" => "Clean all orphaned comment meta"
],
[
"name" => "orphaned_user_meta",
"class" => "int-item-left",
"icon" => "flaticon-user",
"title" => "Orphaned User Meta",
"desc" => "Clean all orphaned user meta"
],
[
"name" => "orphaned_term_meta",
"class" => "int-item-right",
"icon" => "flaticon-tag",
"title" => "Orphaned Term Meta",
"desc" => "Clean all orphaned term meta"
],
[
"name" => "orphaned_term_relationships",
"class" => "int-item-left",
"icon" => "flaticon-connection",
"title" => "Orphaned Term Relationships",
"desc" => "Clean all orphaned term relationships"
]
];
foreach ($items as $item) {
echo '
'.$item['title'].' (0)
'.$item['desc'].'
';
}
?>