• File: uninstall.php
  • Full Path: /home/romi/public_html/wp-content-20260417071838/plugins/wordpress-23-related-posts-plugin/uninstall.php
  • Date Modified: 04/23/2023 12:07 AM
  • File size: 168 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

//if uninstall not called from WordPress exit
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) 
    exit();

delete_option('wp_rp_options');
delete_option('wp_rp_meta');