Files
torebki-fabiola.pl/wp-content/plugins/ajax-search-for-woocommerce/partials/admin/stats/sp-searches-row.php
2026-03-05 13:07:40 +01:00

12 lines
228 B
PHP

<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<tr class="js-dgwt-wcas-search-page-row">
<td><?php echo $i; ?></td>
<td><?php echo esc_html( $row['phrase'] ); ?></td>
<td><?php echo esc_html( $row['qty'] ); ?></td>
</tr>