Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
navigation
/
wordfence
/
framework
:
theme-functions.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* Functions specific to the included option settings */ /*-----------------------------------------------------------------------------------*/ /* Add Favicon /*-----------------------------------------------------------------------------------*/ function st_favicon() { if (of_get_option('st_custom_favicon')) { echo '<link rel="shortcut icon" href="'. of_get_option('st_custom_favicon') .'"/>'."\n"; } } add_action('wp_head', 'st_favicon'); ?>