We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136e7bc commit dc83214Copy full SHA for dc83214
WordPressVIPMinimum/Sniffs/Files/IncludingFileSniff.php
@@ -31,6 +31,7 @@ class IncludingFileSniff extends AbstractFunctionRestrictionsSniff {
31
'get_stylesheet_directory',
32
'get_template_directory',
33
'locate_template',
34
+ 'get_parent_theme_file_path'
35
];
36
37
/**
0 commit comments