apply_filters( 'widget_meta_poweredby', string $html, array $instance )

Filters the “WordPress.org” list item HTML in the Meta widget.


Description Description


Parameters Parameters

$html

(string) Default HTML for the WordPress.org list item.

$instance

(array) Array of settings for the current widget.


Top ↑

Source Source

File: wp-includes/widgets/class-wp-widget-meta.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Added the $instance parameter.
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.