Files
ocultar-titulo/uninstall.php
2025-08-08 22:07:56 -03:00

8 lines
155 B
PHP

<?php
if( !defined( 'ABSPATH') && !defined('WP_UNINSTALL_PLUGIN') )
exit();
$hpt_option = 'hpt_headertitle';
delete_post_meta_by_key( $hpt_option );
?>