// Enqueue brand custom CSS function zeroai_brand_styles() { wp_enqueue_style('zeroai-brand', get_template_directory_uri() . '/brand-custom.css', array('zeroai-style'), '1.0'); } add_action('wp_enqueue_scripts', 'zeroai_brand_styles');
It seems we can't find what you're looking for.