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 goto zTRx3; jZwX9: $help .= "\x3c\160\x3e" . __("\x4c\151\x6e\153\x73\40\x69\156\40..
Decoded Output download
<?php
goto zTRx3; jZwX9: $help .= "<p>" . __("Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.") . "</p>"; goto V_NnF; Wmwwa: $title = __("Dashboard"); goto nCSCr; M1cU9: $is_dev_version = preg_match("/alpha|beta|RC/", $wp_version); goto hUc0t; Y8fBe: $help .= "<p>" . __("<strong>Box Controls</strong> — Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a “Configure” link in the title bar if you hover over it.") . "</p>"; goto kxRGf; iWOQa: $screen = get_current_screen(); goto IgIMX; jH2Po: $help .= "<p>" . __("<strong>Drag and Drop</strong> — To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.") . "</p>"; goto Y8fBe; yKcac: wp_print_community_events_templates(); goto ZYD4c; a7aDe: ?>
</h1>
<?php goto FKp86; tnVkX: ?>
</div><!-- dashboard-widgets-wrap -->
</div><!-- wrap -->
<?php goto yKcac; ynk0c: if (current_user_can("install_plugins")) { wp_enqueue_script("plugin-install"); wp_enqueue_script("updates"); } goto gl3wm; r15Mu: if (current_user_can("edit_theme_options")) { $help .= "<p>" . __("<strong>Welcome</strong> — Shows links for some of the most common tasks when setting up a new site.") . "</p>"; } goto AKVt1; f0Ul8: $help = "<p>" . __("The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.") . "</p>"; goto jZwX9; jsZtZ: $screen->set_help_sidebar("<p><strong>" . __("For more information:") . "</strong></p>" . "<p>" . __("<a href="https://wordpress.org/support/article/dashboard-screen/">Documentation on Dashboard</a>") . "</p>" . "<p>" . __("<a href="https://wordpress.org/support/">Support</a>") . "</p>" . "<p>" . $wp_version_text . "</p>"); goto B1KZz; eipNw: $help .= "<p>" . __("<strong>Screen Options</strong> — Use the Screen Options tab to choose which Dashboard boxes to show.") . "</p>"; goto jH2Po; V_NnF: $screen->add_help_tab(array("id" => "help-navigation", "title" => __("Navigation"), "content" => $help)); goto bQLfT; txQX5: ?>
<div class="wrap">
<h1><?php goto lUo84; sJMPY: $help .= "<p>" . sprintf(__("<strong>WordPress Events and News</strong> — Upcoming events near you as well as the latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>."), __("https://planet.wordpress.org/")) . "</p>"; goto jiTyg; nwUc3: wp_dashboard_setup(); goto PgJog; IgIMX: $screen->add_help_tab(array("id" => "overview", "title" => __("Overview"), "content" => $help)); goto f0Ul8; Go6uU: $help .= "<p>" . __("The Dashboard is the first place you will come to every time you log into your site. It is where you will find all your WordPress tools. If you need help, just click the “Help” tab above the screen title.") . "</p>"; goto iWOQa; NH7kF: $wp_version = get_bloginfo("version", "display"); goto tDgIT; oYbRA: if (has_action("welcome_panel") && current_user_can("edit_theme_options")) { $classes = "welcome-panel"; $option = (int) get_user_meta(get_current_user_id(), "show_welcome_panel", true); $hide = 0 === $option || 2 === $option && wp_get_current_user()->user_email !== get_option("admin_email"); if ($hide) { $classes .= " hidden"; } ?>
<div id="welcome-panel" class="<?php echo esc_attr($classes); ?>
">
<?php wp_nonce_field("welcome-panel-nonce", "welcomepanelnonce", false); ?>
<a class="welcome-panel-close" href="<?php echo esc_url(admin_url("?welcome=0")); ?>
" aria-label="<?php esc_attr_e("Dismiss the welcome panel"); ?>
"><?php _e("Dismiss"); ?>
</a>
<?php do_action("welcome_panel"); ?>
</div>
<?php } goto cH1tF; wt4mf: wp_dashboard(); goto tnVkX; nCSCr: $parent_file = "index.php"; goto E4vjW; zTRx3: require_once __DIR__ . "/admin.php"; goto ivpkZ; eKhzI: add_thickbox(); goto TnMFM; EhOKx: ?>
<?php goto oYbRA; gl3wm: if (current_user_can("upload_files")) { wp_enqueue_script("media-upload"); } goto eKhzI; B1KZz: require_once ABSPATH . "wp-admin/admin-header.php"; goto txQX5; yaaW3: $help .= "<p>" . __("<strong>Activity</strong> — Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.") . "</p>"; goto aU7bo; RlvWW: if (current_user_can("edit_posts")) { $help .= "<p>" . __("<strong>At a Glance</strong> — Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.") . "</p>"; } goto yaaW3; kxRGf: $screen->add_help_tab(array("id" => "help-layout", "title" => __("Layout"), "content" => $help)); goto yJhZT; PgJog: wp_enqueue_script("dashboard"); goto ynk0c; bQLfT: $help = "<p>" . __("You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.") . "</p>"; goto eipNw; bkOUY: unset($help); goto NH7kF; yJhZT: $help = "<p>" . __("The boxes on your Dashboard screen are:") . "</p>"; goto r15Mu; jiTyg: $screen->add_help_tab(array("id" => "help-content", "title" => __("Content"), "content" => $help)); goto bkOUY; FKp86: if (!empty($_GET["admin_email_remind_later"])) { $remind_interval = (int) apply_filters("admin_email_remind_interval", 3 * DAY_IN_SECONDS); $postponed_time = get_option("admin_email_lifespan"); $time_passed = time() - ($postponed_time - $remind_interval); if ($time_passed < MINUTE_IN_SECONDS) { ?>
<div class="notice notice-success is-dismissible">
<p>
<?php printf(__("The admin email verification page will reappear after %s."), human_time_diff(time() + $remind_interval)); ?>
</p>
</div>
<?php } ?>
<?php } goto EhOKx; cH1tF: ?>
<div id="dashboard-widgets-wrap">
<?php goto wt4mf; E4vjW: $help = "<p>" . __("Welcome to your WordPress Dashboard!") . "</p>"; goto Go6uU; ivpkZ: require_once ABSPATH . "wp-admin/includes/dashboard.php"; goto nwUc3; lUo84: echo esc_html($title); goto a7aDe; hUc0t: if (!$is_dev_version) { $version_url = sprintf(esc_url(__("https://wordpress.org/support/wordpress-version/version-%s/")), sanitize_title($wp_version)); $wp_version_text = sprintf("<a href="%1$s">%2$s</a>", $version_url, $wp_version_text); } goto jsZtZ; tDgIT: $wp_version_text = sprintf(__("Version %s"), $wp_version); goto M1cU9; TnMFM: if (wp_is_mobile()) { wp_enqueue_script("jquery-touch-punch"); } goto Wmwwa; AKVt1: if (current_user_can("view_site_health_checks")) { $help .= "<p>" . __("<strong>Site Health Status</strong> — Informs you of any potential issues that should be addressed to improve the performance or security of your website.") . "</p>"; } goto RlvWW; aU7bo: if (is_blog_admin() && current_user_can("edit_posts")) { $help .= "<p>" . __("<strong>Quick Draft</strong> — Allows you to create a new post and save it as a draft. Also displays links to the 3 most recent draft posts you've started.") . "</p>"; } goto sJMPY; ZYD4c: require_once ABSPATH . "wp-admin/admin-footer.php"; ?>
Did this file decode correctly?
Original Code
<?php
goto zTRx3; jZwX9: $help .= "\x3c\160\x3e" . __("\x4c\151\x6e\153\x73\40\x69\156\40\x74\x68\145\x20\x54\157\x6f\x6c\142\141\162\x20\141\x74\40\x74\150\145\40\x74\x6f\160\40\157\x66\x20\x74\x68\145\x20\163\143\x72\x65\145\x6e\40\143\x6f\x6e\x6e\x65\143\164\40\171\x6f\165\x72\x20\144\141\x73\x68\142\x6f\x61\x72\x64\x20\141\x6e\x64\x20\x74\150\x65\x20\146\x72\157\156\164\40\x65\156\x64\x20\x6f\x66\40\x79\157\x75\162\40\x73\151\164\145\x2c\x20\x61\x6e\x64\40\x70\162\157\x76\x69\144\x65\40\141\x63\x63\x65\163\163\x20\164\157\40\x79\157\165\162\x20\x70\x72\x6f\x66\x69\x6c\145\40\x61\156\144\40\x68\145\154\160\146\165\x6c\x20\127\x6f\x72\144\120\x72\145\163\163\40\x69\x6e\146\x6f\x72\x6d\x61\164\151\x6f\156\x2e") . "\x3c\57\x70\76"; goto V_NnF; Wmwwa: $title = __("\x44\141\163\x68\142\157\x61\162\144"); goto nCSCr; M1cU9: $is_dev_version = preg_match("\x2f\x61\154\x70\x68\141\174\142\x65\164\x61\x7c\122\x43\x2f", $wp_version); goto hUc0t; Y8fBe: $help .= "\74\x70\x3e" . __("\74\x73\x74\162\157\x6e\x67\x3e\102\157\170\x20\103\x6f\156\x74\x72\157\154\x73\x3c\x2f\x73\164\x72\157\x6e\147\76\x20\x26\x6d\144\x61\163\150\x3b\x20\103\154\151\143\153\40\x74\150\145\x20\x74\151\x74\x6c\x65\40\142\141\162\x20\x6f\146\x20\164\x68\x65\x20\142\157\170\40\164\157\40\145\x78\x70\x61\156\x64\x20\x6f\x72\x20\143\157\154\154\x61\x70\x73\x65\x20\x69\164\x2e\40\123\x6f\155\145\x20\x62\157\x78\145\163\40\x61\x64\144\x65\144\x20\x62\x79\x20\160\x6c\x75\x67\x69\156\163\x20\x6d\x61\171\x20\150\141\x76\x65\x20\143\x6f\156\x66\x69\x67\x75\162\x61\x62\x6c\x65\40\143\x6f\x6e\164\145\x6e\164\54\40\141\x6e\x64\x20\167\151\154\x6c\40\x73\x68\157\167\x20\x61\40\x26\43\70\62\x32\60\x3b\x43\x6f\156\146\x69\147\165\x72\x65\x26\43\70\x32\x32\61\x3b\x20\154\151\156\x6b\40\x69\156\x20\164\x68\145\x20\x74\151\x74\154\145\x20\142\x61\162\x20\x69\146\40\x79\157\x75\x20\150\x6f\166\x65\x72\x20\x6f\166\145\x72\40\x69\x74\56") . "\74\x2f\x70\76"; goto kxRGf; iWOQa: $screen = get_current_screen(); goto IgIMX; jH2Po: $help .= "\74\x70\x3e" . __("\74\x73\164\x72\157\x6e\147\x3e\104\x72\x61\x67\40\x61\x6e\144\40\104\x72\157\x70\74\57\163\x74\x72\157\x6e\147\76\40\x26\x6d\x64\x61\163\x68\73\40\x54\157\40\x72\x65\x61\162\162\x61\156\147\x65\x20\x74\150\145\40\x62\x6f\x78\x65\163\x2c\x20\144\162\x61\x67\x20\x61\x6e\144\x20\x64\x72\x6f\x70\40\142\x79\x20\143\154\x69\143\153\151\x6e\147\x20\157\156\40\x74\x68\145\40\164\x69\164\154\145\40\142\141\x72\40\x6f\146\40\x74\150\145\x20\x73\x65\x6c\145\x63\x74\x65\x64\x20\142\x6f\x78\40\x61\156\144\40\162\x65\154\x65\141\x73\151\x6e\147\x20\167\x68\145\156\40\171\157\165\x20\163\145\145\x20\141\x20\x67\x72\x61\x79\40\x64\x6f\164\x74\x65\144\x2d\x6c\151\x6e\x65\x20\x72\145\143\164\x61\156\x67\x6c\145\x20\x61\160\160\145\x61\162\x20\x69\156\40\164\x68\x65\x20\x6c\x6f\143\141\164\151\157\x6e\40\x79\x6f\165\x20\167\x61\x6e\x74\40\164\157\40\160\x6c\141\143\x65\40\164\150\x65\x20\142\157\x78\56") . "\74\57\160\x3e"; goto Y8fBe; yKcac: wp_print_community_events_templates(); goto ZYD4c; a7aDe: ?>
</h1>
<?php goto FKp86; tnVkX: ?>
</div><!-- dashboard-widgets-wrap -->
</div><!-- wrap -->
<?php goto yKcac; ynk0c: if (current_user_can("\x69\x6e\x73\164\x61\x6c\x6c\x5f\x70\154\165\147\151\x6e\x73")) { wp_enqueue_script("\160\154\165\x67\151\156\55\x69\156\163\x74\141\154\x6c"); wp_enqueue_script("\x75\160\x64\x61\x74\145\163"); } goto gl3wm; r15Mu: if (current_user_can("\x65\x64\x69\164\x5f\164\x68\145\x6d\145\137\157\160\x74\151\157\x6e\163")) { $help .= "\x3c\x70\76" . __("\x3c\x73\x74\x72\157\156\x67\x3e\x57\x65\154\143\157\x6d\145\74\x2f\163\164\x72\157\x6e\x67\x3e\x20\46\x6d\144\141\x73\x68\73\x20\123\150\x6f\x77\163\40\154\x69\156\x6b\163\x20\146\x6f\x72\40\163\x6f\x6d\145\x20\x6f\146\40\x74\150\x65\40\x6d\157\x73\164\x20\x63\157\155\155\x6f\x6e\40\164\141\x73\153\x73\40\x77\x68\145\156\40\163\145\164\164\x69\x6e\147\40\x75\x70\x20\x61\40\156\x65\167\x20\163\151\164\x65\x2e") . "\74\57\160\76"; } goto AKVt1; f0Ul8: $help = "\x3c\x70\x3e" . __("\124\150\x65\x20\x6c\145\x66\164\x2d\x68\141\x6e\144\40\156\x61\x76\151\x67\141\164\x69\157\x6e\40\x6d\x65\156\x75\x20\160\x72\157\x76\x69\144\145\163\x20\x6c\151\x6e\153\163\x20\164\x6f\40\x61\x6c\154\x20\157\146\x20\164\x68\145\x20\127\157\162\x64\120\162\145\x73\x73\40\141\144\x6d\151\156\151\x73\x74\x72\x61\164\151\157\x6e\x20\x73\x63\x72\145\x65\156\163\54\x20\167\151\x74\x68\40\x73\165\x62\x6d\x65\156\165\40\x69\164\145\155\x73\x20\x64\x69\163\x70\x6c\141\171\x65\x64\x20\157\156\x20\x68\157\x76\145\x72\x2e\x20\x59\x6f\x75\x20\143\x61\156\x20\155\151\156\x69\155\x69\x7a\x65\x20\164\150\151\163\40\x6d\x65\156\165\40\164\x6f\x20\141\x20\156\141\x72\162\157\x77\40\x69\x63\157\x6e\x20\163\164\162\151\160\x20\142\x79\40\x63\154\151\143\x6b\151\x6e\147\40\x6f\x6e\x20\x74\150\145\x20\x43\x6f\154\x6c\141\x70\163\x65\x20\x4d\145\156\x75\x20\141\x72\162\157\x77\40\141\164\x20\x74\150\x65\40\x62\157\164\x74\157\x6d\x2e") . "\x3c\x2f\x70\x3e"; goto jZwX9; jsZtZ: $screen->set_help_sidebar("\74\160\76\74\163\164\162\x6f\156\x67\x3e" . __("\x46\x6f\162\40\x6d\157\x72\145\40\x69\x6e\146\157\162\x6d\x61\164\151\x6f\x6e\72") . "\x3c\x2f\x73\164\162\x6f\x6e\147\x3e\74\x2f\160\x3e" . "\74\160\76" . __("\74\141\x20\x68\x72\145\146\x3d\x22\150\164\x74\160\x73\x3a\57\x2f\167\x6f\162\144\x70\162\145\x73\x73\56\x6f\162\147\57\163\165\x70\x70\157\162\x74\57\x61\162\164\x69\143\x6c\x65\x2f\144\x61\x73\x68\142\157\x61\162\x64\x2d\x73\x63\x72\x65\145\x6e\57\x22\x3e\x44\x6f\143\165\x6d\145\x6e\164\x61\164\151\x6f\156\40\157\x6e\40\x44\x61\x73\x68\x62\157\141\162\144\x3c\x2f\141\76") . "\74\57\x70\76" . "\74\x70\x3e" . __("\x3c\x61\40\x68\162\145\146\x3d\x22\150\164\164\x70\163\x3a\57\x2f\x77\x6f\x72\144\160\162\x65\163\163\56\x6f\x72\147\57\x73\x75\x70\x70\x6f\162\164\x2f\42\76\123\x75\x70\x70\x6f\162\164\x3c\57\141\x3e") . "\74\x2f\x70\76" . "\74\160\x3e" . $wp_version_text . "\74\57\x70\76"); goto B1KZz; eipNw: $help .= "\74\x70\x3e" . __("\x3c\x73\164\162\x6f\156\x67\76\123\x63\x72\x65\145\x6e\x20\x4f\160\164\151\x6f\x6e\x73\x3c\x2f\163\x74\x72\157\x6e\147\76\x20\46\155\x64\x61\x73\x68\x3b\40\x55\x73\145\40\164\150\145\40\x53\143\x72\145\x65\x6e\40\x4f\160\x74\x69\x6f\x6e\x73\x20\x74\x61\142\x20\x74\x6f\40\x63\x68\157\157\x73\x65\x20\x77\150\151\143\150\40\104\x61\163\x68\142\x6f\141\x72\144\40\142\157\x78\x65\163\40\x74\x6f\x20\163\x68\x6f\167\x2e") . "\x3c\57\x70\x3e"; goto jH2Po; V_NnF: $screen->add_help_tab(array("\x69\x64" => "\150\145\154\x70\x2d\x6e\x61\x76\x69\147\141\x74\x69\x6f\x6e", "\164\151\164\154\145" => __("\x4e\141\166\x69\x67\x61\164\x69\157\x6e"), "\143\x6f\x6e\x74\x65\x6e\x74" => $help)); goto bQLfT; txQX5: ?>
<div class="wrap">
<h1><?php goto lUo84; sJMPY: $help .= "\x3c\160\x3e" . sprintf(__("\x3c\163\164\162\x6f\x6e\x67\76\x57\x6f\162\144\x50\x72\x65\163\163\40\105\166\145\x6e\164\x73\40\x61\156\144\x20\x4e\x65\167\163\x3c\57\x73\164\162\x6f\x6e\147\76\x20\46\x6d\x64\x61\x73\x68\x3b\40\125\x70\x63\x6f\x6d\x69\x6e\147\40\145\x76\145\156\x74\x73\40\x6e\x65\x61\x72\x20\x79\157\165\40\x61\163\x20\167\145\x6c\154\40\x61\x73\40\164\x68\145\40\154\x61\164\145\163\x74\x20\156\145\167\x73\40\x66\x72\x6f\155\x20\x74\150\x65\x20\157\146\146\151\x63\151\x61\x6c\x20\x57\157\162\144\120\162\145\163\163\40\x70\x72\x6f\152\x65\x63\x74\x20\x61\x6e\144\x20\164\150\x65\x20\x3c\141\x20\150\162\145\146\75\x22\x25\163\x22\76\x57\157\x72\x64\x50\162\145\163\x73\40\120\x6c\x61\x6e\x65\164\74\x2f\141\x3e\x2e"), __("\x68\x74\164\160\x73\72\57\57\x70\154\141\156\x65\x74\56\167\x6f\x72\144\x70\x72\x65\x73\163\x2e\157\162\x67\57")) . "\74\x2f\x70\x3e"; goto jiTyg; nwUc3: wp_dashboard_setup(); goto PgJog; IgIMX: $screen->add_help_tab(array("\x69\144" => "\157\x76\145\162\166\x69\x65\x77", "\164\x69\x74\154\145" => __("\117\x76\x65\162\x76\x69\145\x77"), "\x63\157\x6e\x74\x65\x6e\164" => $help)); goto f0Ul8; Go6uU: $help .= "\x3c\x70\x3e" . __("\x54\x68\x65\x20\104\x61\x73\150\142\157\x61\x72\x64\x20\x69\x73\40\164\x68\145\x20\x66\x69\x72\163\x74\x20\160\154\141\x63\x65\40\171\157\x75\40\167\x69\x6c\154\x20\x63\157\155\145\40\164\x6f\40\145\166\145\162\x79\x20\x74\151\155\145\x20\171\157\165\40\x6c\157\147\40\151\156\x74\x6f\40\171\x6f\165\162\x20\163\x69\164\x65\x2e\40\111\x74\x20\151\163\x20\167\150\145\162\145\40\171\x6f\165\40\167\x69\154\154\40\x66\x69\156\144\x20\x61\154\154\x20\x79\157\165\x72\x20\127\x6f\x72\144\x50\162\145\x73\x73\x20\x74\157\x6f\154\x73\x2e\40\x49\x66\x20\x79\x6f\x75\x20\x6e\145\x65\144\40\150\x65\154\x70\54\40\152\165\x73\x74\x20\143\154\x69\143\153\x20\164\x68\x65\40\x26\43\x38\62\x32\60\73\x48\145\154\160\46\x23\70\62\x32\61\x3b\40\x74\141\142\x20\141\142\157\166\x65\x20\x74\150\145\40\163\143\x72\x65\x65\156\x20\x74\151\x74\x6c\x65\x2e") . "\74\x2f\x70\76"; goto iWOQa; NH7kF: $wp_version = get_bloginfo("\x76\145\162\x73\x69\x6f\x6e", "\x64\151\x73\x70\154\141\171"); goto tDgIT; oYbRA: if (has_action("\167\x65\154\x63\157\x6d\x65\x5f\x70\x61\x6e\145\154") && current_user_can("\x65\144\151\164\x5f\164\x68\x65\155\145\x5f\157\160\x74\151\x6f\x6e\163")) { $classes = "\167\x65\x6c\143\x6f\x6d\x65\55\x70\141\x6e\x65\154"; $option = (int) get_user_meta(get_current_user_id(), "\163\150\157\x77\137\167\145\154\143\157\x6d\145\137\x70\141\156\x65\154", true); $hide = 0 === $option || 2 === $option && wp_get_current_user()->user_email !== get_option("\141\144\x6d\x69\x6e\137\x65\155\141\x69\154"); if ($hide) { $classes .= "\40\x68\x69\x64\144\x65\156"; } ?>
<div id="welcome-panel" class="<?php echo esc_attr($classes); ?>
">
<?php wp_nonce_field("\167\145\154\143\157\155\x65\55\x70\141\x6e\145\x6c\x2d\156\157\156\x63\145", "\167\145\x6c\x63\x6f\155\x65\160\x61\x6e\145\x6c\x6e\x6f\x6e\143\145", false); ?>
<a class="welcome-panel-close" href="<?php echo esc_url(admin_url("\77\x77\x65\154\x63\157\155\x65\75\60")); ?>
" aria-label="<?php esc_attr_e("\104\x69\163\155\x69\163\x73\40\164\x68\145\40\x77\x65\x6c\x63\157\155\145\x20\160\x61\x6e\145\154"); ?>
"><?php _e("\x44\x69\x73\155\x69\163\163"); ?>
</a>
<?php do_action("\167\x65\x6c\x63\157\155\x65\137\160\141\156\145\x6c"); ?>
</div>
<?php } goto cH1tF; wt4mf: wp_dashboard(); goto tnVkX; nCSCr: $parent_file = "\x69\x6e\144\x65\x78\x2e\x70\150\160"; goto E4vjW; zTRx3: require_once __DIR__ . "\57\x61\144\x6d\151\156\56\x70\x68\x70"; goto ivpkZ; eKhzI: add_thickbox(); goto TnMFM; EhOKx: ?>
<?php goto oYbRA; gl3wm: if (current_user_can("\x75\160\x6c\x6f\141\x64\x5f\146\151\x6c\x65\163")) { wp_enqueue_script("\155\x65\144\151\141\55\165\160\x6c\x6f\x61\x64"); } goto eKhzI; B1KZz: require_once ABSPATH . "\x77\x70\55\x61\x64\155\151\x6e\x2f\x61\x64\155\151\156\x2d\x68\145\141\x64\x65\162\56\x70\150\160"; goto txQX5; yaaW3: $help .= "\74\160\x3e" . __("\x3c\x73\x74\x72\157\156\x67\x3e\x41\x63\x74\x69\x76\151\164\171\x3c\x2f\163\164\162\157\156\147\x3e\x20\46\155\x64\x61\x73\150\73\40\123\x68\157\167\x73\40\x74\x68\x65\40\165\x70\143\x6f\155\x69\x6e\147\x20\163\143\150\145\144\x75\x6c\x65\x64\40\160\157\x73\x74\x73\x2c\40\162\145\x63\x65\156\164\154\171\x20\x70\x75\142\x6c\x69\x73\x68\145\144\x20\160\157\163\x74\163\x2c\40\x61\x6e\144\40\x74\150\x65\40\155\157\x73\164\40\x72\145\x63\145\x6e\x74\x20\x63\x6f\155\x6d\145\x6e\164\x73\x20\157\156\x20\x79\157\x75\x72\40\160\157\x73\164\163\40\x61\x6e\144\x20\x61\154\x6c\x6f\x77\163\x20\171\x6f\x75\40\164\x6f\40\155\157\144\x65\162\141\164\x65\40\x74\150\145\x6d\56") . "\x3c\57\160\x3e"; goto aU7bo; RlvWW: if (current_user_can("\x65\x64\151\x74\137\x70\x6f\x73\x74\163")) { $help .= "\74\160\76" . __("\74\x73\x74\x72\157\x6e\147\76\101\164\x20\x61\x20\107\154\141\156\143\145\x3c\x2f\x73\164\162\157\156\x67\76\x20\x26\x6d\x64\x61\163\150\x3b\40\x44\151\163\x70\154\x61\x79\x73\x20\141\x20\163\165\155\x6d\141\x72\x79\x20\x6f\146\x20\164\x68\145\x20\143\157\156\x74\145\156\x74\x20\x6f\x6e\40\x79\157\x75\162\x20\x73\151\x74\145\x20\141\x6e\144\x20\x69\x64\x65\x6e\x74\151\146\151\x65\163\40\167\x68\151\143\150\40\x74\150\x65\155\145\x20\x61\156\x64\x20\x76\x65\162\163\x69\x6f\x6e\40\x6f\146\40\127\x6f\x72\144\120\162\x65\x73\x73\40\x79\x6f\165\x20\x61\162\145\40\x75\163\x69\156\x67\x2e") . "\x3c\x2f\x70\x3e"; } goto yaaW3; kxRGf: $screen->add_help_tab(array("\151\144" => "\150\x65\x6c\160\x2d\x6c\x61\171\157\165\x74", "\x74\x69\164\x6c\x65" => __("\114\141\x79\157\x75\164"), "\x63\157\156\x74\145\x6e\x74" => $help)); goto yJhZT; PgJog: wp_enqueue_script("\144\141\x73\150\x62\x6f\141\162\144"); goto ynk0c; bQLfT: $help = "\x3c\x70\76" . __("\131\157\165\x20\143\141\156\40\165\163\x65\40\164\150\x65\x20\x66\157\x6c\154\x6f\x77\151\x6e\x67\x20\x63\157\156\x74\162\157\x6c\x73\x20\164\157\40\x61\162\162\141\x6e\147\145\40\x79\x6f\x75\162\40\x44\x61\163\150\142\x6f\x61\162\x64\40\x73\143\x72\145\x65\156\x20\164\157\x20\x73\165\x69\164\x20\x79\157\165\x72\40\x77\157\x72\153\146\x6c\x6f\x77\56\x20\x54\x68\151\x73\40\x69\163\x20\x74\x72\165\x65\40\157\x6e\x20\155\157\x73\x74\40\x6f\164\x68\x65\x72\40\x61\x64\155\151\156\x69\x73\164\x72\x61\x74\x69\x6f\x6e\x20\163\x63\x72\x65\x65\x6e\x73\40\141\163\40\167\x65\154\x6c\56") . "\74\57\x70\76"; goto eipNw; bkOUY: unset($help); goto NH7kF; yJhZT: $help = "\74\x70\76" . __("\124\x68\145\x20\x62\x6f\170\145\163\40\157\x6e\40\x79\x6f\x75\162\40\x44\141\163\150\x62\157\x61\162\x64\x20\x73\x63\162\x65\x65\156\x20\141\162\145\x3a") . "\x3c\57\x70\x3e"; goto r15Mu; jiTyg: $screen->add_help_tab(array("\x69\144" => "\150\x65\154\160\x2d\143\157\156\x74\x65\156\x74", "\164\151\164\154\x65" => __("\103\x6f\x6e\164\145\156\x74"), "\143\157\156\x74\145\156\x74" => $help)); goto bkOUY; FKp86: if (!empty($_GET["\x61\144\x6d\151\156\x5f\x65\x6d\x61\151\x6c\x5f\x72\145\155\151\x6e\144\x5f\154\x61\164\145\162"])) { $remind_interval = (int) apply_filters("\141\144\x6d\x69\156\x5f\145\155\141\x69\154\137\x72\145\155\151\156\144\137\151\156\x74\x65\x72\x76\141\x6c", 3 * DAY_IN_SECONDS); $postponed_time = get_option("\141\x64\x6d\151\156\x5f\x65\x6d\x61\x69\x6c\137\154\151\146\x65\163\x70\x61\x6e"); $time_passed = time() - ($postponed_time - $remind_interval); if ($time_passed < MINUTE_IN_SECONDS) { ?>
<div class="notice notice-success is-dismissible">
<p>
<?php printf(__("\x54\150\145\40\141\x64\x6d\151\156\x20\145\x6d\x61\151\154\40\x76\x65\162\151\x66\151\143\x61\164\x69\157\x6e\40\x70\x61\147\145\40\x77\x69\154\154\40\x72\x65\141\160\160\x65\x61\x72\x20\141\146\164\145\162\x20\x25\x73\56"), human_time_diff(time() + $remind_interval)); ?>
</p>
</div>
<?php } ?>
<?php } goto EhOKx; cH1tF: ?>
<div id="dashboard-widgets-wrap">
<?php goto wt4mf; E4vjW: $help = "\74\x70\76" . __("\127\x65\x6c\x63\x6f\155\145\x20\x74\157\40\171\x6f\x75\162\x20\127\157\162\x64\120\x72\x65\x73\x73\x20\104\141\163\x68\142\157\141\x72\144\41") . "\x3c\57\160\76"; goto Go6uU; ivpkZ: require_once ABSPATH . "\x77\x70\x2d\141\144\x6d\x69\x6e\x2f\x69\x6e\143\154\165\x64\x65\163\57\x64\141\163\150\x62\x6f\x61\x72\144\x2e\160\150\160"; goto nwUc3; lUo84: echo esc_html($title); goto a7aDe; hUc0t: if (!$is_dev_version) { $version_url = sprintf(esc_url(__("\x68\164\164\160\163\x3a\57\x2f\x77\x6f\x72\x64\x70\162\x65\x73\163\56\x6f\x72\147\57\x73\165\160\x70\157\162\x74\x2f\167\x6f\162\x64\x70\162\x65\163\163\x2d\166\x65\162\163\x69\x6f\x6e\x2f\166\x65\162\x73\151\x6f\156\55\x25\163\x2f")), sanitize_title($wp_version)); $wp_version_text = sprintf("\x3c\x61\x20\150\162\x65\146\x3d\42\45\x31\x24\x73\42\76\x25\x32\x24\163\x3c\x2f\x61\x3e", $version_url, $wp_version_text); } goto jsZtZ; tDgIT: $wp_version_text = sprintf(__("\126\x65\x72\163\151\x6f\x6e\40\x25\163"), $wp_version); goto M1cU9; TnMFM: if (wp_is_mobile()) { wp_enqueue_script("\x6a\x71\x75\x65\x72\x79\x2d\164\x6f\x75\x63\x68\55\x70\165\x6e\x63\150"); } goto Wmwwa; AKVt1: if (current_user_can("\x76\151\x65\x77\x5f\163\x69\164\145\x5f\x68\145\x61\x6c\x74\x68\x5f\143\x68\x65\143\153\163")) { $help .= "\x3c\x70\x3e" . __("\74\x73\164\162\x6f\x6e\x67\76\x53\151\164\145\x20\110\145\x61\154\164\x68\x20\x53\x74\x61\164\x75\163\x3c\57\163\164\162\157\156\147\76\40\46\155\144\141\x73\x68\x3b\x20\x49\156\146\157\x72\155\x73\x20\x79\157\165\x20\157\146\40\x61\156\x79\x20\x70\x6f\x74\145\x6e\x74\151\141\x6c\x20\151\x73\163\165\x65\x73\40\x74\x68\141\x74\40\x73\150\157\165\154\144\x20\x62\145\40\x61\x64\x64\162\145\163\163\x65\x64\x20\164\x6f\x20\151\x6d\x70\162\x6f\x76\x65\x20\164\x68\x65\x20\x70\145\162\146\157\x72\155\141\156\143\145\40\x6f\162\40\163\145\143\x75\162\151\x74\x79\x20\x6f\x66\40\171\157\165\x72\40\167\145\x62\x73\x69\164\x65\56") . "\74\x2f\160\76"; } goto RlvWW; aU7bo: if (is_blog_admin() && current_user_can("\145\144\x69\164\x5f\160\157\x73\164\x73")) { $help .= "\x3c\160\76" . __("\x3c\x73\x74\x72\157\156\x67\76\x51\165\x69\x63\153\x20\104\x72\x61\146\x74\74\x2f\x73\x74\162\x6f\x6e\147\x3e\40\x26\x6d\144\x61\163\x68\x3b\x20\x41\x6c\x6c\157\x77\163\x20\171\157\x75\40\164\x6f\40\x63\162\x65\141\164\145\x20\141\x20\156\145\x77\40\x70\157\163\x74\x20\x61\x6e\x64\x20\163\x61\x76\145\40\151\x74\40\x61\163\x20\141\x20\144\x72\141\146\164\x2e\x20\101\x6c\x73\157\40\x64\x69\163\160\154\141\171\163\x20\x6c\x69\156\153\x73\x20\x74\157\40\x74\x68\x65\40\x33\40\155\x6f\x73\x74\x20\x72\x65\143\x65\156\164\x20\144\162\141\x66\x74\x20\x70\x6f\x73\x74\163\x20\171\x6f\x75\x27\x76\145\40\163\164\141\x72\x74\x65\x64\56") . "\74\x2f\x70\x3e"; } goto sJMPY; ZYD4c: require_once ABSPATH . "\x77\x70\x2d\141\x64\x6d\x69\156\x2f\141\x64\x6d\151\x6e\55\x66\157\x6f\x74\x65\x72\x2e\x70\x68\x70";
Function Calls
None |
Stats
MD5 | 0fc2e75f07d629aedc2e32e0bc547488 |
Eval Count | 0 |
Decode Time | 49 ms |