Metabox options doesn't get saved on pages
-
First of all, nice theme you’ve created!
As the title says, metabox options doesn’t get saved on pages. I’m not expert on wordpress development, but google got me fix that, and I think you should add
add_action( 'pre_post_update', array ( $this, 'save') );
to constructor on metabox-options.php
- The topic ‘Metabox options doesn't get saved on pages’ is closed to new replies.