Changeset 3335968
- Timestamp:
- 07/29/2025 12:46:01 PM (7 months ago)
- Location:
- wc-place-order-without-payment
- Files:
-
- 2 edited
-
tags/2.7.2/wc-place-order-without-payment.php (modified) (1 diff)
-
trunk/wc-place-order-without-payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-place-order-without-payment/tags/2.7.2/wc-place-order-without-payment.php
r3335862 r3335968 94 94 // Signal that SDK was initiated. 95 95 do_action( 'wpowp_fs_loaded' ); 96 // Change Pricing URL 97 wpowp_fs()->add_filter( 'pricing_url', function ( $url ) { 98 $url = 'https://nitin247.com/plugin/woocommerce-place-order-without-payment/#pricing'; 99 return esc_url( $url ); 100 } ); 96 101 97 } 102 98 if ( !class_exists( 'WPOWP_Loader' ) ) { -
wc-place-order-without-payment/trunk/wc-place-order-without-payment.php
r3335862 r3335968 94 94 // Signal that SDK was initiated. 95 95 do_action( 'wpowp_fs_loaded' ); 96 // Change Pricing URL 97 wpowp_fs()->add_filter( 'pricing_url', function ( $url ) { 98 $url = 'https://nitin247.com/plugin/woocommerce-place-order-without-payment/#pricing'; 99 return esc_url( $url ); 100 } ); 96 101 97 } 102 98 if ( !class_exists( 'WPOWP_Loader' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.