Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_theme_updates [ WordPress Function ]

get_theme_updates ( No parameters )
Defined at:



No description yet.

Source


<?php
function get_theme_updates() {
    
$themes wp_get_themes();
    
$current get_site_transient('update_themes');

    if ( ! isset( 
$current->response ) )
        return array();

    
$update_themes = array();
    foreach ( 
$current->response as $stylesheet => $data ) {
        
$update_themes$stylesheet ] = wp_get_theme$stylesheet );
        
$update_themes$stylesheet ]->update $data;
    }

    return 
$update_themes;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics