From 9d4123cee1867ee7199b06bdc92d40611f547ecc Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 21 Jul 2021 14:54:07 -0500 Subject: Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/. --- .../class-astra-customizer-config-base.php | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 inc/customizer/configurations/class-astra-customizer-config-base.php (limited to 'inc/customizer/configurations/class-astra-customizer-config-base.php') diff --git a/inc/customizer/configurations/class-astra-customizer-config-base.php b/inc/customizer/configurations/class-astra-customizer-config-base.php new file mode 100644 index 0000000..47a4688 --- /dev/null +++ b/inc/customizer/configurations/class-astra-customizer-config-base.php @@ -0,0 +1,100 @@ +'; + $content .= wp_kses_post( astra_get_prop( $args, 'description' ) ); + + // Links. + if ( astra_get_prop( $args, 'links' ) ) { + $content .= ''; + } + + $content .= ''; + + return $content; + } + + } +} + +/** + * Kicking this off by calling 'get_instance()' method + */ +new Astra_Customizer_Config_Base(); -- cgit v1.2.3-60-g2f50