Skip to content

Commit

Permalink
Merge pull request #1 from kshaner/kshaner-get-theme-file-path
Browse files Browse the repository at this point in the history
Add get_theme_file_path to allowed path functions
  • Loading branch information
kshaner authored Feb 20, 2022
2 parents 71fb9d5 + 5e0e317 commit dbe65ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WordPressVIPMinimum/Sniffs/Files/IncludingFileSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class IncludingFileSniff extends AbstractFunctionRestrictionsSniff {
'get_template_directory',
'locate_template',
'get_parent_theme_file_path',
'get_theme_file_path',
];

/**
Expand Down

0 comments on commit dbe65ec

Please sign in to comment.