WPCF7_Mail::get_current
Returns the singleton instance of this class.
Метод класса: WPCF7_Mail{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = WPCF7_Mail::get_current();
Код WPCF7_Mail::get_current() WPCF7 Mail::get current CF7 6.1.4
public static function get_current() {
return self::$current;
}