Changeset 2877695
- Timestamp:
- 03/10/2023 08:13:28 AM (3 years ago)
- Location:
- my-feed/trunk
- Files:
-
- 2 edited
-
my-feed.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
my-feed/trunk/my-feed.php
r2877688 r2877695 3 3 * Plugin Name: Feed Manager For WooCommerce Product 4 4 * Description: This is feed plugin for upload product feed to google merchant center. 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Requires at least: 5.2 7 7 * Requires PHP: 7.2 … … 313 313 314 314 //Save XML as a file 315 $data = fopen(plugin_dir_path( __DIR__ )." feed-manager-for-woocommerce-product/admin/googlefiles/$file_name.xml", "w");315 $data = fopen(plugin_dir_path( __DIR__ )."my-feed/admin/googlefiles/$file_name.xml", "w"); 316 316 317 317 fwrite($data, $content); … … 368 368 $textcon = $textfile.''.$textcontent; 369 369 370 $data = fopen(plugin_dir_path( __DIR__ )." feed-manager-for-woocommerce-product/admin/googlefiles/$file_name.txt", "w");370 $data = fopen(plugin_dir_path( __DIR__ )."my-feed/admin/googlefiles/$file_name.txt", "w"); 371 371 372 372 // writing content to a file using fwrite() function … … 427 427 $textcon = $textfile.''.$textcontent; 428 428 429 $data = fopen(plugin_dir_path( __DIR__ )." feed-manager-for-woocommerce-product/admin/googlefiles/$file_name.csv", "w");429 $data = fopen(plugin_dir_path( __DIR__ )."my-feed/admin/googlefiles/$file_name.csv", "w"); 430 430 431 431 // writing content to a file using fwrite() function -
my-feed/trunk/readme.txt
r2877688 r2877695 4 4 Tested Up To: 6.1.1 5 5 Requires PHP: 7.2 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.