PATH:
home
/
centosnipponia
/
public_html
/
nipponiagt
/
wp-content
/
themes
/
airi-child
<?php /** * Airi child functions * */ /** * Enqueues the parent stylesheet. Do not remove this function. * */ add_action( 'wp_enqueue_scripts', 'airi_child_enqueue' ); function airi_child_enqueue() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } /* wp locator custom markers start Va*/ add_filter( 'wpsl_admin_marker_dir', 'custom_admin_marker_dir' ); function custom_admin_marker_dir() { $admin_marker_dir = get_stylesheet_directory() . '/wpsl-markers/'; return $admin_marker_dir; } define( 'WPSL_MARKER_URI', dirname( get_bloginfo( 'stylesheet_url') ) . '/wpsl-markers/' ); /* wp locator custom markers end Va*/ /* Google analytics tracker start Va*/ add_action('wp_head', 'google_va'); function google_va(){ ?> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-159555125-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-145314573-1'); </script> <?php }; /* Google analytics tracker end Va*/
[+]
..
[+]
template-parts
[-] style.css
[edit]
[+]
wpsl-markers
[-] screenshot.png
[edit]
[-] functions.php
[edit]
[-] functions-orig.php
[edit]
[-] .htaccess.disabled
[edit]