在 WordPress 中,您可以在頁面加載之前執(zhí)行以下操作來編輯文章內(nèi)容:add_filter('the_content', 'edit_content');function edit_content($content) { // edit $content return $content;}除了評論之外,我怎樣才能實現(xiàn)同樣的目標?
如何在頁面渲染之前編輯WordPress評論?
慕桂英4014372
2024-01-19 14:50:22