/>
'; } 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' ); /** * Custom scripts and styles on Customizer for Adventurous * * @since Adventurous 1.4 */ function adventurous_customize_scripts() { wp_register_script( 'adventurous_customizer_custom', get_template_directory_uri() . '/inc/panel/js/customizer-custom-scripts.js', array( 'jquery' ), '20140107', true ); $adventurous_misc_links = array( 'upgrade_link' => esc_url( admin_url( 'themes.php?page=theme_options' ) ), 'upgrade_text' => __( 'More Theme Options »', 'adventurous' ), ); //Add Upgrade Button and old WordPress message via localized script wp_localize_script( 'adventurous_customizer_custom', 'adventurous_misc_links', $adventurous_misc_links ); wp_enqueue_script( 'adventurous_customizer_custom' ); wp_enqueue_style( 'adventurous_customizer_custom', get_template_directory_uri() . '/inc/panel/adventurous-customizer.css'); } add_action( 'customize_controls_print_footer_scripts', 'adventurous_customize_scripts');