<?php /** * Uninstall Iconic Copy Text Blocks * Removes all plugin data from the database on deletion. */ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } delete_option( 'ictb_global_settings' );