Statistics: Blog

Comments Posted By Aaron

Displaying 0 To 0 Of 0 Comments

All Good Things Must Come To An End

bro
you should stick a few google ads here and there to tide you through!

» Posted By Aaron On 19th April 2010 @ 00:27

My Plugins Compatibility With WordPress 2.5

I noticed while adding the plugin to a client’s website that you call the function htmlspecialchars_decode() in the beta version of the wp-email plugin. Unfortunately, this is not available in older versions of PHP.

If you are set on having the functionality, you may add the following into your plugin to duplicate it. (I add it in all my plugins that need the function.)

if (!function_exists("htmlspecialchars_decode")) { /* PHP 4 support. I like this function.*/
function htmlspecialchars_decode($string, $quote_style = ENT_COMPAT) {
return strtr($string, array_flip(get_html_translation_table(HTML_SPECIALCHARS, $quote_style)));
}
}

» Posted By Aaron On 4th April 2008 @ 11:33

I upgraded to WP2.5 today and upgraded Wp-Email to 2.30 BETA 2. Everything seems to work fine, only an email is never actually sent. I’ve tried it on two different websites now, and neither one will send an email.

» Posted By Aaron On 31st March 2008 @ 00:26

Plugins Updated For WordPress 2.1

Hey GaMerZ – thinks for the WP-Print plugin – a useful little script which has made it into my Top 10 plugins for a WordPress newbie – an accolade and an achievement to truly be proud of. 😉

Thanks for your work.

» Posted By Aaron On 10th February 2007 @ 17:42

«« Back To Stats Page
1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 1.00 out of 5)

22 thoughts on “Statistics: Blog”

  1. Благодарю ВаÑ? за напиÑ?ание Ñ?криптов !

  2. Pingback: WP???????WP-Stats

Comments are closed.