wp_update_php_annotation
wp_update_php_annotation ( $before = '<p class="description">', $after = '</p>', $display = true )
Parameters:- (string) before Markup to output before the annotation. Default `<p class="description">`.
- (string) after Markup to output after the annotation. Default `</p>`.
- (bool) display Whether to echo or return the markup. Default `true` for echo.
Returns:Defined at:Change Log: - Introduced in WordPress: 5.1.0
- Deprecated in WordPress: —
Description
Prints the default annotation for the web host altering the "Update PHP" page URL.This function is to be used after {@see} to display a consistent
annotation if the web host has altered the default "Update PHP" page URL.