Skip to content

Commit

Permalink
Update woocommerce-action-logging.php
Browse files Browse the repository at this point in the history
  • Loading branch information
billrobbins authored Mar 26, 2022
1 parent a436ecc commit c3ce889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woocommerce-action-logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WooCommerce Action Logging
* Plugin URI: https://github.com/billrobbins/woocommerce-action-logging
* Description: Logs a stack backtrace whenever a specified WooCommerce hook is used
* Version: 0.0
* Version: 0.1
* Requires at least: 5.2
* Requires PHP: 7.4
* Author: Bill Robbins
Expand Down Expand Up @@ -58,4 +58,4 @@ function wc_action_logging_scripts() {
wp_enqueue_style( 'action-logging' );
}

add_action( 'admin_enqueue_scripts', 'wc_action_logging_scripts' );
add_action( 'admin_enqueue_scripts', 'wc_action_logging_scripts' );

0 comments on commit c3ce889

Please sign in to comment.