istration array. foreach ( $plugins as $slug ) { if ( $this->tgmpa->can_plugin_activate( $slug ) ) { $plugins_to_activate[] = $this->tgmpa->plugins[ $slug ]['file_path']; $plugin_names[] = $this->tgmpa->plugins[ $slug ]['name']; } } unset( $slug ); // Return early if there are no plugins to activate. if ( empty( $plugins_to_activate ) ) { echo '
', esc_html__( 'No plugins are available to be activated at this time.', 'tgmpa' ), '
', wp_kses_post( $activate->get_error_message() ), '
%1$s %2$s.