• The shortcode no longer works: [last_webcomic_link args=”posts_per_page=9&offset=8″]”Last” comic for non-patrons[/last_webcomic_link]

    It does work if we downgrade the plugin, if you visit this page https://staging.youngprotectors.com/ and click on the most current page, it brings a blank page, downgrading the plugin fixes the issue.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mike

    (@mgsisk)

    Looks like this may be related to the use of wp_die() on line 316 of /lib/collection/common.php. Replacing the entire line with:

    
    wp_safe_redirect( $url ) && die;
    

    Appears to correct the issue. Should have an update in the directory later today.

    Thread Starter wpbuffs

    (@jpwpbuffs)

    Hi,

    Thanks. Has been a few days and no new version of the plugin has been released to fix the issue.

    Thread Starter wpbuffs

    (@jpwpbuffs)

    Hi,

    Any update?

    Thread Starter wpbuffs

    (@jpwpbuffs)

    @mgsisk any update?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[NSFW] Shortcode no longer working after updating the plugin’ is closed to new replies.