', '' ); ?>

/>
'; } else { echo 'fav'; } ?>

/>
'; } else { echo 'Web Clip Icon'; } ?>


/>
'; } else { echo 'Logo'; } ?>
/>

/>
/>
/>
/>

/>


/>

/>

/>

/>

'. esc_attr__( 'Copyright', 'adventurous' ) . ' © ' . adventurous_the_year() . ' ' . adventurous_site_link() . ' ' . esc_attr__( 'All Rights Reserved', 'adventurous' ) . '.
'. esc_attr__( 'Adventurous Theme by', 'adventurous' ) . ' ' . adventurous_shop_link() . '
'; //Check if new footer code and old footer code match, if they don't perform following if( $new_footer_code != $adventurous_options_settings['footer_code'] ) { delete_transient( 'adventurous_footer_content' ); // Footer Content $adventurous_options_settings['footer_code'] = $new_footer_code; update_option( 'adventurous_options', $adventurous_options_settings ); } } add_action( 'init', 'adventurous_make_footer_modifications' );