BACK TO DIRECTORY

Simple Ticker

by Katsushi Kawamori

4.0
(4 ratings)

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
);

Screenshots

Block

Block

Settings 1

Settings 1

Settings 2

Settings 2

Settings 3

Settings 3

Plugin Details

Active Installs
500
Total Downloads
12,680
Version
3.11
Requires WP
6.6
Requires PHP
8.0
Tested Up To
7.1
Added
2016-07-31
Last Updated
2026-08-16 10:18am GMT

Ratings

5
3
4
0
3
0
2
0
1
1