function update_nag_box() { if (is_ym_admin()) { echo '<div class="update-nag">'; echo 'Please update your Copy of Your Members - ' . $this->name . ' to Version: <a href="' . $this->version_check->version->current_download_url . '">' . $this->version_check->version->current_version_id . '</a>'; echo '</div>'; } }
function ym_shortcode_aff_link() { $r = '<a href="http://YourMembers.co.uk/'; if ($ym_sys->advertise_ym_affid && !is_ym_admin()) { $r .= $ym_sys->advertise_ym_affid; } $r .= '" style="clear: both; display: block; text-align: center;">' . $ym_sys->advertise_ym_text . '</a><br />'; return $r; }