Plugin Directory

Changeset 3335968


Ignore:
Timestamp:
07/29/2025 12:46:01 PM (7 months ago)
Author:
neebplugins
Message:

Removed custom pricing url

Location:
wc-place-order-without-payment
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-place-order-without-payment/tags/2.7.2/wc-place-order-without-payment.php

    r3335862 r3335968  
    9494    // Signal that SDK was initiated.
    9595    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   
    10197}
    10298if ( !class_exists( 'WPOWP_Loader' ) ) {
  • wc-place-order-without-payment/trunk/wc-place-order-without-payment.php

    r3335862 r3335968  
    9494    // Signal that SDK was initiated.
    9595    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   
    10197}
    10298if ( !class_exists( 'WPOWP_Loader' ) ) {
Note: See TracChangeset for help on using the changeset viewer.