S2MEMBER_CURRENT_USER_CUSTOM
This will always be a (string). Empty if not logged in.
<?php echo S2MEMBER_CURRENT_USER_CUSTOM; ?>
This may output something like: http://www.yourdomain.com|cv1|cv2|cv3
( this is the PayPal input field value for the `custom` variable )
---- s2member Shortcode Equivalent ----
[s2Get constant="S2MEMBER_CURRENT_USER_CUSTOM" /]
<?php echo S2MEMBER_CURRENT_USER_CUSTOM; ?>
[s2Get constant="S2MEMBER_CURRENT_USER_CUSTOM" /]
but got no display on the page, so I tested it by adding the exec-php test code
http://example.com
<?php echo "This is the Exec-PHP 'Hello World'"; ?>
as expected.
This is the Exec-PHP 'Hello World'
Statistics: Posted by KirkWard — October 29th, 2010, 5:23 pm