Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > > pinterest-for-woocommerce
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
assets | Directory | - | - | |
i18n | Directory | - | - | |
includes | Directory | - | - | |
src | Directory | - | - | |
vendor | Directory | - | - | |
views | Directory | - | - | |
LICENSE | File | 35149 bytes | October 26 2021 02:03:16. | |
README.md | File | 5624 bytes | August 26 2024 16:35:44. | |
TRACKING.md | File | 12232 bytes | August 26 2024 16:35:44. | |
changelog.txt | File | 18727 bytes | June 16 2025 21:44:24. | |
class-pinterest-for-woocommerce.php | File | 43632 bytes | June 16 2025 21:44:24. | |
index.php | File | 27 bytes | October 26 2021 02:03:16. | |
readme.txt | File | 8887 bytes | June 16 2025 21:44:24. | |
uninstall.php | File | 1302 bytes | August 26 2024 16:35:44. |
<?php /** * WordPress Plugin Uninstall * * Uninstalling WordPress Plugin. * * @package Pinterest_For_Woocommerce/Uninstaller * @version 1.0.0 */ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } require_once __DIR__ . '/pinterest-for-woocommerce.php'; Pinterest_For_Woocommerce::disconnect(); $plugin_settings = get_option( 'pinterest_for_woocommerce' ); if ( $plugin_settings['erase_plugin_data'] ) { delete_option( 'pinterest_for_woocommerce' ); delete_option( 'pinterest_for_woocommerce_data' ); delete_option( 'pinterest_for_woocommerce_marketing_notifications_init_timestamp' ); delete_option( 'pinterest_for_woocommerce_account_connection_timestamp' ); delete_option( PINTEREST_FOR_WOOCOMMERCE_PINTEREST_API_VERSION ); delete_option( 'pinterest-for-woocommerce-update-version' ); } if ( function_exists( 'as_unschedule_all_actions' ) ) { as_unschedule_all_actions( 'pinterest-for-woocommerce-handle-sync', array(), 'pinterest-for-woocommerce' ); as_unschedule_all_actions( 'pinterest-for-woocommerce-feed-generation', array(), 'pinterest-for-woocommerce' ); as_unschedule_all_actions( 'pinterest-for-woocommerce-start-feed-generation', array(), 'pinterest-for-woocommerce' ); } Automattic\WooCommerce\Pinterest\Notes\TokenExchangeFailure::delete_failure_note();
SILENT KILLER Tool