Skip to content

Instantly share code, notes, and snippets.

@jeffstieler
Created October 4, 2017 23:21
Show Gist options
  • Select an option

  • Save jeffstieler/4708beececca2dc0b53638756ebdafbd to your computer and use it in GitHub Desktop.

Select an option

Save jeffstieler/4708beececca2dc0b53638756ebdafbd to your computer and use it in GitHub Desktop.
WCS Dev Plugin
<?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