开发者 |
bracketspace
Kubitomakita |
---|---|
更新时间 | 2024年3月17日 23:42 |
PHP版本: | 3.6 及以上 |
WordPress版本: | 6.4 |
Yes, it is!
Yes! Enable them on the plugin settings screen.
Yes. Use the [spnote]
shortcode. You can also pass optional parameter with post ID: [spnote id="123"]
to display note from other post. By default it's grabbing current post.
Yes, by a simple filter.
Use:
add_filter( 'spn/columns-display', '__return_false' );
To disable SPN column for all post types
Or use
add_filter( 'spn/columns-display/POST_TYPE_SLUG', '__return_false' );
To disable SPN column only for specific post type
Yes! We're offering a custom plugin development services. Feel free to contact us to find out how we can help you.
Using $this when not in object context
error, thanks to Gero