' . __( 'Settings updated successfully.', 'wplt2' ) . '
' . __( 'Disable this option to remove the default button styling and the Delightful Downloads CSS file.', 'wplt2' ) . '
'; } /** * Render default style field * * @return void */ function wplt_settings_default_style_field() { global $wplt_options; $styles = wplt_get_shortcode_styles(); $default_style = $wplt_options['default_style']; echo ''; echo '' . __( 'The default display style.', 'wplt2' ) . '
'; } /** * Render reset settings field * * @return void */ function wplt_settings_reset_settings_field() { global $wplt_options; $checked = $wplt_options['reset_settings']; echo ''; }