Support » Plugins » [Plugin: Front-end Editor]How to add something after the custom field changed?

  • Hello,

    I use this great to plugin to let others can change a certain custom field.

    For example, a post contains field1, field2, field3

    editable_post_meta( get_the_ID(), field1, ‘input’ );

    When the field1 is changed, I want to calculate the average of these 3 fields and add this field automatically to a new field named aver_field.

    Can you tell where to add this process script?

    Thanks a lot!

Viewing 1 replies (of 1 total)
  • I’d also be interested in doing something similar to this.

    Or instead of adding a new custom field after a field is changed, would it be possible to change a custom field on the rest of the posts within the same loop.

    For example there are 5 posts being displayed, each of the posts has a custom field called ‘selected’ that the admin (or whoever) can change on any one of the posts. So they would select this field on the post that they chose and change this selected field to ‘Yes’, which would then change this field on the rest of the posts to ‘No’.
    Would something like this be possible?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Front-end Editor]How to add something after the custom field changed?’ is closed to new replies.