'; echo 'CL_BASE_URL = "'.get_bloginfo('url').'";'; echo 'CL_STYLESHEET_URL = "'.get_stylesheet_directory_uri().'";'; echo ''; } function avada_lang_setup() { $lang = get_stylesheet_directory() . '/languages'; load_child_theme_textdomain( 'Avada', $lang ); } add_action( 'after_setup_theme', 'avada_lang_setup' ); /***************************************************/ if ( current_user_can( 'manage_options' ) ) { show_admin_bar( true ); } add_action('wp_footer','cl_wpFooter'); function cl_wpFooter() { //nothing to do } /** * Show the banner when a html element with class 'cmplz-show-banner' is clicked */ function cmplz_show_banner_on_click() { ?>