get_linksbyname_withrating [ WordPress Function ]
get_linksbyname_withrating ( $cat_name = "noname", $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_links_withrating, get_linksbyname, get_linkrating, wp_get_linksbyname, get_linkobjectsbyname
Gets the links associated with category 'cat_name' and display rating stars/chars.
Source
<?php
function get_linksbyname_withrating($cat_name = "noname", $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_linksbyname($cat_name, $before, $after, $between, $show_images, $orderby, $show_description, true, $limit, $show_updated);
}
?>
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- get_linksbyname_withrating() WordPress function reference ...
Gets the links associated with category 'cat_name' and display rating stars/chars.
queryposts.com - Migrating Plugins and Themes to 2.1 « WordPress Codex
... get_linkobjectsbyname (use get_linkz); get_linkswithrating; get_linksbyname; get_linksbyname_withrating; get_postdata (use get_post); get_settings (use ...
codex.wordpress.org - get_links_list | A HitchHackers guide through WordPress
Feb 12, 2011... letter l, Functions, Functions by letter g · get_links_list, id2a66c3e684e5756e4a93fc653c6621cd, link_category · get_linksbyname_withrating ...
hitchhackerguide.com - B2Links
Apr 29, 2003 ... Other functions are get_linksbyname_withrating(), get_links_withrating(), and get_linkcatname(). See the comments above each function for full ...
zed1.com