Astra_Rollback_Version_Manager::__construct()

Constructor function that initializes required sections.


Description


Source

File: admin/astra-rollback/class-astra-rollback-version-manager.php

	public function __construct() {
		$this->theme_name = Astra_Rollback_version::astra_get_white_lable_name();

		add_action( 'admin_notices', array( $this, 'download_rollback_version' ) );
		add_action( 'admin_enqueue_scripts', array( $this, 'load_scripts' ) );
	}


User Contributed Notes

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