Core Function
View Source on Trac ↗ wp_update_php_annotation()
wp_update_php_annotation(
mixed $before = '<p class="description">',
mixed $after = '</p>',
mixed $display = true
) Prints the default annotation for the web host altering the "Update PHP" page URL.
Parameters 0 required
| Name / Type | Description |
|---|---|
| $before string | Markup to output before the annotation. Default `<p class="description">`. |
| $after string | Markup to output after the annotation. Default `</p>`. |
| $display bool | Whether to echo or return the markup. Default `true` for echo. |
Return Value
((string)
| void)
Function Information
Since Version
5.1.0
Source File
wp-includes/functions.php
Advertisement