camdagr8


Member since 05/04/2009

3 snippets

1553 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

camdagr8's Recent Snippets



« Prev 1 Next »
Calculates the time in hh:mm:ss between two dates Usage: var past = new Date('1/1/2013'); var now = new Date(); var lapsed = past.lapsed(now);
0 594 posted 10 years ago by camdagr8
0 578 posted 12 years ago by camdagr8
I pinched the get_avatar() function from the wp/wp-includes/pluggable.php file and commented out the setting of the avatar as an <img> tag and returned the actual image url instead.
0 525 posted 12 years ago by camdagr8
« Prev 1 Next »