Statistics: Posted by Cristián Lávaque — May 30th, 2011, 12:32 pm
<?php echo s2member_pro_login_widget(array("display_gravatar" => "0")); ?>
Statistics: Posted by cnyc31 — May 30th, 2011, 1:38 am
<?php echo s2member_pro_login_widget(array('display_gravatar' => 0)); ?>
Statistics: Posted by Cristián Lávaque — May 30th, 2011, 12:18 am
<?php echo s2member_pro_login_widget(); ?>
"display_gravatar" => "1" ——— Display Gravatar image when logged in? 1 = yes, 0 = no. Gravatars are based on email address.
<?php echo s2member_pro_login_widget($options, "display_gravatar" => "0" ); ?>
Example usage: <?php echo s2member_pro_login_widget($options, $args); ?>
The $options parameter (array) is completely optional ( i.e. NOT required ).
It can be passed in as an array of options; overriding some or all of these defaults:
Statistics: Posted by cnyc31 — May 29th, 2011, 11:18 pm