You appear to be a bot. Output may be restricted
Description
Exports the current site's WP SEO settings.
Usage
WPSEO_Export::export_settings();
Parameters
Returns
void
Source
File name: wordpress-seo/admin/class-export.php
Lines:
1 to 7 of 7
private function export_settings() { $this->export_header(); foreach ( WPSEO_Options::get_option_names() as $opt_group ) { $this->write_opt_group( $opt_group ); } }