---
title: "Coding Standard Proposal: Allow the use of the PHP short echo tag"
url: https://daily.dev/posts/coding-standard-proposal-allow-the-use-of-the-php-short-echo-tag-eckkt0uw3
source_url: https://make.wordpress.org/core/2025/12/05/coding-standard-proposal-allow-the-use-of-the-php-short-echo-tag/
type: article
source: "Make WordPress Core"
published: 2025-12-05T11:24:43.267Z
updated: 2025-12-05T11:25:00.393Z
tags: ["php", "wordpress"]
reading_time: 3
upvotes: 17
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Coding Standard Proposal: Allow the use of the PHP short echo tag

**[Make WordPress Core](https://daily.dev/sources/wordpresscore)** · 3 min read · 17 upvotes · 0 comments

## Summary

WordPress proposes allowing the PHP short echo tag (<?=) in its coding standards. Since PHP 5.4, this tag is always available regardless of configuration settings, making it safe to use. The proposal allows but doesn't mandate its use for single statements in template files, requiring no immediate changes to existing WordPress core code. Projects wanting to maintain the restriction can configure PHPCS accordingly.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://make.wordpress.org/core/2025/12/05/coding-standard-proposal-allow-the-use-of-the-php-short-echo-tag/>

## Similar posts on daily.dev

- [Coding Standard Proposal: Make it explicit that PHP files must use the .php extension](https://daily.dev/posts/coding-standard-proposal-make-it-explicit-that-php-files-must-use-the-php-extension-3r7bddkse) · Make WordPress Core · 11 upvotes · 4 comments
- [PrettyPHP is an opinionated code formatter for PHP](https://daily.dev/posts/prettyphp-is-an-opinionated-code-formatter-for-php-ty1p60ant) · Laravel News · 17 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php), [#wordpress](https://daily.dev/tags/wordpress)

[View this post on daily.dev](https://daily.dev/posts/coding-standard-proposal-allow-the-use-of-the-php-short-echo-tag-eckkt0uw3)
