dvadf
File manager - Edit - /home/theblueo/www/wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhook-logs.php
Back
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } $count_comments = wp_count_comments( $webhook->id ); $total = $count_comments->approved; ?> <?php echo WC_Admin_Webhooks::get_logs_navigation( $total, $webhook ); ?> <table id="webhook-logs-table" class="widefat"> <thead> <tr> <th><?php _e( 'Date', 'woocommerce' ); ?></th> <th><?php _e( 'URL', 'woocommerce' ); ?></th> <th><?php _e( 'Request', 'woocommerce' ); ?></th> <th><?php _e( 'Response', 'woocommerce' ); ?></th> </tr> </thead> <tfoot> <tr> <th><?php _e( 'Date', 'woocommerce' ); ?></th> <th><?php _e( 'URL', 'woocommerce' ); ?></th> <th><?php _e( 'Request', 'woocommerce' ); ?></th> <th><?php _e( 'Response', 'woocommerce' ); ?></th> </tr> </tfoot> <tbody> <?php foreach ( $logs as $log ) { $log = $webhook->get_delivery_log( $log->comment_ID ); include( 'html-webhook-log.php' ); } ?> </tbody> </table> <?php echo WC_Admin_Webhooks::get_logs_navigation( $total, $webhook ); ?>
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings