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

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


Parameters

$title_text

Default title text for the ClassicPress.net link.

$instance

Array of settings for the current widget.


Source

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

View on GitHub



Changelog

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