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

Warning: foreach() argument must be of type array|object, string given in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 830

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
Autonami_Helpers::extract_contact_from_args( mixed $args )

extract_contact_from_args


Warning: foreach() argument must be of type array|object, string given in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 830

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

Parameters Parameters

$args

(Required)


Top ↑

Return Return

(mixed)


Source Source

File: src/integrations/autonami/helpers/autonami-helpers.php

	public function extract_contact_from_args( $args ) {
		if ( empty( $args[0][1] ) ) {
			throw new \Exception( __( 'Contact not found', 'uncanny-automator' ) );
		}
		return $args[0][1];
	}