Plugin Updates

This commit is contained in:
Tony Volpe
2024-04-02 20:23:21 +00:00
parent 96800520e8
commit 94170ec2c4
1514 changed files with 133309 additions and 105985 deletions

View File

@@ -45,6 +45,10 @@ foreach ( $tools as $action_name => $tool ) {
</p>
</th>
<td class="run-tool">
<?php if ( ! empty( $tool['status_text'] ) ) : ?>
<span class="run-tool-status"><?php echo wp_kses_post( $tool['status_text'] ); ?></span>
<?php endif; ?>
<?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
<input <?php echo ArrayUtil::is_truthy( $tool, 'disabled' ) ? 'disabled' : ''; ?> type="submit" form="<?php echo 'form_' . $action_name; ?>" class="button button-large" value="<?php echo esc_attr( $tool['button'] ); ?>" />
</td>