| 开发者 | mediaart |
|---|---|
| 更新时间 | 2025年5月15日 22:58 |
| PHP版本: | 8.3 及以上 |
| WordPress版本: | 6.8 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directory.Yes, you can use the recent_pp_post_types filter to modify the query. Example:
add_filter('recent_pp_post_types', function($types) { return array('post', 'page', 'custom_post_type'); });
Yes, using these filters:
recent_pp_post_countexcerpt_length