Ejemplo n.º 1
0
		</p>
		<hr /><br /><br />

		<p>
			<span>This SMS number will be linked on mobile devices:</span><br />
			<code>nebula_sms_link('3154786700');</code><br />
			<?php 
echo nebula_tel_link('3154786700');
?>
		</p>

		<p>
			<span>This SMS number will be linked on mobile devices and has a preset message:</span><br />
			<code>nebula_sms_link('3154786700', 'This is a message!');</code><br />
			<?php 
echo nebula_tel_link('3154786700', 'This is a message!');
?>
		</p>

		<p>
			<code>nebula_phone_format('(315) 478-6700');</code><br />
			<?php 
echo nebula_phone_format('(315) 478-6700');
?>
		</p>

		<p>
			<code>nebula_phone_format('315.478.6700');</code><br />
			<?php 
echo nebula_phone_format('(315) 478-6700');
?>
Ejemplo n.º 2
0
    ?>
						<span class="author-email"><i class="fa fa-envelope"></i> <a href="mailto:<?php 
    echo get_the_author_meta('user_email');
    ?>
" target="_blank"><?php 
    echo get_the_author_meta('user_email');
    ?>
</a></span>&nbsp;
					<?php 
}
?>
					<?php 
if (get_the_author_meta('phonenumber')) {
    ?>
						<span class="author-phonenumber"><i class="fa fa-phone"></i> <?php 
    echo nebula_tel_link(get_the_author_meta('phonenumber'));
    ?>
</span>
					<?php 
}
?>
				</span>
				<hr />
			</div>

			<p class="authorbio"><?php 
echo esc_html(the_author_meta('description'));
?>
</p>
		</div><!--/columns-->
	</div><!--/row-->
Ejemplo n.º 3
0
function change_admin_footer_left()
{
    return pinckneyhugogroup() . ' &bull; <a href="https://www.google.com/maps/dir/Current+Location/760+West+Genesee+Street+Syracuse+NY+13204" target="_blank">760 West Genesee Street, Syracuse, NY 13204</a> &bull; ' . nebula_tel_link('13154786700');
}