SimplePie_Category::get_type() – Get the category type

You appear to be a bot. Output may be restricted

Description

Get the category type

Usage

$string|null = SimplePie_Category::get_type();

Parameters

Returns

string|null

Source

File name: wordpress/wp-includes/SimplePie/Category.php


Lines:

1 to 5 of 5
  public function get_type()
  {
    return $this->type;
  }
 

 View on GitHub View on Trac