Exemplo n.º 1
0
    /**
     * Enable favicon.
     *
     * @since 0.1.0
     */
    public function theme_favicon()
    {
        $favicon = PC_Utility::get_custom_favicon();
        ?>
<link rel="shortcut icon" href="<?php 
        echo $favicon;
        ?>
" /><?php 
    }