esc_html__( 'Theme Capability Demonstration', 'aamla' ), ]; $aamla_demo_ques = [ [ 'section' => 'demo', 'question' => esc_html__( 'All demos have been created without using any plugin, except WooCommerce & Gutenberg for their respective pages.', 'aamla' ), ], [ 'section' => 'demo', 'question' => esc_html__( 'These demos are not exhaustive. You can create much more using your imagination, tools provided by the theme and perhaps with some plugins.', 'aamla' ), ], [ 'section' => 'demo', 'link' => '', 'question' => esc_html__( 'Theme Demo Page', 'aamla' ), ], ]; foreach ( $aamla_demo_blocks as $doc_id => $doc_label ) { printf( '
%s
', $doc['question'] ); // WPCS xss ok. Variables already escaped. } if ( isset( $doc['desc'] ) && $doc['desc'] ) { printf( '%s
', $doc['desc'] ); // WPCS xss ok. Variables already escaped. } } } echo '