Created
October 4, 2017 23:21
-
-
Save jeffstieler/4708beececca2dc0b53638756ebdafbd to your computer and use it in GitHub Desktop.
WCS Dev Plugin
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: WCS Dev | |
| Plugin URI: http://wordpress.org/plugins/ | |
| Description: Points WCS @ Staging | |
| Author: Jeff Stieler | |
| Version: 0.1 | |
| Author URI: http://zombo.com | |
| */ | |
| define( 'WOOCOMMERCE_CONNECT_FREQUENT_FETCH', true ); | |
| define( 'WOOCOMMERCE_CONNECT_SERVER_URL', 'https://api-staging.woocommerce.com/' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment