$product ) : $constant = strtoupper( str_replace( '-', '_', $product['id'] ) ); $constant = 'BSF_' . $constant . '_CHECK_UPDATES'; if ( defined( $constant ) && ( constant( $constant ) === 'false' || constant( $constant ) === false ) ) { $temp_constant .= $constant . '
'; continue; } endforeach; endif; if ( defined( 'BSF_CHECK_PRODUCT_UPDATES' ) && false === BSF_CHECK_PRODUCT_UPDATES ) { $temp_constant .= 'BSF_CHECK_PRODUCT_UPDATES'; } if ( '' !== $temp_constant ) { if ( ! defined( 'BSF_RESTRICTED_UPDATES' ) ) { define( 'BSF_RESTRICTED_UPDATES', $temp_constant ); } } ?>
Home URL
Site URL
WP Version
Multisite
Memory Usage MB of MB
WP Memory Limit
WP Debug
WP Lang
WP Uploads Directory
BSF Updater Path
vc_shortcode_output Filter
Restrited Updates Filter
Server Info
PHP Version
MYSQL Version db_version() ); ?>
PHP Post Max Size
PHP Max Execution Time Seconds
PHP Max Input Vars
Max Upload Size
Default Time Zone
SimpleXML
cURL
Version :
SSL Version :
Host :
Connection to Support API Status Code: ' . esc_attr( wp_remote_retrieve_response_code( $connection ) ) . '

'; echo '

Error Message: ' . esc_attr( $connection->get_error_message() ) . '

'; } else { echo 'Connecion to Support API was successful'; echo '

Status Code: ' . esc_attr( wp_remote_retrieve_response_code( $connection ) ) . '

'; } ?>
Name Name ); // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase ?>
Version Version ); // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase ?>
Author Author ); // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase ?>
$plugin_data ) { ?>
'; ob_start(); bsf_systeminfo(); $table .= ob_get_clean(); $table .= ''; return $table; }