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

Filters the “Powered by ClassicPress” text in the Meta widget.


Parameters

$title_text

(string) Default title text for the ClassicPress.net link.

$instance

(array) Array of settings for the current widget.


Source

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

View on GitHub



Changelog

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