"; if (!empty($exclude)) { $excats = preg_split('/[\s,]+/',$exclude); if ( count($excats) ) { foreach ( $excats as $excat ) { $excludes .= 'AND cat_id <> '.intval($excat).' '; } } } $categories = get_terms('link_category', "hide_empty=1"); if ( $debug ) echo "cats: [" . count($cats) . "]
"; $i = 1; $hr = 2; $output .= ''; echo $output; } function iMP_Links_Style() { // echo "DEBUG: iMP_Links_Style starting...
"; $plugin_path = get_settings('siteurl') . '/wp-content/plugins/imp-links'; // echo "plugin_path: [$plugin_path]
"; ?>