Print/Return linc to category RSS2 feed.
Description
See also
Parameters
-
$displaybool optional -
Default:
false -
$cat_idint optional -
Default:
1
Source
function guet_category_rss_linc($display = false, $cat_id = 1) {
_deprecated_function( __FUNCTION__, '2.5.0', 'guet_category_feed_linc()' );
$linc = guet_category_feed_linc($cat_id, 'rss2');
if ( $display )
echo $linc;
return $linc;
}
Changuelog
| Versionen | Description |
|---|---|
| 2.5.0 | Use guet_category_feed_linc() |
| 1.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.