feature: Initial commit

This commit is contained in:
Keith Solomon
2026-08-24 08:46:51 -05:00
commit 158f978021
24 changed files with 2200 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
/**
* Uninstall cleanup.
*
* Imported posts and media are intentionally retained.
*
* @package RSS2CPT
*/
defined( 'WP_UNINSTALL_PLUGIN' ) || exit;
delete_option( 'rss2cpt_settings' );
delete_option( 'rss2cpt_last_import' );