| 开发者 | beckin |
|---|---|
| 更新时间 | 2025年12月8日 06:51 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
beckin_postnotes_supported_post_types to enable notes on custom post types.
Extendable Example:
Simply add a small snippet of code in a theme or by using a code snippet pluginadd_filter( 'beckin_postnotes_supported_post_types', fn( $types ) => array_merge( $types, [ 'your_custom_post_type' ] ) );
🌟 Like our plugin? Find it useful? Please consider sharing your experience by leaving a review on WordPress.org. Your feedback is instrumental to shaping our future growth!
wp-content/plugins/ folder of your WordPress installationYes. Simply add a small snippet of code in a theme or by using a code snippet plugin: add_filter( 'beckin_postnotes_supported_post_types', fn( $types ) => array_merge( $types, [ 'your_custom_post_type' ] ) );
In the Posts or Pages list table, look for the note 📝 icon under the Note column, or filter by "Has Note" / "No Note".