Switch language

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




wp_plugin_update_rows [ WordPress Function ]

wp_plugin_update_rows ( No parameters )
Defined at:



No description yet.

Source


<?php
function wp_plugin_update_rows() {
    if ( !
current_user_can('update_plugins' ) )
        return;

    
$plugins get_site_transient'update_plugins' );
    if ( isset(
$plugins->response) && is_array($plugins->response) ) {
        
$plugins array_keys$plugins->response );
        foreach( 
$plugins as $plugin_file ) {
            
add_action"after_plugin_row_$plugin_file"'wp_plugin_update_row'10);
        }
    }
}
?>

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