We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc02fe commit b7f6a54Copy full SHA for b7f6a54
includes/compatibility/acf.php
@@ -20,7 +20,7 @@
20
*/
21
$acf_backwards_compatibility = apply_filters( 'pods_acf_backwards_compatibility', true ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
22
23
-if ( $acf_backwards_compatibility ) {
+if ( $acf_backwards_compatibility && ! class_exists( 'ACF' ) ) {
24
if ( ! function_exists( 'the_field' ) ) {
25
/**
26
* Backwards compatibility function for the_field() from ACF.
0 commit comments