- Timestamp:
- 11/25/2025 05:00:39 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/custom-css.php
r60536 r61302 21 21 * @param string $suffix The CSS suffix. 22 22 * @param bool $display Print the styles. 23 * @return string Generated CSS. 23 24 */ 24 25 function twentytwenty_generate_css( $selector, $style, $value, $prefix = '', $suffix = '', $display = true ) { … … 55 56 * 56 57 * @param string $type Whether to return CSS for the "front-end", "block-editor", or "classic-editor". 58 * @return string CSS styles built from Customizer options. 57 59 */ 58 60 function twentytwenty_get_customizer_css( $type = 'front-end' ) {
Note: See TracChangeset
for help on using the changeset viewer.