Responsive tables first pass

This commit is contained in:
Justin Foell
2020-11-02 15:50:00 -06:00
parent 0f0dbac262
commit aa9008822e
7 changed files with 258 additions and 81 deletions
-2
View File
@@ -85,8 +85,6 @@ class WPStrava {
if ( is_admin() ) {
$this->settings->hook();
} else { // Front-end.
$this->style_translations = new WPStrava_StyleTranslations();
$this->style_translations->hook();
add_action( 'init', array( $this, 'register_shortcodes' ) );
add_action( 'wp_enqueue_scripts', array( $this, 'register_scripts' ) );
}