LLMS_Abstract_Integration::get_option_prefix()

Retrieve the option name prefix.


Return Return

(string)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.integration.php

	protected function get_option_prefix() {
		return $this->option_prefix . 'integration_' . $this->id . '_';
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.