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
Utilities::get_pro_items_list()

Get a specific class instance


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

$class_name

(Required)


Top ↑

Return Return

(array)


Source Source

File: src/core/class-utilities.php

	public static function get_pro_items_list() {
		include Utilities::automator_get_include( 'pro-items-list.php' );
		return automator_pro_items_list();
	}

Top ↑

Changelog Changelog

Changelog
VersionDescription
1.0.0Introduced.