hilter in wordpress

took the plugin from here

updated to latest GeSHi

went back and fixed up previous posts, and now adding scripts or code to posts, or text will be nice.

# adds an options page to the options menu
function SUP_add_options_page()
{
if(function_exists("add_options_page"))
add_options_page("Smart Update Pinger", "Smart Update Pinger", 5, basename(__FILE__), "SUP_show_options_page");
}
1
2
3
4
5
6
# adds an options page to the options menu
function SUP_add_options_page()
{
if(function_exists("add_options_page"))
add_options_page("Smart Update Pinger", "Smart Update Pinger", 5, basename(__FILE__), "SUP_show_options_page");
}

above code used for example from Smart Update Pinger wordpress plugin.

Related posts:

  1. wordpress url change mysql code I changed the url of my blog again recently here...
  2. Quickie Howto install the OpenID Wordpress plugin. My friend Dan Spisak was having issues with getting his...
  3. ugh, wordpress broke. OK, well something broke after my Twas the Night Before...
  4. OpenID + Wordpress = <3 The pun is a little late for Valentine's day, but...
  5. test post from Flock. this is my test post from flock. it's using some...

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

Bad Behavior has blocked 1171 access attempts in the last 7 days.