stateless_skip_cache_busting

stateless_skip_cache_busting

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

do_action('stateless_skip_cache_busting') is found 1 times:

  • /lib/classes/class-utility.php line 81
           * @param $filename
           * @return string
           */
          public static function randomize_filename($filename) {
            $return = apply_filters('stateless_skip_cache_busting', null, $filename);
            if ($return) {
              return $return;
            }
    
            if (preg_match('/^[a-f0-9]{8}-/', $filename)) {
              return $filename;
    

See this hook used in plugins: