This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
ini_set('memory_limit','1500M'); | |
/** | |
* Update/Covert all WooCommerce Products data to a new post type | |
* | |
* Moving all WooCommerce custom data to a new custom post type. Should only be executed from CLI since it uses so many processes. | |
* | |
* @author De'Yonte W. <[email protected]> | |
* @return void | |
*/ |