Skip to content

Commit 9e11b73

Browse files
authored
[no ci] fix findings 4
1 parent cf453d2 commit 9e11b73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php-sast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
<?php
4848
4949
// Advanced Custom Fields stubs
50-
if (!function_exists('get_field')) {
50+
//if (!function_exists('get_field')) {
5151
/**
5252
* @param string $selector The field name or field key.
5353
* @param mixed $post_id Optional. Post ID, "option", false, or other ACF-supported context.
@@ -63,7 +63,7 @@ jobs:
6363
bool $format_value = true,
6464
bool $escape_html = false
6565
) {};
66-
}
66+
//}
6767
EOF
6868
6969
- name: Install PHPStan and Wordpress-stub

0 commit comments

Comments
 (0)