Simple Ticker

Explore Simple Ticker vulnerabilities across all versions. Currently tracking 1 known vulnerabilities, including severity, impact, and patch status.

Strategic Overview

Avg CVSSMedium
6.4/ 10
Patch Coverage100%
Open

0

Fixed

1

Get automatic notifications for all Simple Ticker vulnerabilities before they are exploited.

Vulnerability Records

1 records
Plugin Profile
Latestv3.11
4.0(4)
80/100
Last Updated
2026-03-29 (4mo ago)
Active Installs
500+
Downloads
12,432
Requires WP
6.6+
Requires PHP
8.0+
Tested up to
WP 7.0.2
Created
2016-07-31 (10y ago)

Displays the ticker. It can display three own ticker. It can view the Sticky Posts as ticker. It can view the WooCommerce sale as ticker. It supports the display of the widget and the short code and block. Filter hooks /** ================================================== * Filter for Inner text. * simple_ticker_1_inner_text * simple_ticker_2_inner_text * simple_ticker_3_inner_text * * @param $text1 Inner text. * @param $post_id Post ID. * */ add_filter( 'simple_ticker_1_inner_text', function( $text1, $post_id ) { if ( 3309 == $post_id ) { $change = 'Test'; $changed = '<span style="color: #329BCB">' . esc_attr( $change ) . '</span>'; $text1 = str_replace( $change, $changed, $text1 ); } return $text1; }, 10, 2 );

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C