Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Builder_Helper / Astra_Builder_Helper::is_new_user()

Astra_Builder_Helper::is_new_user()

Check if Migrated to new Astra Builder.


Description


Source

File: inc/core/builder/class-astra-builder-helper.php

	public static function is_new_user() {
		return astra_get_option( 'header-footer-builder-notice', true );
	}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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