• Resolved blastostitch

    (@blastostitch)


    Hi. I would like to drip content with simple links that show up on a page based on when a user registers.

    Are there parameters code I can into the below shortcode to say the level can see this content on day 1 or day 2 or day 3??

    [restrict level=”platinum”]
    This content can only be seen by users with Platinum level or above.
    [/restrict]

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    Hi,

    Yes this is possible, simply add a drip_days parameter to the shortcode like this:

    
    [restrict level="platinum" drip_days="7"]
    This content can only be seen by users who has had Platinum level for at least 7 days
    [/restrict]
    

    I will get it added to the documentation.

Viewing 1 replies (of 1 total)
  • The topic ‘Easy Drip Links via Shortcode’ is closed to new replies.