13 1 月 02the_content當顯示文章內容 Powen Ko | CH12 add_filter | off function hello_dolly() { $chosen = hello_dolly_get_lyric(); //echo "<p id='dolly'>$chosen</p>"; echo "<p id='dolly'>powenko</p>"; } add_filter( 'the_content', 'hello_dolly' );