plechev

Untitled

Nov 14th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. add_action('rcl_enqueue_scripts','rcl_custom_scripts',10);
  2. function rcl_custom_scripts(){
  3.     rcl_enqueue_style('rcl-stls',rcl_addon_url('style.css', __FILE__));
  4. }
Add Comment
Please, Sign In to add comment