Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Premium_Integrations::get_preload()

Returns the preload setting

Contents


Return Return

(boolean) TRUE if Automator should load the content even if the tab is not selected


Source Source

File: src/core/lib/settings/trait-premium-integrations.php

	public function get_preload() {
		return ! empty( $this->preload ) ? $this->preload : false;
	}