Advertisement
qlstudio

4 Trees - ftf_get_option() usage

Nov 12th, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // exists in parent theme, so include with child search also ##
  2. if ( file_exists( ftf_get_option("path_parent").'4trees/css/reset.css' ) ) {
  3. wp_register_style( 'ftf-reset', ftf_locate_template( "css/reset.css", false ), array(), '0.1', 'all' );
  4. wp_enqueue_style( 'ftf-reset' );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement