feat: prima versione del plugin, blocco e shortcode con iframe stampato lato server
This commit is contained in:
commit
5c73bbc2b8
20 changed files with 1562 additions and 0 deletions
13
uninstall.php
Normal file
13
uninstall.php
Normal 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' );
|
||||
Loading…
Add table
Add a link
Reference in a new issue