customizer_edit_button(); /* translators: %1$1s, %2$2s theme copyright tags*/ $credits = get_theme_mod( 'footer_credits', sprintf( esc_html__( '%1$1s. Proudly powered by %2$2s', 'botiga' ), '{copyright} {year} {site_title}', '{theme_author}' ) ); $tags = array( '{theme_author}', '{site_title}', '{copyright}', '{year}' ); $replace = array( '' . esc_html__( 'Botiga', 'botiga' ) . '', get_bloginfo( 'name' ), '©', date('Y') ); // White Label if( defined( 'BOTIGA_AWL_ACTIVE' ) ) { $awl_data = athemes_wl_get_data(); $replace[0] = '' . esc_html( $awl_data[ 'awl_agency_name' ] ) . ''; } $credits = str_replace( $tags, $replace, $credits ); ?>