Skip to content

Commit

Permalink
Removing action hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Nov 18, 2024
1 parent aeb401b commit 8bf7724
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lifterlms.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@

defined( 'ABSPATH' ) || exit;

add_action(
'doing_it_wrong_run',
static function ( $function_name ) {
if ( '_load_textdomain_just_in_time' === $function_name ) {
debug_print_backtrace();
}
}
);

if ( ! defined( 'LLMS_PLUGIN_FILE' ) ) {
define( 'LLMS_PLUGIN_FILE', __FILE__ );
}
Expand All @@ -63,7 +54,6 @@ static function ( $function_name ) {

register_activation_hook( __FILE__, array( 'LLMS_Install', 'install' ) );


/**
* Returns the main instance of LifterLMS
*
Expand Down

0 comments on commit 8bf7724

Please sign in to comment.