Property | Type | Description | |
---|---|---|---|
$processed_posts |
Method | Description | |
---|---|---|
__invoke ( $args, $assoc_args ) | Import content from a WXR file. | |
filter_set_image_sizes ( $sizes ) |
Method | Description | |
---|---|---|
add_wxr_filters ( ) | Useful verbosity filters for the WXR importer | |
create_author_mapping_file ( $file, $author_data ) : WP_Error | Create an author mapping file, based on provided author data | |
create_authors_for_mapping ( $author_data ) | Create users if they don't exist, and build an author mapping file | |
import_wxr ( $file, $args ) | Import a WXR file | |
is_importer_available ( ) | Is the requested importer available? | |
process_author_mapping ( string $authors_arg, array $author_data ) : array | WP_Error | Process how the authors should be mapped | |
read_author_mapping_file ( $file ) | Read an author mapping file | |
suggest_user ( $author_user_login, $author_user_email = '' ) | Suggest a blog user based on the levenshtein distance |
public __invoke ( $args, $assoc_args ) |