Skip to content
Snippets Groups Projects

WIP: Initial release

Closed Erick Hitter requested to merge develop into master
1 file
+ 19
0
Compare changes
  • Side-by-side
  • Inline
+ 19
0
@@ -75,8 +75,18 @@ class ETH_AMP_Analytics_WP {
add_filter( 'amp_component_scripts', array( $this, 'filter_amp_component_scripts' ) );
add_action( 'amp_post_template_footer', array( $this, 'action_amp_post_template_footer' ) );
}
unset( $ga_options );
// Admin UI
add_action( 'admin_init', array( $this, 'action_admin_init' ) );
}
/**
* TEMPLATING
*/
/**
*
*/
@@ -112,6 +122,15 @@ class ETH_AMP_Analytics_WP {
</amp-analytics>
<?php
}
/**
* ADMIN UI
*/
/**
*
*/
public function action_admin_init() {}
}
ETH_AMP_Analytics_WP::get_instance();
\ No newline at end of file
Loading