Switch language

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




wp_theme_update_rows [ WordPress Function ]

wp_theme_update_rows ( Keine Parameter )
Definiert in:



No description yet.

Source


<?php
function wp_theme_update_rows() {
    if ( !
current_user_can('update_themes' ) )
        return;

    
$themes get_site_transient'update_themes' );
    if ( isset(
$themes->response) && is_array($themes->response) ) {
        
$themes array_keys$themes->response );

        foreach( 
$themes as $theme ) {
            
add_action"after_theme_row_$theme"'wp_theme_update_row'10);
        }
    }
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

Nutzerduskussionen [ wordpress.org ]

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



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