Skip to content

Instantly share code, notes, and snippets.

@dalbeck
dalbeck / woo-commerce-editor-url.php
Last active December 15, 2023 18:40
Append custom query to WooCommerce product edit link
/**
* Modifies the edit post link for 'product' post types.
*
* Appends a custom query parameter to the edit post link for post type 'product'.
*
* @param string $link The original edit post link.
* @param int $postId The ID of the post.
*
* @return string Modified or original edit post link.
*/