skt_pathway_customizer_styles
The SKT Pathway skt pathway customizer styles function.
Description
skt_pathway_customizer_styles();
Usage
if ( !function_exists( 'skt_pathway_customizer_styles' ) ) { require_once '/functions.php'; } // NOTICE! Understand what this does before running. $result = skt_pathway_customizer_styles();
Defined (1)
The function is defined in the following location(s).
- /functions.php
- function skt_pathway_customizer_styles() {
- wp_enqueue_style( 'skt-pathway-customizer', trailingslashit( get_template_directory_uri() ).'css/customizer.css', null );
- }