Add New and search for \'WooCommerce\' to install.'; $action_buttons = array( array( 'title' => 'Install WooCommerce', 'url' => admin_url().'plugin-install.php?s=woocommerce&tab=search&type=term', ), ); ?>
0){ echo '
'; foreach ($action_buttons as $key => $button) { $action_url = isset($button['url']) && !empty($button['url']) ? $button['url'] : ''; $action_title = isset($button['title']) && !empty($button['title']) ? $button['title'] : ''; if(!empty($action_url)){ echo ''. esc_html($action_title) .''; } } echo '
'; } ?>