This file contains hidden or 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 | |
| /** | |
| * Go to /wp-admin/edit-tags.php?taxonomy={initial_tax}&post_type={post_type} and paginate in categories to execute script. | |
| * You can delete this file once it's done | |
| * Class Migrate_Category | |
| */ | |
| class Migrate_Category | |
| { | |
| const TAXONOMY_COLUMN = 'data'; // Column name |
OlderNewer