bug with adding booklet postmeta for every saved post
-
When I save any kind of post than for this post
wp_booklet2_properties
andwp_booklet2_pages
at postmeta table is created.
I think thatadd_action ( 'save_post', array( &$this, 'save_data' ) );
on class-wp-booklet2-booklet-editor.php should check post type before saving data with method$booklet->update_booklet();
I’m not sure where should I this bug report?
- The topic ‘bug with adding booklet postmeta for every saved post’ is closed to new replies.