Is there a way to check if membership account is expired? I’m looking for conditional statement similar to this:
<?php if (SwpmMemberUtils::is_member_logged_in()) { ?>
Can you assist?
]]>I have created a custom meta called “test” and I want it to return the value of customer_paid_orders. I tried the code below, but it doesn’t work.
add_filter('woe_get_order_value_test',function ($value, $order,$fieldname) {
$value = $order->get_customer_paid_orders();
return $value;
},10,3);
Please help me to get this done.
Thanks in advance
]]>If you want, you can paste below here your custom code. I will do my best to provide updated code for you to use. This can be custom CSS code and also custom PHP code or JavaScript code.
I do understand it can be an inconvenience for you. Some people might even be upset. These changes were necessary however. Some people used more than one form on a page, and in the old version 3 this was not really working will, especially with AJAX.
These updates should make it possible to use multiple forms on one page.
Some themes use multiple content elements on one page, one for desktop use, one for mobile use. This gave much confusion in the past.