| 开发者 | mediaart |
|---|---|
| 更新时间 | 2026年2月1日 04:50 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directory.Yes, you can use the recepaan_post_types filter to modify the query. Example:
add_filter('recepaan_post_types', function($types) { return array('post', 'page', 'custom_post_type'); });
Yes, using these filters:
recepaan_query_args