外掛說明
這個外掛已於 2024 年 9 月 16 日關閉,且不提供下載。 原因: 安全性問題
使用者評論
2020 年 10 月 18 日
I searched for this for a long time. It has always appeared before me, but I never tried it because of the many negative (and unanswered) reviews. This time I decided to give it a try. It works very well and does a good job. I will never look at the comments anymore 🙂
2019 年 1 月 16 日
Dejo de funcionar con la ultima actualización, lo reinstale y aun sigue sin funcionar
2018 年 9 月 2 日
Not working
2018 年 6 月 2 日
It’s the only plugin that did what I wanted to do. But on the front end it works fine but then I’m unable to access my backend, so I have to either disable it or restore my site. And no one has got back to me on the support forum: https://wordpress.org/support/topic/invalid-header-26/
2017 年 12 月 30 日
Nice and working solution
2017 年 12 月 1 日
1 則留言
The plugin has a bug, which makes disabled language localization!
For example in the file “datatypes.php” line 3, contains the code :
“return __(“Post Field Core”) ” . As such, the translation into other languages is not working…
For proper operation you must change the line to:
“return __(“Post Field Core”,”wp_custom_fields_search”) ” , and so with all the phrases!