@interzone2 @xlordh it doesn’t work in the new update version 4.2.8.5. Everything changed.
The line:
add_action( ‘init’, array( $this, ‘plugins_loaded’ ), – 10 );
has change to:
add_action( ‘init’, [ $this, ‘lp_main_handle’ ], – 1000 );
by the developer.
I have no idea how to fix it. Please help. The order number back to 00000000 in this version.
@interzone2 @xlordh it doesn’t work in the new update version 4.2.8.5. Everything changed.
The add_action(‘plugins_loaded, array($this, ‘plugins_loaded’),-10);
change to:
add_action( ‘init’, [ $this, ‘lp_main_handle’ ], – 1000 );
I have no idea how to fix it. Please help. The order number back to 00000000 in this version.