• Hi,
    I’m trying to integrate gourl with wpadverts.
    What I’m trying to accomplish is to have a payment box in advert’s description page.
    I add a tag [gourl-product id=”1″] into the advert description, but I see it is beeing escaped (?). It should render a payment box, but I see the same text.

    It works fine on regular wordpress pages/woocomerce product pages.

    Any clues highly appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    WPAdverts disables the shortcodes in the description intentionally to protect your site from unauthorized shortcodes use.

    Basically, if the shortcodes were enabled then anyone posting an Ad from a page with [adverts_add] could run any shortcode on your website making it a potential security hole.

    I would recommend enabling the shortcodes parsing in Ad description only if you are posting the Ads yourself from wp-admin panel.

    To do that just add the code below in your theme functions.php file

    
    add_filter( "adverts_the_content", "do_shortcode" );
    
Viewing 1 replies (of 1 total)

The topic ‘gourl bitcoin integration’ is closed to new replies.