summaryrefslogtreecommitdiff
path: root/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php')
-rw-r--r--inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php134
1 files changed, 67 insertions, 67 deletions
diff --git a/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php b/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php
index afdfa36..7efaf64 100644
--- a/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php
+++ b/inc/compatibility/edd/customizer/class-astra-customizer-register-edd-section.php
@@ -1,67 +1,67 @@
-<?php
-/**
- * Register customizer panels & sections for Easy Digital Downloads.
- *
- * @package Astra
- * @author Astra
- * @copyright Copyright (c) 2020, Astra
- * @link https://wpastra.com/
- * @since Astra 1.5.5
- */
-
-if ( ! defined( 'ABSPATH' ) ) {
- exit; // Exit if accessed directly.
-}
-
-if ( ! class_exists( 'Astra_Customizer_Register_Edd_Section' ) ) {
-
- /**
- * Customizer Sanitizes Initial setup
- */
- class Astra_Customizer_Register_Edd_Section extends Astra_Customizer_Config_Base {
-
- /**
- * Register Panels and Sections for Customizer.
- *
- * @param Array $configurations Astra Customizer Configurations.
- * @param WP_Customize_Manager $wp_customize instance of WP_Customize_Manager.
- * @since 1.5.5
- * @return Array Astra Customizer Configurations with updated configurations.
- */
- public function register_configuration( $configurations, $wp_customize ) {
-
- $configs = array(
- /**
- * WooCommerce
- */
- array(
- 'name' => 'section-edd-group',
- 'type' => 'section',
- 'title' => __( 'Easy Digital Downloads', 'astra' ),
- 'priority' => 60,
- ),
-
- array(
- 'name' => 'section-edd-archive',
- 'title' => __( 'Product Archive', 'astra' ),
- 'type' => 'section',
- 'section' => 'section-edd-group',
- 'priority' => 10,
- ),
-
- array(
- 'name' => 'section-edd-single',
- 'type' => 'section',
- 'title' => __( 'Single Product', 'astra' ),
- 'section' => 'section-edd-group',
- 'priority' => 15,
- ),
- );
-
- return array_merge( $configurations, $configs );
- }
- }
-}
-
-
-new Astra_Customizer_Register_Edd_Section();
+<?php
+/**
+ * Register customizer panels & sections for Easy Digital Downloads.
+ *
+ * @package Astra
+ * @author Astra
+ * @copyright Copyright (c) 2020, Astra
+ * @link https://wpastra.com/
+ * @since Astra 1.5.5
+ */
+
+if ( ! defined( 'ABSPATH' ) ) {
+ exit; // Exit if accessed directly.
+}
+
+if ( ! class_exists( 'Astra_Customizer_Register_Edd_Section' ) ) {
+
+ /**
+ * Customizer Sanitizes Initial setup
+ */
+ class Astra_Customizer_Register_Edd_Section extends Astra_Customizer_Config_Base {
+
+ /**
+ * Register Panels and Sections for Customizer.
+ *
+ * @param Array $configurations Astra Customizer Configurations.
+ * @param WP_Customize_Manager $wp_customize instance of WP_Customize_Manager.
+ * @since 1.5.5
+ * @return Array Astra Customizer Configurations with updated configurations.
+ */
+ public function register_configuration( $configurations, $wp_customize ) {
+
+ $configs = array(
+ /**
+ * WooCommerce
+ */
+ array(
+ 'name' => 'section-edd-group',
+ 'type' => 'section',
+ 'title' => __( 'Easy Digital Downloads', 'astra' ),
+ 'priority' => 60,
+ ),
+
+ array(
+ 'name' => 'section-edd-archive',
+ 'title' => __( 'Product Archive', 'astra' ),
+ 'type' => 'section',
+ 'section' => 'section-edd-group',
+ 'priority' => 10,
+ ),
+
+ array(
+ 'name' => 'section-edd-single',
+ 'type' => 'section',
+ 'title' => __( 'Single Product', 'astra' ),
+ 'section' => 'section-edd-group',
+ 'priority' => 15,
+ ),
+ );
+
+ return array_merge( $configurations, $configs );
+ }
+ }
+}
+
+
+new Astra_Customizer_Register_Edd_Section();