| 开发者 |
danielbachhuber
automattic allendav |
|---|---|
| 更新时间 | 2018年6月15日 19:20 |
| PHP版本: | 3.1 及以上 |
| WordPress版本: | 5.0-alpha |
/wp-content/plugins/ directoryP2ResolvedPosts()->add_state( 'waiting-review', 'Waiting Review', array( 'after' => 'normal' ) ); to add a state, or P2ResolvedPosts()->remove_state( 'unresolved' ); to remove a state.add_filter( 'p2_resolved_posts_mark_new_as_unresolved', '__return_true' ); to your theme's functions.php. Thanks macmeister for the request