wp_get_link_cats [ WordPress Function ]
wp_get_link_cats ( $link_id = 0 )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Retrieves the link categories associated with the link specified.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- wp_get_link_cats (WordPress Function) - WPSeek.com
WordPress lookup for wp_get_link_cats, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - wp_link_category_checklist (WordPress Function) - WPSeek.com
$checked_categories = wp_get_link_cats( $link_id ); // No selected categories, strange if ( ! count( $checked_categories ) ) $checked_categories[] = $default; ...
wpseek.com - WP 2.1 - get_bookmark() doesn't work in theme code - WordPress
Fatal error: Call to undefined function wp_get_link_cats() in . ... From searching through the core wp code, wp_get_link_cats() is only available via the admin.
wordpress.org - (2.1) Bookmark & Blogroll & Links = Messed up! - WordPress
PHP Fatal error: Call to undefined function wp_get_link_cats() in /www/ wordpress2.1/wp-includes/bookmark-template.php on line 163. which appears to be ...
wordpress.org