File manager - Edit - /home/aussies6/public_html/seafoodwarehouse.com.au/wp-content/themes/topshop/customizer/mods.php
Back
<?php /** * Functions used to implement options * * @package Customizer Library Demo */ /** * Enqueue Google Fonts Example */ function customizer_topshop_theme_fonts() { // Font options $fonts = array( get_theme_mod( 'topshop-title-font', customizer_library_get_default( 'topshop-title-font' ) ), get_theme_mod( 'topshop-body-font', customizer_library_get_default( 'topshop-body-font' ) ), get_theme_mod( 'topshop-heading-font', customizer_library_get_default( 'topshop-heading-font' ) ) ); $font_uri = customizer_library_get_google_font_uri( $fonts ); // Load Google Fonts if ( !get_theme_mod( 'topshop-disable-google-fonts', customizer_library_get_default( 'topshop-disable-google-fonts' ) ) ) { wp_enqueue_style( 'customizer_topshop_theme_fonts', $font_uri, array(), null, 'screen' ); } } add_action( 'wp_enqueue_scripts', 'customizer_topshop_theme_fonts' );
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings