Action: dt_after_set_meta

do_action( 'dt_after_set_meta', $meta, $existing_meta, $post_id )

Fires after Distributor sets post meta.

Note: All sent meta is included in the $meta array, including excluded keys. Take care to continue to filter out excluded keys in any further meta setting.

Parameters:
Name Type Description
$meta array

All received meta for the post

$existing_meta array

Existing meta for the post

$post_id int

Post ID

Since:
  • 1.3.8
Source:
Tutorials: