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:
  • (string|void)
Defined at:
Change Log:
  • 5: .
  • 6: .

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.

Related Functions

wp_get_update_php_annotation, wp_update_post, update_option, wp_update_plugin, wp_update_plugins

Top Google Results

User discussions

wpseek mobile