WordPress proposes standardizing PHP file extensions to only allow .php files in their coding standards. The change addresses portability and security concerns, as different web server configurations (Apache on Debian vs Fedora) handle alternative extensions like .phtml and .php3 inconsistently. Using only .php ensures
4 Comments
Sort: