Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Function : define_css_base_url()

Blair2004 edited this page Nov 1, 2014 · 2 revisions

Description : Set base path for accessing style files folder. Each style files enqueued will use this base path, untill this last is change again.

Example : <?php // Set base path define_css_base_url( theme_assets_dir( '/css' ) ); ?>