Here's the shortcode equivalent:
- Code: Select all
[s2If current_user_can(access_s2member_ccap_basic) && !current_user_can(administrator) ]
<script type="text/javascript">window.location = 'http://scrapbookcampus.com/basic-tutorials-for-scrapbooking-with-paintshop-pro/';</script>
[/s2If]
[s2If !current_user_can(access_s2member_ccap_basic)]
[/s2If]
This code will:
Redirect if you can access ccap_basic, and are not an admin.
The empty section underneath is just a placeholder, essentially.