Displays the ticker.
Beoordelingen
4
Laatst bijgewerkt
June 27, 2024
Versie
3.09
Actieve installaties
400

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 );
Gratisop Creator abonnement
Door te installeren, ga je akkoord met de Servicevoorwaarden van WordPress.com en de voorwaarden voor plugins van derden.
Actieve installaties
400
Getest tot
6.6
Deze plugin kan worden gedownload, zodat je hem op je zelf-gehoste WordPress-installatie kan gebruiken.