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_id()
Returns the integration ID
Return Return
(String) The integration ID
Source Source
File: src/core/lib/settings/trait-premium-integrations.php
public function get_id() { // Check if the ID is defined if ( empty( $this->id ) ) { throw new Exception( "Premium Integration: The ID can't be empty" ); } return $this->id; }
Expand full source code Collapse full source code View on Github