(加上 // 的部分)
程式碼:
$postText = $article->getIntroText();
// $postExtendedText = $article->getExtendedText();
$pm->notifyEvent( EVENT_TEXT_FILTER, Array( "text" => &$postText ));
// $pm->notifyEvent( EVENT_TEXT_FILTER, Array( "text" => &$postExtendedText ));
$article->setIntroText( $postText );
// $article->setExtendedText( $postExtendedText );
array_push( $articles, $article );
可是無效,RSS 還是包含會整篇文章。請問該如何修改才對?謝謝!