Advertisement
globalaperta

functions.php

Jan 25th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. /* load style for DW Q&A plugin */
  2. if( !function_exists('dwqa_sahifa_scripts') ){
  3.  function dwqa_sahifa_scripts(){
  4.  wp_enqueue_style( 'dw-sahifa-qa', get_stylesheet_directory_uri() . '/dwqa-templates/style.css' );
  5.  }
  6.  add_action( 'wp_enqueue_scripts', 'dwqa_sahifa_scripts' );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement