wp_media_attach_action, $action, $attachment_id, $parent_id
wp_media_attach_action, $action, $attachment_id, $parent_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wp_media_attach_action, $action, $attachment_id, $parent_id') is found 1 times:
- /wp-admin/includes/media.php line 3883
* @param string $action Attach/detach action. Accepts 'attach' or 'detach'. * @param int $attachment_id The attachment ID. * @param int $parent_id Attachment parent ID. */ do_action( 'wp_media_attach_action', $action, $attachment_id, $parent_id ); clean_attachment_cache( $attachment_id ); } $location = 'upload.php'; $referer = wp_get_referer();