Skip to content

Commit dbe65ec

Browse files
authored
Merge pull request #1 from kshaner/kshaner-get-theme-file-path
Add get_theme_file_path to allowed path functions
2 parents 71fb9d5 + 5e0e317 commit dbe65ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WordPressVIPMinimum/Sniffs/Files/IncludingFileSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class IncludingFileSniff extends AbstractFunctionRestrictionsSniff {
3131
'get_template_directory',
3232
'locate_template',
3333
'get_parent_theme_file_path',
34+
'get_theme_file_path',
3435
];
3536

3637
/**

0 commit comments

Comments
 (0)