Skip to content

Commit

Permalink
Remove not sign from function
Browse files Browse the repository at this point in the history
  • Loading branch information
asmsaiff authored Mar 24, 2022
1 parent 11ed02f commit 409e0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/learnegy-post-meta.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
if( !function_exists('acf_add_local_field_group') ):
if( function_exists('acf_add_local_field_group') ):
acf_add_local_field_group(array(
'key' => 'group_6211e8c13aefc',
'title' => 'Course Meta',
Expand Down Expand Up @@ -471,4 +471,4 @@
'description' => '',
'show_in_rest' => 1,
));
endif;
endif;

0 comments on commit 409e0cb

Please sign in to comment.