03the_content修改內容

原始程式可以在此下載

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' );

Screen_Shot_2016-01-13_at_12_29_47_PM