woocommerce/includes/shortcodes
Rodrigo Primo ba538147c1 Update `lostpassword_post` action and add missing parameter
`lostpassword_post` is a WP action that is duplicated in WooCommerce to replicate the functionality to retrieve user password in the 'My Account' pages. WP recently added the variable `$user_data` as a second parameter to this action (a6cecef42f). This commit simply copies this change to the version of the action that we maintain. Similar to what was done in 1a99235dc8 when a first parameter as added to the action in WP and we had to do the same in WC core.
2020-12-02 09:52:58 -03:00
..
class-wc-shortcode-cart.php Fixed package tag usage 2020-08-05 13:36:24 -03:00
class-wc-shortcode-checkout.php Fixed package tag usage 2020-08-05 13:36:24 -03:00
class-wc-shortcode-my-account.php Update `lostpassword_post` action and add missing parameter 2020-12-02 09:52:58 -03:00
class-wc-shortcode-order-tracking.php Fixed package tag usage 2020-08-05 13:36:24 -03:00
class-wc-shortcode-products.php Fixed $columns type in docblock 2020-08-21 12:55:28 -05:00