chore: initial wp-boilerplate project
This commit is contained in:
0
wp-content/mu-plugins/.gitkeep
Normal file
0
wp-content/mu-plugins/.gitkeep
Normal file
9
wp-content/mu-plugins/umami.php
Normal file
9
wp-content/mu-plugins/umami.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
// Inject the Umami tracking code into the <head> of the site
|
||||
// add_action( 'wp_head', 'umami_wp_head' );
|
||||
function umami_wp_head() {
|
||||
?>
|
||||
<script defer src="https://umami.websimple.com/script" data-website-id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"></script>
|
||||
<?php
|
||||
}
|
||||
Reference in New Issue
Block a user