API15:JApplication/getBlogCategoryCount
From Joomla! Documentation
Description
Deprecated.
<! removed transcluded page call, red link never existed >
Syntax
getBlogCategoryCount()
Defined in
libraries/joomla/application/application.php
Importing
jimport( 'joomla.application.application' );
Source Body
function getBlogCategoryCount( )
{
$menus = &JSite::getMenu();
return count($menus->getItems('type', 'content_blog_category'));
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples