Ticket #57420: 57420.diff
File 57420.diff, 453 bytes (added by , 2 years ago) |
---|
-
src/wp-includes/class-wp-theme-json.php
diff --git a/src/wp-includes/class-wp-theme-json.php b/src/wp-includes/class-wp-theme-json.php index f9e8e371c5..46bb0ef6cc 100644
a b class WP_Theme_JSON { 481 481 $class_name = static::__EXPERIMENTAL_ELEMENT_CLASS_NAMES[ $element ]; 482 482 } 483 483 484 return $class_name;484 return apply_filters( "element_class_name", $class_name, $element ); 485 485 } 486 486 487 487 /**