deleted_postmeta, $meta_ids
deleted_postmeta, $meta_ids
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('deleted_postmeta, $meta_ids') is found 1 times:
- /wp-includes/meta.php line 561
* @since 2.9.0 * * @param string[] $meta_ids An array of metadata entry IDs to delete. */ do_action( 'deleted_postmeta', $meta_ids ); } return true; } /**