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
Premium_Integrations::set_icon( String $icon )
Sets the icon of the integration This expects a valid <uo-icon>
ID.
Contents
Description Description
Check the Design Guidelines to see the list of valid IDs.
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
Parameters Parameters
- $icon
(Required) The icon
Source Source
File: src/core/lib/settings/trait-premium-integrations.php
public function set_icon( $icon ) { $this->icon = $icon; }
Expand full source code Collapse full source code View on Github