You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem would the enhancement address for VIP?
The function get_theme_file_path should not trigger as a warning when including files. get_theme_file_path uses get_stylesheet_directory and get_template_directory in the function which are both already allowed.
Describe the solution you'd like
Add get_theme_file_path to the $getPathFunctions property of the WordPressVIPMinimum\Sniffs\Files\IncludingFileSniff sniff.
What problem would the enhancement address for VIP?
The function
get_theme_file_path
should not trigger as a warning when including files.get_theme_file_path
usesget_stylesheet_directory
andget_template_directory
in the function which are both already allowed.Describe the solution you'd like
Add get_theme_file_path to the
$getPathFunctions
property of theWordPressVIPMinimum\Sniffs\Files\IncludingFileSniff
sniff.What code should be reported as a violation?
N/A
What code should not be reported as a violation?
The text was updated successfully, but these errors were encountered: