wp-includes/php-compat/readonly.php
Lines:
1 to 17 of 17
<?php /** * Conditionally declares a `readonly()` function, which was renamed * to `wp_readonly()` in WordPress 5.9.0. * * In order to avoid PHP parser errors, this function was extracted * to this separate file and is only included conditionally on PHP 8.1. * * Including this file on PHP >= 8.1 results in a fatal error. * * @package WordPress * @since 5.9.0 */ /* function readonly() – Outputs the HTML readonly attribute. */