Deleting aurifox Pages & API Settings...
Please wait just a moment.
'.wp_count_posts( 'aurifox' )->publish.' pages...'; ?>
-1,
'post_type' =>'aurifox'
);
$posts = get_posts( $args );
$total = wp_count_posts( 'aurifox' )->publish;
$current = 0;
if (is_array($posts)) {
foreach ($posts as $post) {
wp_delete_post( $post->ID, true);
$i += 1;
$percent = intval($i/$total * 100)."%";
echo '';
echo str_repeat(' ',1024*64);
flush();
sleep(1);
}
}
echo '';
flush();
sleep(1);
echo 'Removed Plugin Settings...';
delete_option('aurifox_api_email');
delete_option('aurifox_api_auth');
delete_option('aurifox_display_method');
delete_option('aurifox_favicon_method');
delete_option('aurifox_additional_snippet');
echo '
Redirecting to Plugins Page...';
echo '';
?>