10+
安裝啟用
—
尚無評分
3560 天前
最後更新
—
問題解決
WordPress 4.5+ v1.2.4 上架:2015-12-29
內容簡介
Rating-Writing 是一個可以讓使用者自我評價的外掛程式,它可以輕鬆上手。
如果您想在「自訂文章類型」中使用,請在 functions.php 中編寫以下程式碼:
function my_filter_screens() {
return array( 'post', 'page', '自訂文章類型的代號' );
}
add_filter( 'gcrw_filter_screens', 'my_filter_screens' );
任意區域 1
外掛標籤
開發者團隊
原文外掛簡介
Rating-Writing is against himself chose things, is a plug-in order to evaluate on its own. it is possible to get started easily.
Please wrote in functions.php, if you want to use in “custom_post_type”.
function my_filter_screens() {
return array( ‘post’, ‘page’, ‘custom post type slug’ );
}
add_filter( ‘gcrw_filter_screens’, ‘my_filter_screens’ );
Arbitrary section 1
