13 1 月 03the_content修改內容 Powen Ko | CH12 add_filter | off 原始程式可以在此下載 function hello_dolly($input) { $chosen = hello_dolly_get_lyric(); //echo "<p id='dolly'>$chosen</p>"; echo $input."<p id='dolly'>powenko</p>"; } add_filter( 'the_content', 'hello_dolly' );