SimplePie::sort_items

Advertisement

Private Access Private Access

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Summery Summery

Sorting callback for items

Syntax Syntax

SimplePie::sort_items( SimplePie $a, SimplePie $b )

Parameters Parameters

$a

(Required)

$b

(Required)

Return Return

(boolean)

Source Source

File: wp-includes/class-simplepie.php

	 * @param int $start Index to start at
	 * @param int $end Number of items to return. 0 for all items after `$start`
	 * @return SimplePie_Item[]|null List of {@see SimplePie_Item} objects
	 */

Advertisement

Advertisement

Leave a Reply