kimhf/advanced-custom-fields-stubs

Stubs for the Advanced Custom Fields WordPress plugin, used for static analysis.

v5.9.1 2020-10-31 14:25 UTC

This package is auto-updated.

Last update: 2024-04-29 03:57:48 UTC


README

Advanced Custom Fields Stubs is used to statically analyse codebases to ensure compatibility with the Advanced Custom Fields WordPress plugin.

Usage with Psalm

Update the Psalm config to include the stubs for Advanced Custom Fields:

<stubs>
    <file name="vendor/kimhf/advanced-custom-fields-stubs/advanced-custom-fields-stubs.php" />
</stubs>