Skip to content

Commit

Permalink
Fix missed ACF Fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
serena-piccioni committed Nov 18, 2024
1 parent 50bd625 commit c3db098
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@ public function addPageTemplatesFields()

public function addHomePageFields()
{
if (!function_exists('acf_add_local_field_group')) {
return;
}

acf_add_local_field_group([
'key' => 'group_5971ca59db830',
'title' => 'Homepage services',
Expand Down

0 comments on commit c3db098

Please sign in to comment.