• When I go to Installed Plugins Page, error message and php code is getting displayed for few seconds before page redirects to following url with listing of Inactive Plugins.

    wp-admin/plugins.php?deactivate=true&plugin_status=$status&paged=$page&s=$s” ) . “

    Messages

    get_pagenum(); $action = $wp_list_table->current_action(); $plugin = isset($_REQUEST['plugin']) ? $_REQUEST['plugin'] : ''; $s = isset($_REQUEST['s']) ? urlencode($_REQUEST['s']) : ''; // Clean up request URI from temporary args for screen options/paging uri's 
    
    ....
    ....
    
    ' . esc_html( $title ) . '
    '; $url = self_admin_url('update.php?action=update-selected&plugins=' . urlencode( join(',', $plugins) )); $url = wp_nonce_url($url, 'bulk-update-plugins'); echo "

  • The topic ‘Installed Plugins Page Error and Redirect’ is closed to new replies.