WPSEO_Export::export()publicYoast 1.0

Handles the export request.

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

Хуков нет.

Возвращает

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

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

$WPSEO_Export = new WPSEO_Export();
$WPSEO_Export->export();

Код WPSEO_Export::export() Yoast 22.3

public function export() {
	check_admin_referer( self::NONCE_ACTION );
	$this->export_settings();
	$this->output();
}