Changeset 3251364
- Timestamp:
- 03/05/2025 11:07:06 PM (13 months ago)
- Location:
- subscriptions-for-woo
- Files:
-
- 2 edited
-
tags/2.4.6/classes/PPSFWOO/class-ppsfwoo-plan.php (modified) (1 diff)
-
trunk/classes/PPSFWOO/class-ppsfwoo-plan.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
subscriptions-for-woo/tags/2.4.6/classes/PPSFWOO/class-ppsfwoo-plan.php
r3251356 r3251364 68 68 } 69 69 70 throw new \BadMethodCallException("Method $namedoes not exist.");70 throw new \BadMethodCallException("Method " . esc_attr($name) . " does not exist."); 71 71 } 72 72 -
subscriptions-for-woo/trunk/classes/PPSFWOO/class-ppsfwoo-plan.php
r3251356 r3251364 68 68 } 69 69 70 throw new \BadMethodCallException("Method $namedoes not exist.");70 throw new \BadMethodCallException("Method " . esc_attr($name) . " does not exist."); 71 71 } 72 72
Note: See TracChangeset
for help on using the changeset viewer.