Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php defined( 'ABSPATH' ) || exit; register_woocommerce_admin_test_helper_rest_route( ..
Decoded Output download
<?php
defined( 'ABSPATH' ) || exit;
register_woocommerce_admin_test_helper_rest_route(
'/tools/trigger-wca-install/v1',
'tools_trigger_wca_install'
);
/**
* A tool to trigger the WooCommerce install.
*/
function tools_trigger_wca_install() {
\WC_Install::install();
return true;
}
?>
Did this file decode correctly?
Original Code
<?php
defined( 'ABSPATH' ) || exit;
register_woocommerce_admin_test_helper_rest_route(
'/tools/trigger-wca-install/v1',
'tools_trigger_wca_install'
);
/**
* A tool to trigger the WooCommerce install.
*/
function tools_trigger_wca_install() {
\WC_Install::install();
return true;
}
Function Calls
defined | 1 |
Stats
MD5 | d0c79e0861a1b7cae63f3ec8946f83c3 |
Eval Count | 0 |
Decode Time | 99 ms |