Mirco Babini

Results 58 issues of Mirco Babini

### All Submissions: * [x] Have you followed the [Contributing guideline](https://github.com/strangerstudios/paid-memberships-pro/blob/master/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there aren't...

**Describe the bug** This is happening because that function is not always loaded. Somehow, it happens in production for some people. **To Reproduce** ```php /** * To replicate the issue:...

Status: Needs Thought

**Deprecation Notice:** The jqXHR.success(), jqXHR.error(), and jqXHR.complete() callbacks are removed as of jQuery 3.0. You can use jqXHR.done(), jqXHR.fail(), and jqXHR.always() instead. It's worth doing a check for other deprecations:...

Difficulty: Medium
Status: Needs Thought

Ask @mircobabini. Related to #1907.

### All Submissions: * [x] Have you followed the [Contributing guideline](https://github.com/strangerstudios/paid-memberships-pro/blob/master/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there aren't...

Type: Bug
Difficulty: Easy
Impact: Low

### All Submissions: * [x] Have you followed the [Contributing guideline](https://github.com/strangerstudios/paid-memberships-pro/blob/master/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there aren't...

**Describe the bug** When blogvault protection feature is active, sometimes the atomic pmpro checkout process fails. The issue was: :green_circle: order created (success) with PP Express or Stripe, no differences...

This is an idea of what can be done when running a static analyzer on functions.php. During this analysis I tried to: 1. Fix all `Variable '$aaaaa' is probably undefined`;...

### All Submissions: * [x] Have you followed the [Contributing guideline](https://github.com/strangerstudios/paid-memberships-pro/blob/master/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there aren't...

Type: Enhancement
Type: Refactor
Difficulty: Medium
Impact: Medium
Status: Needs Thought

**Is your feature request related to a problem? Please describe.** Maybe not a problem, but a less clear code reading and some overhead. Calling `pmpro_next_payment` when already have found the...

Type: Refactor
Status: Code Review