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_settings_page_url()
Returns the URL to the Settings page of this integration
Return Return
(String) The URL
Source Source
File: src/core/lib/settings/trait-premium-integrations.php
public function get_settings_page_url() { // Return the URL return automator_get_premium_integrations_settings_url( $this->get_id() ); }
Expand full source code Collapse full source code View on Github