wp_stateless_media_synced
wp_stateless_media_synced
Appears in: wp-stateless.2.3.2, wp-stateless.3.0, wp-stateless.3.0.1, wp-stateless.3.0.2, wp-stateless.3.0.3, wp-stateless.3.0.4, wp-stateless.3.1.0, wp-stateless.3.1.1, wp-stateless.3.2.2, wp-stateless.3.2.4, wp-stateless.3.2.5, wp-stateless.3.3.0, wp-stateless.3.4.0, wp-stateless.3.4.1, wp-stateless.4.0.3, wp-stateless.4.0.4, wp-stateless.4.1.1, wp-stateless.4.1.2
Hook Type: action
See hook in action
Displaying hooks found in version: wp-stateless.4.1.2do_action('wp_stateless_media_synced') is found 1 times:
- /lib/classes/class-utility.php line 383
* @param string $attachment_id Attachment ID. * @param bool $force (optional) Whether to force the sync even the file already exist in GCS. * @param bool $args (optional) Whether to only sync the full size image. */ $metadata = apply_filters('wp_stateless_media_synced', $metadata, $attachment_id, $force, $args); } return $metadata; } /**