• Resolved francoc30

    (@francoc30)


    Hi,
    I customized my Buy Now button with shortcode like so:
    [swpm_payment_button id=2443 button_text=”現在入會” new_window=”1″]

    But after I updated SWPM to 3.9.9. today I found my customization was reverted back to the default as in:
    [swpm_payment_button id=2443]

    Why is this happening and how can I prevent it from happening again?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wp.insider

    (@wpinsider-1)

    You can’t just directly modify the core plugin’s file. That will get replaced when the plugin is updated. You need to use action hooks or filters to create a customization that resides outside the plugin (so you are not modifying our plugin’s code).

    There is a filter hook in the shortcode that you can use to customize the button’s HTML code. You will need to hire a developer who understand how to use WordPress hooks and filters to create a customization for you.

    Thread Starter francoc30

    (@francoc30)

    Okay, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Short code options changed after update to 3.9.9’ is closed to new replies.