← All changes
|
modules/variables/classes/css-renderer.php
+1
-5
4.1.0-dev3
→
3.35.0-dev2
View file →
| @@ -63,13 +63,9 @@ | ||
| 63 | 63 | if ( empty( $value ) || empty( $variable_name ) ) { |
| 64 | 64 | return null; |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | - $entry = "--{$variable_name}:{$value};"; | |
| 68 | - | |
| 69 | - $additional = apply_filters( 'elementor/variables/css_entry_additional', '', $variable, $id ); | |
| 70 | - | |
| 71 | - return $entry . $additional; | |
| 67 | + return "--{$variable_name}:{$value};"; | |
| 72 | 68 | } |
| 73 | 69 | |
| 74 | 70 | private function wrap_with_root( array $css_entries ): string { |
| 75 | 71 | return ':root { ' . implode( ' ', $css_entries ) . ' }'; |