stateless_skip_cache_busting
stateless_skip_cache_busting
Appears in: wp-stateless.2.3.2, wp-stateless.3.0, wp-stateless.3.0.1, wp-stateless.3.0.2, wp-stateless.3.0.3, wp-stateless.3.0.4, wp-stateless.3.1.0, wp-stateless.3.1.1, wp-stateless.3.2.2, wp-stateless.3.2.4, wp-stateless.3.2.5, wp-stateless.3.3.0, wp-stateless.3.4.0, wp-stateless.3.4.1, wp-stateless.4.0.3, wp-stateless.4.0.4, wp-stateless.4.1.1, wp-stateless.4.1.2
Hook Type: action
See hook in action
Displaying hooks found in version: wp-stateless.4.1.2do_action('stateless_skip_cache_busting') is found 1 times:
- /lib/classes/class-utility.php line 72
* @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;