creativedotdesign / tofino

WordPress boilerplate theme on a modern stack. NPM and Composer.
Other
29 stars 6 forks source link

Add file timestamp to svg sprite. #237

Closed danimalweb closed 7 years ago

danimalweb commented 7 years ago
$svg_url       = get_template_directory_uri() . '/dist/svg/sprite.symbol.svg';
$svg_file_path = get_template_directory() . '/dist/svg/sprite.symbol.svg';

$theme_config = [
  'svg' => [
    'sprite_file' => $svg_url . '?v=' . filemtime($svg_file_path)
  ]
];