Astra_Theme_Options::__construct()

Constructor


Description


Source

File: inc/core/class-astra-theme-options.php

		public function __construct() {

			// Refresh options variables after customizer save.
			add_action( 'after_setup_theme', array( $this, 'refresh' ) );

		}


User Contributed Notes

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