Skip to content

Commit

Permalink
Merge pull request #709 from kshaner/develop
Browse files Browse the repository at this point in the history
Add get_theme_file_path to list of allowed include functions
  • Loading branch information
rebeccahum authored Feb 23, 2022
2 parents 71fb9d5 + dbe65ec commit 968ab01
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 968ab01

Please sign in to comment.