esc_html__( 'Current Version', 'aamla' ), 'value' => AAMLA_THEME_VERSION, ], [ 'label' => esc_html__( 'Last Updated on', 'aamla' ), 'value' => esc_html__( 'Nov 28, 2018', 'aamla' ), ], [ 'label' => esc_html__( 'Next Planned update', 'aamla' ), 'value' => esc_html__( 'Dec 15, 2018', 'aamla' ), ], [ 'label' => esc_html__( 'Minimum PHP Required', 'aamla' ), 'value' => esc_html__( 'PHP 5.4 or Later', 'aamla' ), ], [ 'label' => esc_html__( 'Minimum WP Required', 'aamla' ), 'value' => esc_html__( 'WP 4.7 or Later', 'aamla' ), ], [ 'label' => esc_html__( 'Minimum IE Required', 'aamla' ), 'value' => esc_html__( 'IE11 or Later', 'aamla' ), ], [ 'label' => esc_html__( 'License', 'aamla' ), 'value' => esc_html__( 'GPL v2 or later', 'aamla' ), ], ]; foreach ( $infos as $info ) { $theme_info .= sprintf( '%s%s', $info['label'], $info['value'] ); } $theme_info = sprintf( '%s
', $theme_info ); return $theme_info; }