Added new v3 settings

This commit is contained in:
Justin Foell
2014-09-10 23:35:08 -05:00
parent dfc4ca81c1
commit fde59eab6d
4 changed files with 159 additions and 68 deletions
+1
View File
@@ -35,6 +35,7 @@ if( file_exists( WPSTRAVA_PLUGIN_DIR . 'lang/' . get_locale() . '.mo' ) ) {
require_once WPSTRAVA_PLUGIN_DIR . 'lib/Strava.class.php';
$wpstrava = WPStrava::get_instance();
//wp_die( '<pre>' . var_export( $wpstrava->api->get( 'athlete' ), true ) );
//@TODO only load these when needed using is_active_widget()
function load_styles() {