function BWWC__GetProLabel() { return '<span style="background-color:#FF4;color:#F44;border:1px solid #F44;padding:2px 6px;font-family:\'Open Sans\',sans-serif;font-size:14px;border-radius:6px;"><a href="' . BWWC__GetProUrl() . '">PRO Only</a></span>'; }
function BWWC__render_advanced_settings_page_html() { $bwwc_settings = BWWC__get_settings(); ?> <p style="text-align:center;"><?php echo BWWC__GetProLabel(); ?> </p> <p><h3>Advanced Settings section gives you many more options to configure and optimize all aspects and functionality of your bitcoin store.</h3> Please note that if you are among many who made a donation toward the development of BitcoinWay software - you will receive an equivalent credit toward the <a href="<?php echo BWWC__GetProUrl(); ?> "><b>Pro version</b></a>. </p> <h3 style="text-align:center;color:#090;">Get the <a href="<?php echo BWWC__GetProUrl(); ?> "><b>PRO version</b></a></h3> <?php }