# s2member/110812/includes/menu-pages/code-samples/current-user-can-constants-1.php

s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls &amp; Member Access Subscriptions, version 110812. 7 lines.

- Page: https://pluginprobe.com/plugins/s2member/110812/code/includes/menu-pages/code-samples/current-user-can-constants-1.php
- Raw: https://pluginprobe.com/plugins/s2member/110812/raw/includes/menu-pages/code-samples/current-user-can-constants-1.php
- Modified: 2011-08-12T05:07:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/s2member/110812/code/includes/menu-pages/code-samples/current-user-can-constants-1.php#L10-L20`.

```php
<?php if (S2MEMBER_CURRENT_USER_IS_LOGGED_IN_AS_MEMBER){ ?>
	Content for Members with an s2Member Level >= 1.
<?php } else if(S2MEMBER_CURRENT_USER_IS_LOGGED_IN) { ?>
	Some content for Free Subscribers.
<?php } else { ?>
	Some public content.
<?php } ?>
```
