| Server IP : 118.139.160.155 / Your IP : 216.73.217.153 Web Server : Apache System : Linux sg2plmcpnl504228.prod.sin2.secureserver.net 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64 User : twll3xqyaqrh ( 9725459) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/twll3xqyaqrh/public_html/Site WP/wp-content/plugins/blog-designer/ |
Upload File : |
<?php
/**
* Fired when the plugin is uninstalled.
*
*/
// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
$bd_unintall_data = get_option('bd_unintall_data', 0);
if($bd_unintall_data == 1 ) {
delete_option( 'posts_per_page' );
delete_option( 'display_sticky' );
delete_option( 'display_category' );
delete_option( 'social_icon_style' );
delete_option( 'rss_use_excerpt' );
delete_option( 'template_alternativebackground' );
delete_option( 'display_tag' );
delete_option( 'display_author' );
delete_option( 'display_date' );
delete_option( 'social_share' );
delete_option( 'facebook_link' );
delete_option( 'twitter_link' );
delete_option( 'linkedin_link' );
delete_option( 'pinterest_link' );
delete_option( 'display_comment_count' );
delete_option( 'excerpt_length' );
delete_option( 'display_html_tags' );
delete_option( 'read_more_on' );
delete_option( 'read_more_text' );
delete_option( 'template_titlefontsize' );
delete_option( 'content_fontsize' );
delete_option( 'wp_blog_designer_settings' );
delete_option( 'blog_page_display' );
delete_option( 'custom_css' );
delete_option( 'is_user_subscribed_cancled' );
delete_option( 'bd_version' );
delete_option( 'bd_is_optin' );
delete_option( 'bd_unintall_data' );
}