acf/pre_update_metadata, null, $post_id, $field[name], $value, $hidden
acf/pre_update_metadata, null, $post_id, $field[name], $value, $hidden
Appears in: advanced-custom-fields.6.8.6
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.8.6apply_filters('acf/pre_update_metadata, null, $post_id, $field[name], $value, $hidden') is found 1 times:
- /includes/acf-meta-functions.php line 438
return null; } // Allow filter to short-circuit logic. $pre = apply_filters( 'acf/pre_update_metadata', null, $post_id, $field['name'], $value, $hidden ); if ( $pre !== null ) { return $pre; } // Decode the $post_id for $type and $id. $decoded = acf_decode_post_id( $post_id );