BSF_Core_Update::__construct()

Constructor


Description


Source

File: admin/bsf-core/classes/class-bsf-core-update.php

		public function __construct() {
			// Theme Updates.
			add_action( 'admin_init', __CLASS__ . '::init', 0 );
		}


User Contributed Notes

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