About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode Explained
- SEO WordSpinner Plugin - A Killer SEO Plugin for WordPress
- Weather Forecasts for WordPress - WP Wunderground Plugin
- jQuery validator annoyances
Tag Cloud
WordPress Development Blogging eCommerce Google Code Denver SEO Nofollow Interspire Shopping Cart Links Interspire Development SEO WordPress Plugin WordPress Plugins Optimization Design Web Design Domains Denver WP Plugins Functions.php Shopping Cart CSS Search Engine Optimization Search Javascript Google SEO Website Redesign WordPress SEO Marketing
Tag Archives: Multidimensional Array
How to tell if your WordPress Plugin or Widget is Activated in WordPress
Posted on June 2, 2009

Ever wonder if your widget or plugin is activated on an external site?
Here’s how to find out.
When you register a sidebar widget, you use code like this:
register_sidebar_widget(array('Name of Widget', 'class-of-widget'), 'widget_function');
If you want to check whether the widget is activated (you may want to for a variety of reasons), you can do it like this (the “class-of-widget” value from above will be used in the code below):
Posted in Web Development, WordPress
|
Tagged Code, Multidimensional Array, PHP, Widget, WordPress, WordPress Development, WordPress Plugins, WordPress Widget
|
4 Comments