jetpack_widget_name, __( Upcoming Events, jetpack
jetpack_widget_name, __( Upcoming Events, jetpack
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_widget_name, __( Upcoming Events, jetpack') is found 1 times:
- /modules/widgets/upcoming-events.php line 35
public function __construct() { parent::__construct( 'upcoming_events_widget', /** This filter is documented in modules/widgets/facebook-likebox.php */ apply_filters( 'jetpack_widget_name', __( 'Upcoming Events', 'jetpack' ) ), array( 'description' => __( 'Display upcoming events from an iCalendar feed.', 'jetpack' ), 'customize_selective_refresh' => true, ) ); if ( is_active_widget( false, false, $this->id_base ) ) {