| 开发者 |
angrycreative
viktorfroberg |
|---|---|
| 更新时间 | 2016年2月6日 17:01 |
| PHP版本: | 3.5 及以上 |
| WordPress版本: | 4.4.2 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
fogs_post_types: filter what post types should be re-scraped. Should return array of post types.
Example: Only re-scrape the post type page
add_filter('fogs_post_types', function(){ return array('page'); });
/wp-content/plugins/ directory