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!