Initial commit

This commit is contained in:
2025-08-08 22:07:56 -03:00
commit dc6feeb97f
4 changed files with 132 additions and 0 deletions

8
uninstall.php Normal file
View 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 );
?>