Third_Party
Class to handle Third Party services.
Namespace: WebberZone\Snippetz\Frontend
Since: 2.0.0
Source: includes/frontend/class-third-party.php line 25
Methods
__construct()
Main constructor.
Line: 30
public function __construct( );
wp_enqueue_scripts()
Hooks into wp_enqueue_scripts to add third party scripts.
Since: 2.0.0
Line: 39
public function wp_enqueue_scripts( );
google_analytics()
Get Google Analytics code.
Since: 2.0.0
Line: 49
public function google_analytics( );
statcounter()
Function to add the necessary code to wp_footer.
Since: 2.0.0
Line: 78
public function statcounter( );