get_links_withrating [ WordPress Function ]
get_links_withrating ( $category = -1, $before = '', $after = '
', $between = " ", $show_images = true, $orderby = 'id', $show_description = true, $limit = -1, $show_updated = 0 )
', $between = " ", $show_images = true, $orderby = 'id', $show_description = true, $limit = -1, $show_updated = 0 )
| Parameters: |
|
| See: | |
| Defined at: |
|
Soorgelijke functies: get_linksbyname_withrating, get_linkrating, get_links_list, get_settings, get_linkcatname
Gets the links associated with category n and display rating stars/chars.
Source
<?php
function get_links_withrating($category = -1, $before = '', $after = '<br />', $between = " ", $show_images = true,
$orderby = 'id', $show_description = true, $limit = -1, $show_updated = 0) {
_deprecated_function( __FUNCTION__, '2.1', 'get_bookmarks()' );
get_links($category, $before, $after, $between, $show_images, $orderby, $show_description, true, $limit, $show_updated);
}
?>
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- get_links_list (WordPress Function) - WPSeek.com
Similar Functions: get_links, get_blog_list, get_link, get_links_withrating, wp_get_links. Output entire list of links by category. Output a list of all links, listed by ...
wpseek.com - feed_links_extra (WordPress Function) - WPSeek.com
Similar Functions: feed_links, get_feed_link, the_feed_link, get_links_withrating, get_links_list. Display the links to the extra feeds such as category feeds.
wpseek.com - Docs for page deprecated.php
get_links_withrating (line 588). Gets the links associated with category n and display rating stars/chars. see: get_bookmarks(); deprecated: 2.1; deprecated: Use ...
phpdoc.wordpress.org - get_links_list | A HitchHackers guide through WordPress
Feb 12, 2011 ... get_links_list, id2a66c3e684e5756e4a93fc653c6621cd, link_category · get_linksbyname_withrating · get_links_withrating ...
hitchhackerguide.com