wp_stateless_media_synced

wp_stateless_media_synced

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

do_action('wp_stateless_media_synced') is found 1 times:

  • /lib/classes/class-utility.php line 387
               * @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;
          }
    
          /**
    

See this hook used in plugins: