first commit

This commit is contained in:
2025-09-22 10:45:29 +02:00
commit bb5cc93cb0
6520 changed files with 2602936 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "wp-engine/advanced-custom-fields",
"description": "Advanced Custom Fields",
"type": "wordpress-plugin",
"license": "GPLv2 or later",
"autoload": {
"psr-4": {
"ACF\\": "src/"
}
},
"authors": [
{
"name": "WP Engine"
}
],
"config": {
"optimize-autoloader": true
},
"require": {}
}