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 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 );
simple-ticker
directory to the /wp-content/plugins/
directorynone
Rebuilt blocks.
Supported WordPress 6.4.
PHP 8.0 is now required.
Fixed problem of XSS via shortcode.
Added filter to edit text in ticker.
Supported WordPress 6.1.
Rebuilt blocks.
Rebuilt blocks.
Fixed admin screen.
Fixed uninstall.
Changed management screen.
Added URL options.
Added block.
Added beginning display.
Fixed an issue with blank saving of ticker text.
Supported WordPress 5.3.
Fixed problem of widget.
Conformed to the WordPress coding standard.
Fixed problem of interval days for sale.
Fixed problem of widget.
Fixed problem of specifying color with shortcode.
Added a filter to insert before and after content.
Abolition of font tag.
Fixed problem of initial settings.
Fixed color problem.
Resurrected font tag.
Added currency symbol
Added discount text.
Abolition of font tag.
Ticker speed adjustment added.
The display of Woocommerce sale was added.
Removed unnecessary code.
Fixed fine problem.
Changed donate link.
Security measures.
Changed to 1 message on 1 line.
Fixed problem of Javascript.
Supported GlotPress. /languages directory is deleted.