|
Environment Key
|
Environment Value
|
|
Home URL :
|
|
|
Site URL :
|
|
|
WP Version :
|
|
|
WP Multisite Enabled :
|
|
false,
'timeout' => 60,
'user-agent' => 'Captcha-booster',
'body' => $request,
);
$response = wp_remote_post( 'https://www.paypal.com/cgi-bin/webscr', $params );
?>
|
WP Remote Post :
|
|
|
Web Server Info :
|
|
|
PHP Version :
|
|
|
MySQL Version :
|
db_version() ); // db call ok; no-cache ok.
?>
|
|
WP Debug Mode :
|
|
|
WP Language :
|
|
|
WP Max Upload Size :
|
|
|
PHP Max Script Execute Time :
|
|
|
PHP Max Input Vars :
|
|
|
SUHOSIN Installed :
|
|
|
Default Timezone :
|
|
get_var( 'SELECT VERSION() AS version' );// db call ok; no-cache ok.
// GET SQL Mode.
$my_sql_info = $wpdb->get_results( 'SHOW VARIABLES LIKE "sql_mode"' );// db call ok; no-cache ok.
if ( is_array( $my_sql_info ) ) {
$sqlmode = $my_sql_info[0]->Value;
}
if ( empty( $sqlmode ) ) {
$sqlmode = 'Not set';
}
// Get PHP Safe Mode.
if ( ini_get( 'safemode' ) ) {
$safemode = 'On';
} else {
$safemode = 'Off';
}
// Get PHP allow_url_fopen.
if ( ini_get( 'allow-url-fopen' ) ) {
$allowurlfopen = 'On';
} else {
$allowurlfopen = 'Off';
}
// Get PHP Max Upload Size.
if ( ini_get( 'upload_max_filesize' ) ) {
$upload_maximum = ini_get( 'upload_max_filesize' );
} else {
$upload_maximum = 'N/A';
}
// Get PHP Output buffer Size.
if ( ini_get( 'pcre.backtrack_limit' ) ) {
$backtrack_lmt = ini_get( 'pcre.backtrack_limit' );
} else {
$backtrack_lmt = 'N/A';
}
// Get PHP Max Post Size.
if ( ini_get( 'post_max_size' ) ) {
$post_maximum = ini_get( 'post_max_size' );
} else {
$post_maximum = 'N/A';
}
// Get PHP Memory Limit.
if ( ini_get( 'memory_limit' ) ) {
$memory_limit = ini_get( 'memory_limit' );
} else {
$memory_limit = 'N/A';
}
// Get actual memory_get_usage.
if ( function_exists( 'memory_get_usage' ) ) {
$memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . ' MByte';
} else {
$memory_usage = 'N/A';
}
// required for EXIF read.
if ( is_callable( 'exif_read_data' ) ) {
$exif = 'Yes ( V' . substr( phpversion( 'exif' ), 0, 4 ) . ')';
} else {
$exif = 'No';
}
// required for meta data.
if ( is_callable( 'iptcparse' ) ) {
$iptc = 'Yes';
} else {
$iptc = 'No';
}
// required for meta data.
if ( is_callable( 'xml_parser_create' ) ) {
$xml = 'Yes';
} else {
$xml = 'No';
}
?>
|
Operating System :
|
( Bit)
|
|
Memory usage :
|
|
|
SQL Mode :
|
|
|
PHP Safe Mode :
|
|
|
PHP Allow URL fopen :
|
|
|
PHP Memory Limit :
|
|
|
PHP Max Post Size :
|
|
|
PCRE Backtracking Limit :
|
|
|
PHP Exif support :
|
|
|
PHP IPTC support :
|
|
|
PHP XML support :
|
|
|
Extensions :
|
|
|
Apache Modules :
|
|
|
Plugin Key
|
Plugin Value
|
' . $plugin_name . ' : | By ' . $plugin_data['Author'] . ' Version ' . $plugin_data['Version'] . $version_string . ' | ';
}
echo $plugin_name; // WPCS: XSS ok.
}
}
?>
= 3.4 ) {
$active_theme = wp_get_theme();
?>
|
Theme Key
|
Theme Value
|
|
Theme Name :
|
name ); ?>
|
|
Theme Version :
|
version ); ?>
|
|
Author URL :
|
{'Author URI'} ); ?>
|