0
我想添加字幕標籤短代碼其不工作。如何將其添加到前端?字幕shortcode for wordpress not working
function marquee_shortcode($atts, $content = null)
{
return '<marqee>'.$content.'</marqee>';
}
add_shortcode('marquee', 'marquee_shortcode');