get_importers

Definition:
function get_importers() {}

Retrieve list of importers.

Source code

function get_importers() {

	global $wp_importers;

	if ( is_array($wp_importers) )

		uasort($wp_importers, create_function('$a, $b', 'return strcmp($a[0], $b[0]);'));

	return $wp_importers;

}

1428

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: