SimplePie_Copyright::__construct() public WP 1.0
Constructor, used to input the data
For documentation on all the parameters, see the corresponding properties and their accessors
{} Это метод класса: SimplePie_Copyright{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$SimplePie_Copyright = new SimplePie_Copyright(); $SimplePie_Copyright->__construct( $url, $label );
- $url **
- -
По умолчанию: null - $label **
- -
По умолчанию: null
Код SimplePie_Copyright::__construct() SimplePie Copyright:: construct WP 5.7.1
public function __construct($url = null, $label = null)
{
$this->url = $url;
$this->label = $label;
}