79642422

Date: 2025-05-28 14:26:04
Score: 1.5
Natty:
Report link

Is it possible that you are including another functions.php from perhaps 'include_path' dir?

Use this to investigate which files had been really included:

var_dump(get_included_files());

especially that your 'require' is not using 'inc' subdirectory

require 'functions.php';
require 'inc/functions.php';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (0.5):
Posted by: Ziarek