• Resolved Simone Montanari

    (@semikola)


    Hi there,

    how I export media files (only the records, not the actual files).

    I tried the WP Query function with ‘post_type’ => ‘attachment’ but it turns out empty.

    Thanks a lot,

    Simone

Viewing 1 replies (of 1 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @semikola

    You can use the following query for this:

    'post_type' => 'attachment', 'post_status' => 'inherit'

Viewing 1 replies (of 1 total)

The topic ‘Export attachment post type (media files)’ is closed to new replies.