[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Update/Install Plugin/Theme network administration panel. 4 * 5 * @package WordPress 6 * @subpackage Multisite 7 * @since 3.1.0 8 */ 9 10 if ( isset( $_GET['action'] ) && in_array( $_GET['action'], array( 'update-selected', 'activate-plugin', 'update-selected-themes' ), true ) ) { 11 define( 'IFRAME_REQUEST', true ); 12 } 13 14 /** Load WordPress Administration Bootstrap */ 15 require_once __DIR__ . '/admin.php'; 16 17 require ABSPATH . 'wp-admin/update.php';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |