Enabling ACF Support when bundled with a theme

#16155
  • Resolved The GSC
    Rank Math free

    Hi,

    I’m trying to enable ACF support, but since it’s bundled in my theme (and not via the Plugin Installer), I cant from the dashboard.

    Is there a hook that can force-enable ACF support, or a different way to bypass the plugin check?

    TIA!

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    We do not normally recommend editing plugin code but you can skip this check by editing line 248 of class-manager.php on this path: ..\wp-content\plugins\seo-by-rank-math\includes\module from
    'disabled' => ( !function_exists( 'ACF' ) ),
    to
    'disabled' => ( function_exists( 'ACF' ) ),

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Enabling ACF Support when bundled with a theme’ is closed to new replies.