Advertisement
Gaskabur

Enqueue style sin caché

Sep 16th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. function redel_custom_enqueue_child_theme_styles()
  2. {
  3.     wp_enqueue_style('theme-child-style', get_stylesheet_uri(), array(), time());
  4. }
  5. add_action('wp_enqueue_scripts', 'redel_custom_enqueue_child_theme_styles', 11);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement