feat: prima versione del plugin, blocco e shortcode con iframe stampato lato server

This commit is contained in:
Lorenzo Iovino 2026-09-04 15:32:47 +02:00
commit 5c73bbc2b8
20 changed files with 1562 additions and 0 deletions

13
uninstall.php Normal file
View file

@ -0,0 +1,13 @@
<?php
/**
* Removes what the plugin saved, when the plugin is deleted.
*
* One option, nothing else: the events are not copied into the site, they are
* fetched live, so there is no leftover content to clean up.
*
* @package PiazzaInFesta
*/
defined( 'WP_UNINSTALL_PLUGIN' ) || exit;
delete_option( 'pinfesta_options' );