SimplePie_Copyright::__construct

Advertisement

Summery Summery

Constructor, used to input the data

Syntax Syntax

SimplePie_Copyright::__construct( $url = null,  $label = null )

Description Description

For documentation on all the parameters, see the corresponding properties and their accessors

Source Source

File: wp-includes/SimplePie/Copyright.php

	{
		$this->url = $url;
		$this->label = $label;
	}

Advertisement

Advertisement

Leave a Reply