WP Manifestindependent plugin directory
manifest / content / softglaze-cpt-acf-exporter

SoftGlaze CPT + ACF Exporter

Exports WordPress post types with selected ACF fields to Excel-compatible workbooks, one worksheet per post type. Multisite aware, with resumable background jobs.

by Azhar Ali (SoftGlaze) · github.com/softglazee/softglaze-cpt-acf-exporter · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/softglazee/softglaze-cpt-acf-exporter/archive/refs/heads/master.zip

Readme

SoftGlaze CPT + ACF Exporter

Version 1.2.0 · 10 files · text domain softglaze-cpt-acf-exporter

Exports selected post-type records with selected ACF/meta fields to an Excel-compatible SpreadsheetML workbook, one worksheet per post type. Multisite aware — per-site or network-wide — and long exports run as resumable background jobs so they do not time out.

Provides

  • Admin — 3 pages for picking post types, choosing fields and monitoring jobs
  • AJAX — 3 endpoints driving job progress
  • Resumable jobs — progress is checkpointed, so an export can span many requests

Requires

ACF for field discovery. No database tables of its own.

Licence

GPLv2 or later — see LICENSE. Copyright (C) 2026 Azhar Ali (SoftGlaze).

This plugin ships no credentials. Every API key it needs is entered in the WordPress admin and stored as an option.

Read the full README on GitHub →