Awesome Support Developer Documentation

wpas_custom_field_updated


Signature

do_action( 'wpas_custom_field_updated', $field_id, $post_id, $value )

Typical Usage

This action hook is called when custom fields are updated.

Parameters

  • $field_id: String Custom field ID
  • $post_id: Integer ID of the post being saved
  • $value: String Custom field value

Located In

  • File: includes/custom-fields/class-custom-fields.php
  • Function: WPAS_Custom_Fields::save_custom_fields

More Topics In Action Hooks

Share: