';
}
}
}
/****************************************************************************************/
// Load webpageicon in Header Section
add_action('ambition_links', 'ambition_webpage_icon', 20);
/**
* Get the webpageicon Image from theme options
* display webpageicon
*
*/
function ambition_webpage_icon() {
$ambition_webpage_icon = get_theme_mod('img-upload-webclip-icon');
if (0 == get_theme_mod('webclip_icon_setting',true)) {
if (get_theme_mod('img-upload-webclip-icon') !='') {
echo '';
}
}
}
/****************************************************************************************/
add_action('ambition_header', 'ambition_headercontent_details', 10);
/**
* Shows Header content details
*
* Shows the site logo, title, description, searchbar, social icons and many more
*/
function ambition_headercontent_details() { ?>