Astra_Heading_Colors_Loader::customize_register( WP_Customize_Manager $wp_customize )

Load color configs for the Heading Colors.


Description


Parameters

$wp_customize

(WP_Customize_Manager) (Required) Theme Customizer object.


Source

File: inc/addons/heading-colors/class-astra-heading-colors-loader.php

	public function customize_register( $wp_customize ) {

		/**
		 * Register Panel & Sections
		 */
		require_once ASTRA_THEME_HEADING_COLORS_DIR . 'customizer/class-astra-heading-colors-configs.php';// phpcs:ignore: WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound
	}

Changelog

Changelog
Version Description
2.2.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.