Email_Abstract::get_option_key( string $option )

Get setting option key.


Parameters

$option

(string) (Required) The option name.


Top ↑

Return

(string)


Top ↑

Source

File: src/Tickets/Emails/Email_Abstract.php

	public function get_option_key( $option ): string {
		return "tec-tickets-emails-{$this->slug}-{$option}";
	}

Top ↑

Changelog

Changelog
Version Description
5.5.10 Introduced.