PluginProbe
ST

Simple Ticker

v3.11

by Katsushi Kawamori

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 /** =================...

500+ active installs 4.0 (4 ratings) Requires PHP 8.0+ Requires WP 6.6+ Tested up to WP 7.1 Updated 3 weeks ago
Browse code Releases

About this plugin

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:...

Read the full description on WordPress.org →

Read the source

v3.11

Browse every file in this release with syntax highlighting and a file tree, or link straight to a line. Older releases and trunk are available from the version switcher.