Premium_Integrations::output()
Outputs the content of the settings page of this integration
Source
File: src/core/lib/settings/trait-premium-integrations.php
protected function output() { // Return a placeholder // Each Premium Integration will have its own output method // Don't translate the string, it's just for internal use printf( '%1$s settings', esc_html( $this->get_name() ) ); }
Expand full source code Collapse full source code View on Github