PATH:
home
/
centosnipponia
/
public_html
/
nipponianl
/
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' ); } /* ADD YOUR CUSTOM FUNCTIONS BELOW */ /* 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*/
[+]
..
[-] error_log
[edit]
[+]
template-parts
[-] style.css
[edit]
[+]
wpsl-markers
[-] screenshot.png
[edit]
[-] functions.php
[edit]
[-] .htaccess.disabled
[edit]