jetpack_sync_save_update_attachment, $attachment_id, $attachment_after

jetpack_sync_save_update_attachment, $attachment_id, $attachment_after

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_sync_save_update_attachment, $attachment_id, $attachment_after') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php line 99

    Warning: Undefined array key 102 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 103 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 104 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			 * @param \WP_Post $attachment_after  Attachment post object after the update.
    			 *
    			 * Previously this action was synced using jetpack_sync_save_add_attachment action.
    			 */
    			do_action( 'jetpack_sync_save_update_attachment', $attachment_id, $attachment_after );
    		}
    	}
    }