2017 © Pedro Peláez
 

library acf-export-manager

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

image

helsingborg-stad/acf-export-manager

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  • Tuesday, May 29, 2018
  • by sebastianthulin
  • Repository
  • 5 Watchers
  • 0 Stars
  • 1,341 Installations
  • PHP
  • 17 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 14 Versions
  • 32 % Grown

The README.md

AcfExportManager

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save., (*1)

Setting it up

1. Require and initialize the class, (*2)

require_once 'path/to/AcfExportManager.php';
$acfExportManager = new HelsingborgsStad\AcfExportManager();

2. Set destination folder for export files, (*3)

Make sure your destination folder is created and that the webserver has write permissions to it., (*4)

$acfExportManager->setExportFolder('path/to/destination/folder');

3. Set which fieldgroups that should be auto exported, (*5)

If array item key is specified the key will be used as filename(s) for the exported file(s). If no item key isset the name of the fieldgroup will be used as filename(s)., (*6)

$acfExportManager->autoExport(array(
    'group_58b6e40e5a8f4',
    'halloj' => 'group_58b80e0111556'
));

4. Import exported fieldgroups, (*7)

$acfExportManager->import();

Field translations

ACF Export Manager also simifies the translation process of you fields. If you wold like the translation ability for your fields you need to specify a textdomain for your exports, like this:, (*8)

$acfExportManager->setTextdomain('my-text-domain');

The Versions

29/05 2018

dev-master

9999999-dev

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

29/05 2018

1.0.11

1.0.11.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

02/03 2018

1.0.10

1.0.10.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

30/06 2017

1.0.9

1.0.9.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

10/04 2017

1.0.8

1.0.8.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

05/04 2017

1.0.7

1.0.7.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

05/04 2017

1.0.6

1.0.6.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

04/04 2017

1.0.5

1.0.5.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

29/03 2017

1.0.4

1.0.4.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

28/03 2017

1.0.3

1.0.3.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

16/03 2017

1.0.2

1.0.2.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

16/03 2017

dev-jsonload

dev-jsonload

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

16/03 2017

1.0.1

1.0.1.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark

15/03 2017

1.0.0

1.0.0.0

ACF Export Manager is a extension that let's you automatically export specified your ACF fields on save.

  Sources   Download

MIT

by Kristoffer Svanmark