esc_html__( 'Global Header and Footer', 'merchant' ), 'module' => 'code-snippets', 'fields' => array( array( 'id' => 'header_code_snippets', 'type' => 'textarea_code', 'title' => esc_html__( 'Header', 'merchant' ), 'desc' => esc_html__( 'These scripts will be printed in the section.', 'merchant' ), 'class' => 'merchant-code-snippets-textarea', ), array( 'id' => 'body_code_snippets', 'type' => 'textarea_code', 'title' => esc_html__( 'Body', 'merchant' ), 'desc' => esc_html__( 'These scripts will be printed just below the opening tag.', 'merchant' ), 'class' => 'merchant-code-snippets-textarea', ), array( 'id' => 'footer_code_snippets', 'type' => 'textarea_code', 'title' => esc_html__( 'Footer', 'merchant' ), 'desc' => esc_html__( 'These scripts will be printed above the closing tag.', 'merchant' ), 'class' => 'merchant-code-snippets-textarea', ), ), ) );