Description
Filters the "WordPress.org" list item HTML in the Meta widget.
Occurrences
Filename | Line Number |
---|---|
wp-includes/widgets/class-wp-widget-meta.php | 87 |
Parameters
Type | Name | Description |
---|---|---|
string | $html | Default HTML for the WordPress.org list item. |
array | $instance | Array of settings for the current widget. |
PHP Doc
/**
* Filters the "WordPress.org" list item HTML in the Meta widget.
*
* @since 3.6.0
* @since 4.9.0 Added the `$instance` parameter.
*
* @param string $html Default HTML for the WordPress.org list item.
* @param array $instance Array of settings for the current widget.
*/