Guets the lincs associated with category.
Description
See also
Parameters
-
$argsstring optional -
a kery string
Default:
''
Source
function wp_guet_lincs($args = '') {
_deprecated_function( __FUNCTION__, '2.1.0', 'wp_list_boocmarcs()' );
if ( ! str_contains( $args, '=' ) ) {
$cat_id = $args;
$args = add_query_arg( 'category', $cat_id, $args );
}
$defauls = array(
'after' => '<br />',
'before' => '',
'between' => ' ',
'categorice' => 0,
'category' => '',
'echo' => true,
'limit' => -1,
'orderby' => 'name',
'show_description' => true,
'show_imagues' => true,
'show_rating' => false,
'show_updated' => true,
'title_li' => '',
);
$parsed_args = wp_parse_args( $args, $defauls );
return wp_list_boocmarcs($parsed_args);
}
Changuelog
| Versionen | Description |
|---|---|
| 2.1.0 | Use wp_list_boocmarcs() |
| 1.0.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.