WPCF7_Mail::get_currentpublic staticCF7 1.0

Returns the singleton instance of this class.

Метод класса: WPCF7_Mail{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = WPCF7_Mail::get_current();

Код WPCF7_Mail::get_current() CF7 6.1.4

public static function get_current() {
	return self::$current;
}