
Simple Ticker
by Katsushi Kawamori on WordPress.org

Block
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 = '' . esc_attr( $change ) . '';
$text1 = str_replace( $change, $changed, $text1 );
}
return $text1;
},
10,
2
);
Active installations400+
Weekly downloads
56+0.00%
Version3.11
Last updated4/3/2025
WordPress version6.6
Tested up to6.8.1
PHP version8.0
Tags
blockshortcodetickerwidgetwoocommerce