├── .gitignore ├── README.md ├── acf-post2post.php ├── composer.json └── readme.txt /.gitignore: -------------------------------------------------------------------------------- 1 | _notes 2 | .DS_Store 3 | *.LCK 4 | *.svn 5 | /acf-pro 6 | /__assets 7 | *data.txt 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hube2/acf-post2post/HEAD/README.md -------------------------------------------------------------------------------- /acf-post2post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hube2/acf-post2post/HEAD/acf-post2post.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hube2/acf-post2post/HEAD/composer.json -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hube2/acf-post2post/HEAD/readme.txt --------------------------------------------------------------------------------