plugin-icon

Simple Ticker

Displays the ticker.
평가
4
최근 업데이트일
June 27, 2024
버전
3.09
활성화된 설치 항목
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 );
무료Creator 요금제에서
활성화된 설치 항목
400
테스트된 버전
6.6
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.