wpseek.com
A WordPress-centric search engine for devs and theme authors
get_links_withrating is deprecated since version 2.1.0!
Alternative: get_bookmarks()
Alternative: get_bookmarks()
get_links_withrating › WordPress Function
Since0.71
Deprecated2.1.0
› get_links_withrating ( $category = -1, $before = '', $after = '<br />', $between = " ", $show_images = true, $orderby = 'id', $show_description = true, $limit = -1, $show_updated = 0 )
Parameters: (9) |
|
See: | |
Defined at: |
|
Codex: |
Gets the links associated with category n and display rating stars/chars.
Related Functions: get_linksbyname_withrating, get_linkrating, get_links_list, get_settings, get_linkcatname
Source
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.0', 'get_bookmarks()' ); get_links($category, $before, $after, $between, $show_images, $orderby, $show_description, true, $limit, $show_updated); }