Initial commit
This commit is contained in:
8
uninstall.php
Normal file
8
uninstall.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
if( !defined( 'ABSPATH') && !defined('WP_UNINSTALL_PLUGIN') )
|
||||
exit();
|
||||
|
||||
$hpt_option = 'hpt_headertitle';
|
||||
delete_post_meta_by_key( $hpt_option );
|
||||
?>
|
Reference in New Issue
Block a user