install_themes_updated

Definition:
function install_themes_updated($page = 1) {}

Display recently updated themes.

Parameters

  • string $page

Source code

function install_themes_updated($page = 1) {

	global $theme_field_defaults;

	$args = array('browse' => 'updated', 'page' => $page, 'fields' => $theme_field_defaults);

	$api = themes_api('query_themes', $args);

	display_themes($api->themes, $api->info['page'], $api->info['pages']);

}

2059

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 )

Twitter picture

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

Facebook photo

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

Connecting to %s

%d bloggers like this: