我想添加字幕标签短代码它不起作用。如何在前端添加它?
function marquee_shortcode( $atts, $content = null )
{
return '<marqee>'.$content.'</marqee>';
}
add_shortcode( 'marquee', 'marquee_shortcode' );
我想添加字幕标签短代码它不起作用。如何在前端添加它?
function marquee_shortcode( $atts, $content = null )
{
return '<marqee>'.$content.'</marqee>';
}
add_shortcode( 'marquee', 'marquee_shortcode' );