this is what i have as simplecatch_headerdetails:
`function simplecatch_headerdetails() {
//delete_transient( ‘simplecatch_headerdetails’ );
global $simplecatch_options_settings;
$options = $simplecatch_options_settings;
if ( ( !$simplecatch_headerdetails = get_transient( ‘simplecatch_headerdetails’ ) ) && ( !empty( $options[ ‘featured_logo_header’ ] ) || empty( $options[ ‘remove_site_title’ ] ) || empty( $options[ ‘remove_site_description’ ] ) ) ) {
echo ‘<!– refreshing cache –>’;
$simplecatch_headerdetails = ‘<div class=”logo-wrap”>’;
if( empty ($options[ ‘remove_header_logo’ ] ) ) {
$simplecatch_headerdetails .= ‘<div id=”site-logo”><a href=”‘.esc_url( home_url( ‘/’ ) ).'” title=”‘.esc_attr( get_bloginfo( ‘name’, ‘display’ ) ).'”>’;
which line to i edit? as there is no actual text that on my sites displays Ear nose and Throat specialist
Thank you