';
}
// Get settings fields.
ob_start();
settings_fields( $this->parent->_token . '_settings' );
do_settings_sections( $this->parent->_token . '_settings' );
$html .= ob_get_clean();
$html .= '
' . "\n";
$html .= '' . "\n";
$html .= '' . "\n";
$html .= '
' . "\n";
if ( ( isset( $_GET['page'] ) && 'wcz_settings' == $_GET['page'] && !isset( $_GET['tab'] ) ) || ( isset( $_GET['tab'] ) && 'wcz_general' == $_GET['tab'] ) ) {
$html .= '
' . "\n";
$html .= '
' . esc_attr( __( 'Using StoreCustomizer', 'woocustomizer' ) ) . '
';
$html .= '
' . esc_attr( __( 'Watch our \'getting started\' video on how to use StoreCustomizer', 'woocustomizer' ) ) . '
';
$html .= '
' . "\n";
$html .= '
' . "\n";
}
$html .= '
';
$html .= '' . "\n";
$html .= '