'header', 10 => 'quickstart', 100 => 'footer', ) ); ksort( $sections ); // Output ?>
get( 'Version' ) ) ), 'screen' ); // RTL setup wp_style_add_data( get_template() . '-welcome', 'rtl', 'replace' ); } // /assets /** * 100) Others */ /** * Info text: Rate the theme. * * @since 2.7.0 * @version 2.7.0 */ public static function get_info_like() { // Output return sprintf( esc_html_x( 'If you %1$s like this theme, please rate it %2$s', '%1$s: heart icon, %2$s: star icons', 'auberge' ), '', '' ) . '
' . '' . esc_html__( 'And/or please consider a donation, thank you 🙏😊', 'auberge' ) . ''; } // /get_info_like /** * Info text: Contact support. * * @since 2.7.0 * @version 2.7.0 */ public static function get_info_support() { // Output return esc_html__( 'Have a suggestion for improvement or something is not working as it should?', 'auberge' ) . ' ' . esc_html__( 'Contact support center →', 'auberge' ) . ''; } // /get_info_support } // /Auberge_Welcome add_action( 'after_setup_theme', 'Auberge_Welcome::init' );