Added Hide Time option;

Fixed author tags
This commit is contained in:
Justin Foell
2019-03-01 15:21:02 -06:00
parent 85e75c5bde
commit d831bc4534
6 changed files with 77 additions and 16 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
<?php
if ( ! defined( 'WPSTRAVA_PLUGIN_DIR' ) ) define( 'WPSTRAVA_PLUGIN_DIR', dirname( __FILE__ ) . '/../' );
if ( ! defined( 'WPSTRAVA_PLUGIN_DIR' ) ) {
define( 'WPSTRAVA_PLUGIN_DIR', dirname( __FILE__ ) . '/../' );
}
require_once dirname( __FILE__ ) . '/../lib/autoload.php';
require_once dirname( __FILE__ ) . '/../vendor/autoload.php';