Switch language

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




install_themes_upload [ WordPress Function ]

install_themes_upload ( $page = 1 )
Defined at:



No description yet.

Source


<?php
function install_themes_upload($page 1) {
?>
<h4><?php _e('Install a theme in .zip format'?></h4>
<p class="install-help"><?php _e('If you have a theme in a .zip format, you may install it by uploading it here.'?></p>
<form method="post" enctype="multipart/form-data" action="<?php echo self_admin_url('update.php?action=upload-theme'?>">
    <?php wp_nonce_field'theme-upload'?>
    <input type="file" name="themezip" />
    <?php submit_button__'Install Now' ), 'button''install-theme-submit'false ); ?>
</form>
    <?php
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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