SimplePie::get_permalink

Advertisement

Summery Summery

Get the permalink for the item

Syntax Syntax

SimplePie::get_permalink()

Description Description

Returns the first link available with a relationship of "alternate". Identical to get_link() with key 0

Return Return

(string|null) Link URL

Source Source

File: wp-includes/class-simplepie.php

		return null;
	}

	/**

Advertisement

Changelog Changelog

Changelog
Version Description
1.0 Introduced.

See also See also

Advertisement

Leave a Reply