WPCF7_Mail::get_current()public staticCF7 1.0

Returns the singleton instance of this class.

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

Хуков нет.

Возвращает

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

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

$result = WPCF7_Mail::get_current();

Код WPCF7_Mail::get_current() CF7 5.9.3

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