This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// FAVICON ADDITION | |
function add_my_favicon() { | |
if ( ! is_admin() ) { | |
//$favicon_path = get_site_url() . '/img/favicon-client.png'; | |
$favicon_path = get_site_url() . '/i/favicon-client'; | |
} else { | |
//$favicon_path = get_site_url() . '/img/favicon-admin.png'; | |
$favicon_path = get_site_url() . '/i/favicon-admin'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* DON'T copy the first line (above) if your functions.php already has it. | |
* ---------------------------------------------------------------------- */ | |
function et_divi_fonts_url() { | |
$fonts_url = ''; | |
/* Translators: If there are characters in your language that are not | |
* supported by Open Sans, translate this to 'off'. Do not translate | |
* into your own language. | |
*/ |