• Hi,
    Nice plugin. I installed it and enjoyed it but my changes in the custom fields weren’t being saved.
    I checked the code and the these lines were //commented//
    add_action( ‘edit_post’, array(&$this, ‘edit_meta_value’), 100);

    Modified to:
    add_action( ‘edit_post’, array(&$this, ‘edit_meta_value’), 100, 2 );

    and is well. Maybe you’d want to update that for future installs.

    https://www.ads-software.com/plugins/custom-field-template/

  • The topic ‘Changes not being saved’ is closed to new replies.