widget_title, $title, $instance, $this->id_base

widget_title, $title, $instance, $this->id_base

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('widget_title, $title, $instance, $this->id_base') is found 3 times:

  • /jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php line 351

    $title = ! empty( $instance[‘title’] ) ? $instance[‘title’] : ”;

    /** This filter is documented in core/src/wp-includes/default-widgets.php */
    $title = apply_filters( ‘widget_title’, $title, $instance, $this->id_base );

    echo $args[‘before_widget’]; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    ?>

    Share this:

  • /jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php line 447

    $title = ! empty( $instance[‘title’] ) ? $instance[‘title’] : ”;

    /** This filter is documented in core/src/wp-includes/default-widgets.php */
    $title = apply_filters( ‘widget_title’, $title, $instance, $this->id_base );

    echo $args[‘before_widget’]; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    ?>

    Share this:

  • /jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php line 506

    $title = ”;
    }

    /** This filter is documented in core/src/wp-includes/default-widgets.php */
    $title = apply_filters( ‘widget_title’, $title, $instance, $this->id_base );

    echo $args[‘before_widget’]; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    ?>

    Share this: