Make WordPress Themes


Ignore:
Timestamp:
06/29/2022 01:22:51 PM (3 years ago)
Author:
themedropbox
Message:

New version of Sydney - 2.08

Location:
sydney/2.08
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sydney/2.08/inc/theme-update.php

    r162755 r170742  
    300300}
    301301add_action( 'after_switch_theme', 'sydney_footer_default_colors' );
     302
     303
     304/**
     305 * Set local Google Fonts by default
     306 *
     307 */
     308function sydney_default_local_google_fonts() {
     309    set_theme_mod( 'perf_google_fonts_local', 1 );
     310}
     311add_action( 'after_switch_theme', 'sydney_default_local_google_fonts' );
Note: See TracChangeset for help on using the changeset viewer.