Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
skyscrapers
/
wp-content
/
plugins
/
printfriendly
:
uninstall.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if (! defined('ABSPATH') && ! defined('WP_UNINSTALL_PLUGIN')) { exit(); } delete_option('printfriendly_option'); // Make sure any old options which may still lurking about get deleted as well delete_option('pf_button_type'); delete_option('pf_custom_image'); delete_option('pf_custom_text'); delete_option('pf_custom_both'); delete_option('pf_show_list'); delete_option('pf_content_placement'); delete_option('pf_content_position'); delete_option('pf_margin_top'); delete_option('pf_margin_right'); delete_option('pf_margin_bottom'); delete_option('pf_margin_left'); delete_option('pf_text_color'); delete_option('pf_text_size');