oont-contents/plugins/webappick-product-feed-for-woocommerce/uninstall.php
2025-03-31 21:42:48 +02:00

16 lines
No EOL
338 B
PHP

<?php
/**
* Fired when the plugin is uninstalled.
* @since 1.0.0
*
* @package WooFeed
*/
// If uninstall not called from WordPress, then exit.
if ( ! defined('WP_UNINSTALL_PLUGIN') ) {
exit;
}
wp_clear_scheduled_hook( 'woo_feed_cleanup_logs' );
wp_clear_scheduled_hook( 'woo_feed_update' );
// End of file uninstall.php