generate_environment_report(); $env_ref = Report::get_summary(); // Detect passwordless plugin $dologin_link = ''; $has_pswdless_plugin = false; if ( function_exists( 'dologin_gen_link' ) ) { $has_pswdless_plugin = true; if ( ! empty( $_GET['dologin_gen_link'] ) && ! empty( $_GET['litespeed_purge_nonce'] ) && wp_verify_nonce( sanitize_text_field( wp_unslash( $_GET['litespeed_purge_nonce'] ) ), 'litespeed_purge_action' ) ) { unset( $_GET['dologin_gen_link'] ); $dologin_link = dologin_gen_link( 'Litespeed Report' ); ?> 'dologin' ) ); $btn_title = esc_html__( 'Send to LiteSpeed', 'litespeed-cache' ); if ( ! empty( $env_ref['num'] ) ) { $btn_title = esc_html__( 'Regenerate and Send a New Report', 'litespeed-cache' ); } ?>
: ' . esc_html( $env_ref['num'] ) . '' : '-'; ?>
:
| build_checkbox( 'attach_php', sprintf( esc_html__( 'Attach PHP info to report. Check this box to insert relevant data from %s.', 'litespeed-cache' ), 'phpinfo()' ), false ); ?> | |
|
🚨 ', '' ); ?> |
|
|
:
|