summaryrefslogtreecommitdiff
path: root/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php')
-rw-r--r--inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php120
1 files changed, 60 insertions, 60 deletions
diff --git a/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php b/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php
index e6e6956..54356c7 100644
--- a/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php
+++ b/inc/compatibility/lifterlms/customizer/class-astra-liferlms-section-configs.php
@@ -1,60 +1,60 @@
-<?php
-/**
- * Register customizer panels & sections.
- *
- * @package Astra
- * @author Brainstorm Force
- * @copyright Copyright (c) 2020, Brainstorm Force
- * @link https://www.brainstormforce.com
- * @since Astra 1.2.0
- */
-
-if ( ! defined( 'ABSPATH' ) ) {
- exit; // Exit if accessed directly.
-}
-
-if ( ! class_exists( 'Astra_Liferlms_Section_Configs' ) ) {
-
- /**
- * Customizer Sanitizes Initial setup
- */
- class Astra_Liferlms_Section_Configs extends Astra_Customizer_Config_Base {
-
- /**
- * Register LearnDash Container settings.
- *
- * @param Array $configurations Astra Customizer Configurations.
- * @param WP_Customize_Manager $wp_customize instance of WP_Customize_Manager.
- * @since 1.4.3
- * @return Array Astra Customizer Configurations with updated configurations.
- */
- public function register_configuration( $configurations, $wp_customize ) {
-
- $_configs = array(
-
- array(
- 'name' => 'section-lifterlms',
- 'type' => 'section',
- 'priority' => 65,
- 'title' => __( 'LifterLMS', 'astra' ),
- ),
-
- /**
- * General Section
- */
- array(
- 'name' => 'section-lifterlms-general',
- 'type' => 'section',
- 'title' => __( 'General', 'astra' ),
- 'section' => 'section-lifterlms',
- 'priority' => 0,
- ),
- );
-
- return array_merge( $configurations, $_configs );
-
- }
- }
-}
-
-new Astra_Liferlms_Section_Configs();
+<?php
+/**
+ * Register customizer panels & sections.
+ *
+ * @package Astra
+ * @author Brainstorm Force
+ * @copyright Copyright (c) 2020, Brainstorm Force
+ * @link https://www.brainstormforce.com
+ * @since Astra 1.2.0
+ */
+
+if ( ! defined( 'ABSPATH' ) ) {
+ exit; // Exit if accessed directly.
+}
+
+if ( ! class_exists( 'Astra_Liferlms_Section_Configs' ) ) {
+
+ /**
+ * Customizer Sanitizes Initial setup
+ */
+ class Astra_Liferlms_Section_Configs extends Astra_Customizer_Config_Base {
+
+ /**
+ * Register LearnDash Container settings.
+ *
+ * @param Array $configurations Astra Customizer Configurations.
+ * @param WP_Customize_Manager $wp_customize instance of WP_Customize_Manager.
+ * @since 1.4.3
+ * @return Array Astra Customizer Configurations with updated configurations.
+ */
+ public function register_configuration( $configurations, $wp_customize ) {
+
+ $_configs = array(
+
+ array(
+ 'name' => 'section-lifterlms',
+ 'type' => 'section',
+ 'priority' => 65,
+ 'title' => __( 'LifterLMS', 'astra' ),
+ ),
+
+ /**
+ * General Section
+ */
+ array(
+ 'name' => 'section-lifterlms-general',
+ 'type' => 'section',
+ 'title' => __( 'General', 'astra' ),
+ 'section' => 'section-lifterlms',
+ 'priority' => 0,
+ ),
+ );
+
+ return array_merge( $configurations, $_configs );
+
+ }
+ }
+}
+
+new Astra_Liferlms_Section_Configs();