いや、結局、一番クリーンな方法は、the_content
フィルターを適用した後に、カスタムフィルター使う。それならパラメーターの互換性とか気にしなくてよくなる。
1234
$_sContent = apply_filters( ‘the_content’, $_sContent );$_sContent = apply_filters( ‘filter_the_content_after’, $_sContent, $oPost );