| Server IP : _ / Your IP : 169.254.129.1 Web Server : nginx/1.28.0 System : Linux 89e302d72aa1 6.6.143.1-1.azl3 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 04:01:14 UTC 2026 x86_64 User : nginx ( 103) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/wordpress/wp-content/plugins/wp-rss-aggregator/ |
Upload File : |
<?php
// If uninstall not called from WordPress exit
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit ();
}
// Remove capabilities
if ( function_exists( 'wprss_remove_caps' ) ) {
wprss_remove_caps();
}
// Delete options from options table
delete_option( 'wprss_options' );
delete_option( 'wprss_addon_notices' );
delete_option( 'wprss_admin_notices' );
delete_option( 'wprss_db_version' );
delete_option( 'wprss_did_intro' );
delete_option( 'wprss_first_activation_time' );
delete_option( 'wprss_hs_beacon_enabled' );
delete_option( 'wprss_intro_feed_id' );
delete_option( 'wprss_settings_notices' );