We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ed977 commit 86cfba4Copy full SHA for 86cfba4
1 file changed
includes/class-wc-dev-helper-memberships.php
@@ -35,7 +35,7 @@ class WC_Dev_Helper_Memberships {
35
*/
36
public function __construct() {
37
38
- add_filter( 'wc_memberships_plan_access_period_options', array( $this, 'add_membership_plan_access_period_options' ) );
+ add_filter( 'wc_memberships_plan_access_period_options', array( $this, 'add_membership_plan_access_period_options' ) );
39
}
40
41
0 commit comments