Lines:
1 to 17 of 17
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin\Export */ /* class WPSEO_Export */ /* function WPSEO_Export::export() – Handles the export request. */ /* function WPSEO_Export::output() – Outputs the export. */ /* function WPSEO_Export::export_settings() – Exports the current site’s WP SEO settings. */ /* function WPSEO_Export::export_header() – Writes the header of the export. */ /* function WPSEO_Export::write_line() – Writes a line to the export. */ /* function WPSEO_Export::write_opt_group() – Writes an entire option group to the export. */ /* function WPSEO_Export::write_setting() – Writes a settings line to the export. */