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 | |
/** | |
* /inc/class-migration-cli.php' | |
*/ | |
class Migration_CLI extends WP_CLI_Command { | |
/** | |
* Imports data. |
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 | |
/* | |
Plugin Name: WooCommerce Buy Button Customizer | |
Plugin URI: http://amallory.com | |
Description: Customize Button Labels for WooCommerce Buy buttons on product by product basis | |
Version: 0.1.5 | |
Author: AJ Mallory | |
Author URI: http://amallory.com | |
License: GNU General Public License v2.0 | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html |