Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi,

    Thanks for using my plugin and for the kind words. Per WordPress coding best practices, all user-entered urls should be properly escaped using esc_url(). The default accepted parameters do not include apt://, which is why the button isn’t working.

    If you want to get it working, you can remove line 348 from /includes/shortcodes.php in my plugin file. That will bypass the filters and output exactly what you put in. Just bear in mind if I update the plugin it will overwrite those changes.

    Thread Starter HandyTutorial

    (@handytutorial)

    Great, now it works!

    Thanks bro.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I use url="apt://applications" as a Button Attribute’ is closed to new replies.