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 bJsGA; Rm_mG: printf(__("\x57\157\x72\x64\120\162\145\163\x73\40\157\146\146\1..
Decoded Output download
<?php
goto bJsGA; Rm_mG: printf(__("WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="%s">number of tags are available</a>, and here are some examples to get you started."), __("https://wordpress.org/documentation/article/customize-permalinks/")); goto al0YJ; XcHqc: $blog_prefix = ''; goto FagQP; iEu7x: ?>
</h1>
<form name="form" action="options-permalink.php" method="post">
<?php goto kdXd_; xRQ6S: do_settings_sections("permalink"); goto vI06r; Asx0U: echo esc_attr($permalink_structure); goto g8iSt; QmoBk: echo esc_attr($tag_base); goto qtWa2; QQGXC: echo esc_attr($category_base); goto SWZ6_; M3ChH: ?>
</div><!-- .available-structure-tags -->
</div>
</div><!-- .row -->
</fieldset><!-- .structure-selection -->
</td>
</tr>
</tbody>
</table>
<h2 class="title"><?php goto U9py6; ykpWt: if (isset($_POST["permalink_structure"]) || isset($_POST["category_base"])) { check_admin_referer("update-permalink"); if (isset($_POST["permalink_structure"])) { if (isset($_POST["selection"]) && "custom" !== $_POST["selection"]) { $permalink_structure = $_POST["selection"]; } else { $permalink_structure = $_POST["permalink_structure"]; } if (!empty($permalink_structure)) { $permalink_structure = preg_replace("#/+#", "/", "/" . str_replace("#", '', $permalink_structure)); if ($index_php_prefix && $blog_prefix) { $permalink_structure = $index_php_prefix . preg_replace("#^/?index\.php#", '', $permalink_structure); } else { $permalink_structure = $blog_prefix . $permalink_structure; } } $permalink_structure = sanitize_option("permalink_structure", $permalink_structure); $wp_rewrite->set_permalink_structure($permalink_structure); $structure_updated = true; } if (isset($_POST["category_base"])) { $category_base = $_POST["category_base"]; if (!empty($category_base)) { $category_base = $blog_prefix . preg_replace("#/+#", "/", "/" . str_replace("#", '', $category_base)); } $wp_rewrite->set_category_base($category_base); } if (isset($_POST["tag_base"])) { $tag_base = $_POST["tag_base"]; if (!empty($tag_base)) { $tag_base = $blog_prefix . preg_replace("#/+#", "/", "/" . str_replace("#", '', $tag_base)); } $wp_rewrite->set_tag_base($tag_base); } } goto dZHiC; K5zTH: _e("Common Settings"); goto rLxNf; NoBk3: printf(__("If you like, you may enter custom structures for your category and tag URLs here. For example, using <code>topics</code> as your category base would make your category links like <code>%s/topics/uncategorized/</code>. If you leave these blank the defaults will be used."), $url_base); goto vKzE6; j_O2t: ?>
</label>
<span class="code">
<code id="permalink-custom"><?php goto iDbTq; ghZ72: _e("Tag base"); goto XN0d6; XNF0L: $title = __("Permalink Settings"); goto GdegA; dpF8r: if (is_multisite() && !is_subdomain_install() && is_main_site() && str_starts_with($permalink_structure, "/blog/")) { $blog_prefix = "/blog"; } goto VfNjC; zCVmN: echo $blog_prefix; goto jQWey; K6gpy: if ($is_nginx) { $help_sidebar_content .= "<p>" . __("<a href="https://developer.wordpress.org/advanced-administration/server/web-server/nginx/">Documentation on Nginx configuration</a>.") . "</p>"; } goto HOzoG; FagQP: if (!got_url_rewrite()) { $index_php_prefix = "/index.php"; } goto dpF8r; WUFml: _e("Custom Structure"); goto xvpgT; qtWa2: ?>
" class="regular-text code"
/>
</td>
</tr>
<?php goto gaH29; aDCGT: $default_structures = array(array("id" => "plain", "label" => __("Plain"), "value" => '', "example" => home_url("/?p=123")), array("id" => "day-name", "label" => __("Day and name"), "value" => $index_php_prefix . "/%year%/%monthnum%/%day%/%postname%/", "example" => $url_base . "/" . gmdate("Y/m/d") . "/" . _x("sample-post", "sample permalink structure") . "/"), array("id" => "month-name", "label" => __("Month and name"), "value" => $index_php_prefix . "/%year%/%monthnum%/%postname%/", "example" => $url_base . "/" . gmdate("Y/m") . "/" . _x("sample-post", "sample permalink structure") . "/"), array("id" => "numeric", "label" => __("Numeric"), "value" => $index_php_prefix . "/" . _x("archives", "sample permalink base") . "/%post_id%", "example" => $url_base . "/" . _x("archives", "sample permalink base") . "/123"), array("id" => "post-name", "label" => __("Post name"), "value" => $index_php_prefix . "/%postname%/", "example" => $url_base . "/" . _x("sample-post", "sample permalink structure") . "/")); goto k_Ebd; vI06r: ?>
<?php goto qCujV; KvJEp: $tag_removed = __("%s removed from permalink structure"); goto t0h9b; UQQFj: flush_rewrite_rules(); goto sQWSG; VfNjC: $category_base = get_option("category_base"); goto d4tmV; MGLEq: $htaccess_update_required = false; goto ykpWt; m5EHq: ?>
/>
<div>
<label for="custom_selection"><?php goto WUFml; E_LnR: ?>
</table>
<?php goto xRQ6S; tnKzw: ?>
</label>
</th>
<td>
<?php goto Z7PRh; vUKmi: if ($structure_updated) { $message = __("Permalink structure updated."); if (!is_multisite() && $permalink_structure && !$using_index_permalinks) { if ($iis7_permalinks) { if (!$writable) { $message = sprintf(__("You should update your %s file now."), "<code>web.config</code>"); } else { $message = sprintf(__("Permalink structure updated. Remove write access on %s file now!"), "<code>web.config</code>"); } } elseif (!$is_nginx && !$is_caddy && $htaccess_update_required && !$writable) { $message = sprintf(__("You should update your %s file now."), "<code>.htaccess</code>"); } } if (!get_settings_errors()) { add_settings_error("general", "settings_updated", $message, "success"); } set_transient("settings_errors", get_settings_errors(), 30); wp_redirect(admin_url("options-permalink.php?settings-updated=true")); die; } goto UQQFj; l6BN6: if (!is_multisite()) { ?>
<?php if ($iis7_permalinks) { if (isset($_POST["submit"]) && $permalink_structure && !$using_index_permalinks && !$writable) { if (file_exists($home_path . "web.config")) { ?>
<p id="iis-description-a">
<?php printf(__("<strong>Error:</strong> Your %1$s file is not <a href="%2$s">writable</a>, so updating it automatically was not possible. This is the URL rewrite rule you should have in your %1$s file. Click in the field and press %3$s (or %4$s on Mac) to select all. Then insert this rule inside of the %5$s element in %1$s file."), "<code>web.config</code>", __("https://developer.wordpress.org/advanced-administration/server/file-permissions/"), "<kbd>Ctrl + A</kbd>", "<kbd>\xe2\x8c\230 + A</kbd>", "<code>/<configuration>/<system.webServer>/<rewrite>/<rules></code>"); ?>
</p>
<form action="options-permalink.php" method="post">
<?php wp_nonce_field("update-permalink"); ?>
<p>
<label for="rules"><?php _e("Rewrite rules:"); ?>
</label><br />
<textarea rows="9" class="large-text readonly"
name="rules" id="rules" readonly="readonly"
aria-describedby="iis-description-a"
><?php echo esc_textarea($wp_rewrite->iis7_url_rewrite_rules()); ?>
</textarea>
</p>
</form>
<p>
<?php printf(__("If you temporarily make your %s file writable to generate rewrite rules automatically, do not forget to revert the permissions after the rule has been saved."), "<code>web.config</code>"); ?>
</p>
<?php } else { ?>
<p id="iis-description-b">
<?php printf(__("<strong>Error:</strong> The root directory of your site is not <a href="%1$s">writable</a>, so creating a file automatically was not possible. This is the URL rewrite rule you should have in your %2$s file. Create a new file called %2$s in the root directory of your site. Click in the field and press %3$s (or %4$s on Mac) to select all. Then insert this code into the %2$s file."), __("https://developer.wordpress.org/advanced-administration/server/file-permissions/"), "<code>web.config</code>", "<kbd>Ctrl + A</kbd>", "<kbd>\xe2\214\x98 + A</kbd>"); ?>
</p>
<form action="options-permalink.php" method="post">
<?php wp_nonce_field("update-permalink"); ?>
<p>
<label for="rules"><?php _e("Rewrite rules:"); ?>
</label><br />
<textarea rows="18" class="large-text readonly"
name="rules" id="rules" readonly="readonly"
aria-describedby="iis-description-b"
><?php echo esc_textarea($wp_rewrite->iis7_url_rewrite_rules(true)); ?>
</textarea>
</p>
</form>
<p>
<?php printf(__("If you temporarily make your site’s root directory writable to generate the %s file automatically, do not forget to revert the permissions after the file has been created."), "<code>web.config</code>"); ?>
</p>
<?php } ?>
<?php } ?>
<?php } else { ?>
<?php if ($permalink_structure && !$using_index_permalinks && !$writable && $htaccess_update_required) { ?>
<p id="htaccess-description">
<?php printf(__("<strong>Error:</strong> Your %1$s file is not <a href="%2$s">writable</a>, so updating it automatically was not possible. These are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s (or %4$s on Mac) to select all."), "<code>.htaccess</code>", __("https://developer.wordpress.org/advanced-administration/server/file-permissions/"), "<kbd>Ctrl + A</kbd>", "<kbd>\342\x8c\230 + A</kbd>"); ?>
</p>
<form action="options-permalink.php" method="post">
<?php wp_nonce_field("update-permalink"); ?>
<p>
<label for="rules"><?php _e("Rewrite rules:"); ?>
</label><br />
<textarea rows="8" class="large-text readonly"
name="rules" id="rules" readonly="readonly"
aria-describedby="htaccess-description"
><?php echo esc_textarea($wp_rewrite->mod_rewrite_rules()); ?>
</textarea>
</p>
</form>
<?php } ?>
<?php } } goto nRrgS; DGj4A: ?>
</p>
<table class="form-table permalink-structure" role="presentation">
<tbody>
<tr>
<th scope="row"><?php goto MgT09; g8iSt: ?>
"
aria-describedby="permalink-custom" class="regular-text code"
/>
</span>
</p>
<div class="available-structure-tags hide-if-no-js">
<div id="custom_selection_updated" aria-live="assertive" class="screen-reader-text"></div>
<?php goto Da3gz; GdegA: $parent_file = "options-general.php"; goto osQCI; xvPpe: $available_tags = apply_filters("available_permalink_structure_tags", $available_tags); goto kFer2; rLxNf: ?>
</h2>
<p>
<?php goto ru4HL; xTRVD: _e("Customize permalink structure by selecting available tags"); goto j_O2t; n1knI: require_once ABSPATH . "wp-admin/admin-footer.php"; goto z4CAV; OEqUP: _e("Category base"); goto tnKzw; M0GNq: ?>
</th>
<td>
<fieldset class="structure-selection">
<legend class="screen-reader-text">
<?php goto DNp63; XN0d6: ?>
</label>
</th>
<td>
<?php goto zCVmN; kFer2: $tag_added = __("%s added to permalink structure"); goto KvJEp; t0h9b: $tag_already_used = __("%s (already used in permalink structure)"); goto X0v4w; TdqqJ: ?>
</code>
<input name="permalink_structure" id="permalink_structure"
type="text" value="<?php goto Asx0U; SWZ6_: ?>
" class="regular-text code"
/>
</td>
</tr>
<tr>
<th>
<label for="tag_base"><?php goto ghZ72; Sc8Fp: $permalink_structure = get_option("permalink_structure"); goto IDEaG; vKzE6: ?>
</p>
<table class="form-table" role="presentation">
<tr>
<th>
<label for="category_base">
<?php goto OEqUP; X0v4w: ?>
<h2 class="title"><?php goto K5zTH; FQE6c: checked(!in_array($permalink_structure, $default_structure_values, true)); goto m5EHq; Da3gz: if (!empty($available_tags)) { ?>
<fieldset>
<legend><?php _e("Available tags:"); ?>
</legend>
<ul role="list">
<?php foreach ($available_tags as $tag => $explanation) { ?>
<li>
<button type="button"
class="button button-secondary"
aria-label="<?php echo esc_attr(sprintf($explanation, $tag)); ?>
"
data-added="<?php echo esc_attr(sprintf($tag_added, $tag)); ?>
"
data-removed="<?php echo esc_attr(sprintf($tag_removed, $tag)); ?>
"
data-used="<?php echo esc_attr(sprintf($tag_already_used, $tag)); ?>
">
<?php echo "%" . esc_html($tag) . "%"; ?>
</button>
</li>
<?php } ?>
</ul>
</fieldset>
<?php } goto M3ChH; vJ2pA: unset($help_sidebar_content); goto XYlNP; bJsGA: require_once __DIR__ . "/admin.php"; goto h0Xop; iDbTq: echo esc_url($url_base); goto TdqqJ; nRrgS: ?>
</div><!-- .wrap -->
<?php goto n1knI; ru4HL: printf(__("Select the permalink structure for your website. Including the %s tag makes links easy to understand, and can help your posts rank higher in search engines."), "<code>%postname%</code>"); goto DGj4A; vxESR: $using_index_permalinks = $wp_rewrite->using_index_permalinks(); goto vUKmi; zIZ7r: get_current_screen()->add_help_tab(array("id" => "permalink-settings", "title" => __("Permalink Settings"), "content" => "<p>" . __("Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.") . "</p>" . "<p>" . sprintf(__("If you pick an option other than Plain, your general URL path with structure tags (terms surrounded by %s) will also appear in the custom structure field and your path can be further modified there."), "<code>%</code>") . "</p>" . "<p>" . sprintf(__("When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes %1$s or %2$s."), "<code>%category%</code>", "<code>%tag%</code>") . "</p>" . "<p>" . __("You must click the Save Changes button at the bottom of the screen for new settings to take effect.") . "</p>")); goto SWtDY; qCujV: submit_button(); goto VvYPU; gaH29: do_settings_fields("permalink", "optional"); goto E_LnR; H8S9z: $iis7_permalinks = iis7_supports_permalinks(); goto Sc8Fp; sQWSG: require_once ABSPATH . "wp-admin/admin-header.php"; goto Vz21f; BC5nD: if (is_multisite() && !is_subdomain_install() && is_main_site() && str_starts_with($permalink_structure, "/blog/")) { $permalink_structure = preg_replace("|^/?blog|", '', $permalink_structure); $category_base = preg_replace("|^/?blog|", '', $category_base); $tag_base = preg_replace("|^/?blog|", '', $tag_base); } goto copyu; d4tmV: $tag_base = get_option("tag_base"); goto v1mcE; SWtDY: get_current_screen()->add_help_tab(array("id" => "custom-structures", "title" => __("Custom Structures"), "content" => "<p>" . __("The Optional fields let you customize the “category” and “tag” base names that will appear in archive URLs. For example, the page listing all posts in the “Uncategorized” category could be <code>/topics/uncategorized</code> instead of <code>/category/uncategorized</code>.") . "</p>" . "<p>" . __("You must click the Save Changes button at the bottom of the screen for new settings to take effect.") . "</p>")); goto rF2qk; VvYPU: ?>
</form>
<?php goto l6BN6; GCVFp: get_current_screen()->set_help_sidebar($help_sidebar_content); goto vJ2pA; JADQ2: foreach ($default_structures as $input) { ?>
<div class="row">
<input id="permalink-input-<?php echo esc_attr($input["id"]); ?>
"
name="selection" aria-describedby="permalink-<?php echo esc_attr($input["id"]); ?>
"
type="radio" value="<?php echo esc_attr($input["value"]); ?>
"
<?php checked($input["value"], $permalink_structure); ?>
/>
<div>
<label for="permalink-input-<?php echo esc_attr($input["id"]); ?>
">
<?php echo esc_html($input["label"]); ?>
</label>
<p>
<code id="permalink-<?php echo esc_attr($input["id"]); ?>
">
<?php echo esc_html($input["example"]); ?>
</code>
</p>
</div>
</div><!-- .row -->
<?php } goto Qu8dh; jQWey: ?>
<input name="tag_base" id="tag_base" type="text"
value="<?php goto QmoBk; copyu: $url_base = home_url($blog_prefix . $index_php_prefix); goto aDCGT; Qu8dh: ?>
<div class="row">
<input id="custom_selection"
name="selection" type="radio" value="custom"
<?php goto FQE6c; Vz21f: ?>
<div class="wrap">
<h1><?php goto jPPYc; k_Ebd: $default_structure_values = wp_list_pluck($default_structures, "value"); goto wanZv; U9py6: _e("Optional"); goto eiB4J; v1mcE: $structure_updated = false; goto MGLEq; rF2qk: $help_sidebar_content = "<p><strong>" . __("For more information:") . "</strong></p>" . "<p>" . __("<a href="https://wordpress.org/documentation/article/settings-permalinks-screen/">Documentation on Permalinks Settings</a>") . "</p>" . "<p>" . __("<a href="https://wordpress.org/documentation/article/customize-permalinks/">Documentation on Using Permalinks</a>") . "</p>"; goto K6gpy; yBo5u: ?>
</legend>
<?php goto JADQ2; MgT09: _e("Permalink structure"); goto M0GNq; eiB4J: ?>
</h2>
<p>
<?php goto NoBk3; Z7PRh: echo $blog_prefix; goto d1dLp; h0Xop: if (!current_user_can("manage_options")) { wp_die(__("Sorry, you are not allowed to manage options for this site.")); } goto XNF0L; DNp63: _e("Permalink structure"); goto yBo5u; osQCI: get_current_screen()->add_help_tab(array("id" => "overview", "title" => __("Overview"), "content" => "<p>" . __("Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change — hence the name permalink.") . "</p>" . "<p>" . __("This screen allows you to choose your permalink structure. You can choose from common settings or create custom URL structures.") . "</p>" . "<p>" . __("You must click the Save Changes button at the bottom of the screen for new settings to take effect.") . "</p>")); goto zIZ7r; HOzoG: $help_sidebar_content .= "<p>" . __("<a href="https://wordpress.org/support/forums/">Support forums</a>") . "</p>"; goto GCVFp; IDEaG: $index_php_prefix = ''; goto XcHqc; dZHiC: if ($iis7_permalinks) { if (!file_exists($home_path . "web.config") && win_is_writable($home_path) || win_is_writable($home_path . "web.config")) { $writable = true; } else { $writable = false; } } elseif ($is_nginx || $is_caddy) { $writable = false; } else { if (!file_exists($home_path . ".htaccess") && is_writable($home_path) || is_writable($home_path . ".htaccess")) { $writable = true; } else { $writable = false; $existing_rules = array_filter(extract_from_markers($home_path . ".htaccess", "WordPress")); $new_rules = array_filter(explode("\xa", $wp_rewrite->mod_rewrite_rules())); $htaccess_update_required = $new_rules !== $existing_rules; } } goto vxESR; xvpgT: ?>
</label>
<p>
<label for="permalink_structure" class="screen-reader-text">
<?php goto xTRVD; al0YJ: ?>
</p>
<?php goto BC5nD; wEkZC: ?>
<p>
<?php goto Rm_mG; wanZv: $available_tags = array("year" => __("%s (The year of the post, four digits, for example 2004.)"), "monthnum" => __("%s (Month of the year, for example 05.)"), "day" => __("%s (Day of the month, for example 28.)"), "hour" => __("%s (Hour of the day, for example 15.)"), "minute" => __("%s (Minute of the hour, for example 43.)"), "second" => __("%s (Second of the minute, for example 33.)"), "post_id" => __("%s (The unique ID of the post, for example 423.)"), "postname" => __("%s (The sanitized post title (slug).)"), "category" => __("%s (Category slug. Nested sub-categories appear as nested directories in the URL.)"), "author" => __("%s (A sanitized version of the author name.)")); goto xvPpe; jPPYc: echo esc_html($title); goto iEu7x; XYlNP: $home_path = get_home_path(); goto H8S9z; kdXd_: wp_nonce_field("update-permalink"); goto wEkZC; d1dLp: ?>
<input name="category_base" id="category_base" type="text"
value="<?php goto QQGXC; z4CAV: ?>
Did this file decode correctly?
Original Code
<?php
goto bJsGA; Rm_mG: printf(__("\x57\157\x72\x64\120\162\145\163\x73\40\157\146\146\145\x72\163\x20\171\x6f\x75\40\164\150\x65\x20\x61\x62\151\x6c\x69\164\171\x20\x74\x6f\40\x63\162\145\141\x74\145\x20\x61\40\143\x75\163\x74\x6f\x6d\x20\125\x52\114\x20\163\164\x72\x75\143\164\165\x72\145\40\146\157\x72\40\171\157\165\162\40\x70\x65\162\155\141\x6c\151\156\153\x73\40\141\x6e\x64\x20\x61\x72\x63\x68\151\166\145\163\x2e\40\x43\x75\163\x74\x6f\155\40\125\x52\114\40\x73\x74\162\x75\x63\x74\165\x72\145\163\x20\x63\x61\156\x20\151\x6d\x70\x72\x6f\166\x65\x20\x74\x68\x65\40\x61\145\163\164\x68\x65\x74\x69\x63\x73\x2c\40\x75\163\x61\142\x69\x6c\151\x74\171\54\40\x61\156\x64\40\x66\157\x72\167\x61\162\144\x2d\143\157\x6d\160\x61\x74\x69\142\x69\x6c\x69\x74\171\x20\157\146\40\171\x6f\165\x72\40\154\x69\x6e\153\x73\x2e\x20\101\x20\74\x61\40\x68\162\x65\146\75\x22\45\163\x22\76\x6e\165\155\x62\145\x72\40\x6f\x66\x20\164\x61\147\x73\x20\141\162\145\x20\x61\166\141\x69\154\141\x62\154\x65\x3c\x2f\141\x3e\x2c\40\x61\x6e\144\x20\150\x65\x72\x65\x20\x61\x72\x65\x20\x73\157\155\145\40\x65\x78\141\155\x70\154\145\163\x20\x74\x6f\x20\x67\145\164\x20\x79\157\x75\x20\163\x74\141\162\x74\x65\144\56"), __("\x68\164\164\160\x73\x3a\x2f\57\x77\x6f\x72\x64\x70\x72\145\163\163\x2e\157\162\x67\x2f\144\157\143\x75\x6d\145\156\x74\x61\x74\x69\x6f\156\x2f\x61\162\x74\x69\x63\x6c\x65\57\143\x75\x73\x74\x6f\x6d\x69\172\x65\x2d\x70\145\x72\x6d\141\x6c\x69\x6e\x6b\x73\x2f")); goto al0YJ; XcHqc: $blog_prefix = ''; goto FagQP; iEu7x: ?>
</h1>
<form name="form" action="options-permalink.php" method="post">
<?php goto kdXd_; xRQ6S: do_settings_sections("\x70\x65\x72\155\141\154\151\156\153"); goto vI06r; Asx0U: echo esc_attr($permalink_structure); goto g8iSt; QmoBk: echo esc_attr($tag_base); goto qtWa2; QQGXC: echo esc_attr($category_base); goto SWZ6_; M3ChH: ?>
</div><!-- .available-structure-tags -->
</div>
</div><!-- .row -->
</fieldset><!-- .structure-selection -->
</td>
</tr>
</tbody>
</table>
<h2 class="title"><?php goto U9py6; ykpWt: if (isset($_POST["\x70\145\162\155\141\154\x69\x6e\x6b\137\163\x74\162\x75\x63\164\165\x72\x65"]) || isset($_POST["\143\141\164\145\x67\x6f\162\171\x5f\x62\x61\x73\x65"])) { check_admin_referer("\165\x70\144\x61\164\145\55\160\x65\x72\155\x61\154\151\x6e\x6b"); if (isset($_POST["\160\145\162\155\x61\154\151\156\153\x5f\x73\x74\x72\x75\x63\x74\x75\x72\145"])) { if (isset($_POST["\163\x65\x6c\x65\x63\164\151\x6f\156"]) && "\x63\x75\163\164\157\x6d" !== $_POST["\x73\x65\x6c\145\x63\x74\151\157\156"]) { $permalink_structure = $_POST["\163\x65\x6c\x65\x63\164\151\157\x6e"]; } else { $permalink_structure = $_POST["\160\x65\162\155\141\x6c\x69\x6e\x6b\137\163\164\x72\x75\143\x74\x75\162\x65"]; } if (!empty($permalink_structure)) { $permalink_structure = preg_replace("\x23\x2f\x2b\x23", "\x2f", "\57" . str_replace("\43", '', $permalink_structure)); if ($index_php_prefix && $blog_prefix) { $permalink_structure = $index_php_prefix . preg_replace("\43\136\x2f\77\151\x6e\144\145\170\x5c\56\x70\x68\160\x23", '', $permalink_structure); } else { $permalink_structure = $blog_prefix . $permalink_structure; } } $permalink_structure = sanitize_option("\x70\145\162\x6d\x61\x6c\x69\x6e\x6b\x5f\163\x74\162\165\143\x74\165\x72\x65", $permalink_structure); $wp_rewrite->set_permalink_structure($permalink_structure); $structure_updated = true; } if (isset($_POST["\143\141\x74\145\147\157\x72\171\137\142\141\x73\x65"])) { $category_base = $_POST["\x63\141\164\145\x67\x6f\162\171\x5f\142\x61\163\x65"]; if (!empty($category_base)) { $category_base = $blog_prefix . preg_replace("\43\x2f\53\43", "\57", "\57" . str_replace("\x23", '', $category_base)); } $wp_rewrite->set_category_base($category_base); } if (isset($_POST["\x74\x61\x67\137\142\141\x73\145"])) { $tag_base = $_POST["\164\141\147\x5f\x62\x61\163\145"]; if (!empty($tag_base)) { $tag_base = $blog_prefix . preg_replace("\43\57\x2b\x23", "\x2f", "\x2f" . str_replace("\x23", '', $tag_base)); } $wp_rewrite->set_tag_base($tag_base); } } goto dZHiC; K5zTH: _e("\103\x6f\155\155\x6f\156\x20\123\145\164\x74\151\156\147\x73"); goto rLxNf; NoBk3: printf(__("\111\146\40\x79\157\x75\40\x6c\x69\x6b\x65\x2c\40\171\x6f\165\40\x6d\141\x79\x20\x65\156\164\x65\162\x20\143\x75\163\x74\157\155\40\x73\x74\162\165\x63\x74\165\162\145\163\x20\x66\x6f\x72\x20\171\x6f\165\162\x20\x63\x61\x74\145\x67\157\x72\x79\40\141\x6e\x64\x20\164\x61\147\40\125\122\114\x73\40\150\145\x72\145\56\40\x46\157\x72\40\145\170\141\x6d\160\x6c\145\54\x20\x75\163\x69\156\147\x20\x3c\x63\157\x64\x65\x3e\x74\157\160\151\143\163\x3c\57\143\x6f\x64\x65\x3e\x20\141\x73\x20\171\157\x75\162\x20\143\x61\164\145\x67\x6f\162\171\x20\142\141\x73\x65\40\167\x6f\x75\154\x64\40\x6d\x61\153\145\40\171\157\165\162\x20\143\x61\164\x65\x67\x6f\162\x79\x20\x6c\151\156\x6b\x73\x20\154\x69\153\145\x20\74\x63\x6f\x64\x65\x3e\45\x73\x2f\x74\x6f\160\151\143\163\57\165\x6e\143\141\x74\145\147\157\x72\x69\x7a\145\x64\x2f\x3c\x2f\x63\157\x64\145\x3e\x2e\40\x49\146\40\171\x6f\x75\x20\x6c\x65\141\166\x65\x20\x74\150\145\x73\x65\40\x62\x6c\x61\x6e\x6b\x20\164\150\145\40\144\x65\146\x61\x75\154\164\163\x20\167\x69\x6c\154\40\x62\x65\40\165\163\145\144\x2e"), $url_base); goto vKzE6; j_O2t: ?>
</label>
<span class="code">
<code id="permalink-custom"><?php goto iDbTq; ghZ72: _e("\124\141\x67\x20\x62\141\163\145"); goto XN0d6; XNF0L: $title = __("\x50\145\x72\x6d\141\154\151\x6e\153\x20\123\x65\x74\x74\x69\156\x67\x73"); goto GdegA; dpF8r: if (is_multisite() && !is_subdomain_install() && is_main_site() && str_starts_with($permalink_structure, "\57\x62\154\x6f\147\x2f")) { $blog_prefix = "\57\x62\154\x6f\147"; } goto VfNjC; zCVmN: echo $blog_prefix; goto jQWey; K6gpy: if ($is_nginx) { $help_sidebar_content .= "\74\160\76" . __("\74\x61\40\x68\x72\x65\x66\x3d\x22\150\x74\x74\x70\x73\x3a\57\x2f\x64\x65\166\145\x6c\x6f\x70\x65\162\56\x77\x6f\162\144\160\x72\145\x73\163\x2e\x6f\162\x67\x2f\141\144\x76\x61\156\x63\x65\144\x2d\141\x64\155\x69\x6e\151\x73\x74\162\141\164\x69\157\x6e\57\x73\145\162\166\145\162\x2f\x77\x65\142\55\163\x65\x72\166\145\162\57\156\x67\151\x6e\x78\x2f\42\x3e\104\157\143\165\x6d\145\156\164\141\x74\x69\157\156\40\x6f\x6e\40\x4e\147\151\x6e\x78\40\143\157\x6e\146\x69\147\165\x72\141\164\151\157\156\x3c\57\x61\x3e\56") . "\x3c\57\x70\x3e"; } goto HOzoG; FagQP: if (!got_url_rewrite()) { $index_php_prefix = "\57\x69\156\144\x65\170\x2e\160\150\160"; } goto dpF8r; WUFml: _e("\103\x75\163\164\x6f\155\x20\x53\164\162\x75\x63\164\165\162\145"); goto xvpgT; qtWa2: ?>
" class="regular-text code"
/>
</td>
</tr>
<?php goto gaH29; aDCGT: $default_structures = array(array("\x69\x64" => "\160\154\x61\151\156", "\154\x61\142\145\x6c" => __("\120\154\x61\x69\x6e"), "\166\x61\154\x75\x65" => '', "\145\170\x61\x6d\x70\x6c\145" => home_url("\57\x3f\x70\75\x31\62\x33")), array("\x69\144" => "\144\x61\171\55\156\141\x6d\145", "\154\141\142\x65\x6c" => __("\104\x61\x79\40\141\156\144\40\x6e\141\x6d\145"), "\166\x61\x6c\165\145" => $index_php_prefix . "\57\x25\171\x65\141\162\45\57\x25\155\157\x6e\164\x68\x6e\165\155\45\x2f\x25\x64\x61\x79\45\57\45\x70\x6f\x73\164\156\141\x6d\x65\45\57", "\145\x78\141\155\x70\154\x65" => $url_base . "\57" . gmdate("\131\x2f\x6d\57\144") . "\x2f" . _x("\x73\x61\155\160\x6c\145\55\x70\157\x73\164", "\x73\141\x6d\x70\x6c\x65\40\x70\145\162\155\141\154\x69\x6e\153\x20\163\x74\x72\x75\x63\164\x75\162\x65") . "\57"), array("\151\x64" => "\x6d\157\x6e\x74\150\55\156\141\x6d\x65", "\x6c\141\x62\x65\154" => __("\115\157\156\x74\150\x20\x61\x6e\144\x20\x6e\x61\155\145"), "\x76\141\154\x75\x65" => $index_php_prefix . "\x2f\x25\x79\x65\141\x72\x25\57\45\155\x6f\156\x74\150\156\x75\155\x25\57\45\160\x6f\x73\x74\x6e\141\155\x65\45\x2f", "\145\x78\141\x6d\x70\154\x65" => $url_base . "\x2f" . gmdate("\131\57\x6d") . "\x2f" . _x("\x73\x61\155\160\x6c\x65\x2d\x70\x6f\x73\x74", "\163\x61\x6d\160\x6c\145\40\160\145\x72\x6d\141\x6c\x69\x6e\153\40\x73\x74\162\x75\143\164\165\162\145") . "\x2f"), array("\x69\x64" => "\x6e\165\155\x65\x72\151\143", "\x6c\141\x62\145\154" => __("\116\165\x6d\x65\162\x69\143"), "\166\x61\154\x75\145" => $index_php_prefix . "\x2f" . _x("\141\162\143\150\x69\166\145\x73", "\x73\x61\x6d\160\x6c\x65\40\x70\145\x72\x6d\x61\x6c\x69\x6e\x6b\40\142\141\x73\145") . "\x2f\x25\x70\157\163\x74\137\151\x64\x25", "\x65\x78\x61\x6d\160\154\x65" => $url_base . "\x2f" . _x("\x61\x72\x63\150\x69\166\x65\x73", "\163\x61\155\160\x6c\145\40\160\x65\x72\x6d\141\x6c\151\x6e\153\40\x62\x61\163\145") . "\x2f\61\62\x33"), array("\x69\x64" => "\160\157\163\x74\x2d\x6e\x61\x6d\x65", "\154\x61\x62\145\x6c" => __("\120\157\163\164\x20\x6e\141\x6d\x65"), "\166\141\154\165\145" => $index_php_prefix . "\x2f\x25\x70\157\163\x74\156\141\155\x65\x25\x2f", "\x65\x78\141\155\x70\x6c\x65" => $url_base . "\x2f" . _x("\x73\141\x6d\160\154\145\x2d\x70\157\163\x74", "\163\x61\x6d\x70\154\145\x20\160\x65\162\155\x61\x6c\x69\x6e\x6b\x20\163\164\x72\165\x63\x74\165\x72\x65") . "\57")); goto k_Ebd; vI06r: ?>
<?php goto qCujV; KvJEp: $tag_removed = __("\45\163\40\x72\x65\155\157\x76\145\144\x20\x66\162\x6f\x6d\x20\160\145\162\x6d\x61\x6c\151\156\153\x20\x73\x74\x72\165\x63\x74\x75\162\145"); goto t0h9b; UQQFj: flush_rewrite_rules(); goto sQWSG; VfNjC: $category_base = get_option("\143\141\164\145\x67\157\x72\171\137\x62\x61\163\x65"); goto d4tmV; MGLEq: $htaccess_update_required = false; goto ykpWt; m5EHq: ?>
/>
<div>
<label for="custom_selection"><?php goto WUFml; E_LnR: ?>
</table>
<?php goto xRQ6S; tnKzw: ?>
</label>
</th>
<td>
<?php goto Z7PRh; vUKmi: if ($structure_updated) { $message = __("\120\x65\162\x6d\x61\154\151\156\153\40\163\x74\162\165\143\164\x75\x72\145\40\165\160\x64\141\164\145\144\x2e"); if (!is_multisite() && $permalink_structure && !$using_index_permalinks) { if ($iis7_permalinks) { if (!$writable) { $message = sprintf(__("\131\157\165\x20\163\x68\157\x75\x6c\x64\x20\x75\160\x64\x61\164\145\x20\171\x6f\x75\x72\40\45\163\x20\146\x69\154\x65\x20\x6e\157\167\x2e"), "\x3c\x63\x6f\144\x65\x3e\167\x65\142\56\143\x6f\x6e\x66\151\147\x3c\x2f\143\x6f\144\x65\x3e"); } else { $message = sprintf(__("\120\145\162\155\141\154\x69\x6e\153\40\x73\164\162\165\143\x74\165\162\x65\40\x75\x70\x64\x61\x74\x65\144\x2e\x20\122\145\x6d\157\166\x65\x20\167\x72\x69\164\145\40\141\143\x63\x65\163\x73\x20\x6f\156\40\x25\x73\x20\x66\x69\x6c\x65\x20\156\x6f\167\41"), "\x3c\143\x6f\x64\145\x3e\x77\145\x62\56\x63\x6f\156\146\151\147\x3c\57\x63\157\x64\x65\x3e"); } } elseif (!$is_nginx && !$is_caddy && $htaccess_update_required && !$writable) { $message = sprintf(__("\x59\157\x75\x20\x73\150\157\x75\x6c\x64\40\x75\x70\x64\141\x74\145\x20\x79\157\165\162\40\x25\163\x20\146\x69\154\145\x20\156\157\167\56"), "\x3c\143\x6f\144\x65\x3e\x2e\x68\164\141\143\x63\145\x73\x73\74\x2f\x63\157\x64\145\76"); } } if (!get_settings_errors()) { add_settings_error("\147\145\156\x65\162\x61\x6c", "\163\145\x74\x74\151\x6e\147\x73\x5f\165\x70\x64\141\x74\x65\144", $message, "\x73\165\143\143\145\x73\163"); } set_transient("\x73\x65\x74\x74\151\x6e\x67\x73\x5f\x65\x72\x72\x6f\162\x73", get_settings_errors(), 30); wp_redirect(admin_url("\157\x70\164\151\x6f\156\163\x2d\160\x65\162\155\141\x6c\151\x6e\153\x2e\160\150\160\x3f\163\x65\x74\x74\151\156\147\x73\x2d\165\x70\144\141\164\x65\144\75\164\x72\165\x65")); die; } goto UQQFj; l6BN6: if (!is_multisite()) { ?>
<?php if ($iis7_permalinks) { if (isset($_POST["\x73\x75\142\x6d\x69\164"]) && $permalink_structure && !$using_index_permalinks && !$writable) { if (file_exists($home_path . "\x77\x65\142\x2e\x63\157\156\146\151\x67")) { ?>
<p id="iis-description-a">
<?php printf(__("\74\163\164\x72\x6f\156\x67\76\105\x72\162\157\162\72\x3c\x2f\163\x74\x72\157\x6e\x67\76\40\131\157\x75\x72\40\45\61\x24\163\x20\x66\x69\154\145\x20\x69\x73\x20\156\x6f\x74\x20\x3c\141\40\150\x72\145\146\x3d\x22\x25\62\x24\x73\42\x3e\167\x72\151\x74\x61\142\154\145\x3c\x2f\141\76\x2c\x20\x73\157\x20\165\160\144\x61\164\x69\156\147\x20\x69\x74\x20\x61\165\x74\157\155\x61\x74\x69\x63\x61\154\x6c\x79\x20\167\141\x73\x20\x6e\x6f\x74\x20\x70\157\x73\x73\151\142\154\145\56\40\124\x68\151\x73\x20\151\x73\40\x74\150\145\x20\125\x52\114\40\162\x65\x77\162\151\x74\145\x20\x72\x75\x6c\145\x20\x79\x6f\x75\40\x73\150\157\165\154\x64\40\150\x61\166\x65\40\151\156\x20\171\157\x75\162\x20\x25\x31\x24\x73\40\x66\x69\x6c\145\56\x20\x43\154\151\x63\153\x20\151\156\x20\x74\150\145\40\146\x69\145\154\144\x20\141\156\144\x20\160\162\145\163\x73\x20\45\63\44\x73\x20\x28\x6f\162\40\45\x34\x24\163\40\x6f\x6e\x20\x4d\141\x63\x29\40\164\x6f\x20\163\145\x6c\x65\143\164\x20\141\x6c\x6c\x2e\40\x54\x68\145\x6e\x20\151\x6e\x73\145\x72\x74\40\x74\x68\x69\x73\x20\x72\165\154\145\x20\x69\156\x73\x69\x64\x65\40\157\x66\40\x74\x68\145\40\x25\65\x24\163\x20\145\154\145\155\145\x6e\164\x20\151\156\x20\45\x31\x24\163\40\x66\151\x6c\145\56"), "\x3c\143\157\144\145\76\167\145\x62\56\143\157\x6e\146\x69\147\x3c\x2f\x63\157\144\145\76", __("\x68\x74\164\x70\x73\x3a\57\x2f\x64\145\166\x65\x6c\157\x70\145\x72\x2e\x77\x6f\x72\x64\x70\x72\145\163\x73\x2e\x6f\162\147\x2f\x61\144\166\141\156\x63\x65\144\55\x61\144\x6d\151\156\151\x73\x74\162\141\164\151\x6f\156\x2f\163\145\x72\166\145\x72\x2f\146\x69\x6c\145\x2d\x70\145\x72\x6d\x69\x73\x73\151\157\156\x73\x2f"), "\74\153\142\144\76\103\x74\x72\x6c\x20\x2b\x20\x41\x3c\57\153\x62\144\x3e", "\x3c\153\142\144\x3e\xe2\x8c\230\40\53\40\x41\74\57\153\x62\x64\76", "\x3c\x63\157\x64\145\x3e\57\46\154\164\x3b\x63\x6f\156\x66\x69\147\165\x72\x61\164\151\x6f\156\x26\x67\164\x3b\57\x26\x6c\x74\73\x73\x79\163\x74\x65\x6d\56\x77\145\x62\123\145\162\x76\x65\x72\x26\147\x74\73\x2f\46\154\164\73\x72\x65\167\162\151\164\145\46\x67\x74\x3b\x2f\x26\154\x74\73\x72\165\154\145\163\x26\x67\164\x3b\x3c\57\x63\157\144\x65\76"); ?>
</p>
<form action="options-permalink.php" method="post">
<?php wp_nonce_field("\x75\x70\x64\x61\x74\145\x2d\x70\x65\162\155\141\x6c\x69\x6e\153"); ?>
<p>
<label for="rules"><?php _e("\x52\x65\167\x72\x69\x74\x65\x20\162\165\x6c\145\x73\72"); ?>
</label><br />
<textarea rows="9" class="large-text readonly"
name="rules" id="rules" readonly="readonly"
aria-describedby="iis-description-a"
><?php echo esc_textarea($wp_rewrite->iis7_url_rewrite_rules()); ?>
</textarea>
</p>
</form>
<p>
<?php printf(__("\111\x66\40\171\157\165\40\164\145\x6d\160\x6f\162\x61\x72\151\x6c\x79\x20\x6d\141\x6b\145\40\171\x6f\x75\x72\x20\x25\163\x20\x66\x69\154\145\x20\167\162\x69\x74\x61\x62\154\145\x20\x74\157\40\x67\x65\x6e\145\x72\x61\164\145\40\162\145\167\x72\x69\x74\145\x20\x72\165\x6c\145\163\40\x61\x75\164\x6f\x6d\x61\x74\151\x63\x61\x6c\154\171\54\x20\x64\x6f\40\156\157\x74\40\x66\157\162\x67\145\164\40\x74\x6f\40\x72\x65\x76\145\x72\164\40\164\150\x65\40\160\145\162\155\151\163\x73\151\x6f\x6e\163\x20\141\146\164\x65\162\x20\164\150\x65\x20\162\x75\154\145\x20\x68\141\x73\40\142\145\x65\x6e\x20\x73\x61\166\145\x64\x2e"), "\x3c\x63\157\x64\145\x3e\167\x65\142\56\143\157\x6e\146\151\147\x3c\x2f\x63\x6f\144\x65\76"); ?>
</p>
<?php } else { ?>
<p id="iis-description-b">
<?php printf(__("\74\163\164\162\x6f\156\147\x3e\x45\162\x72\157\162\x3a\x3c\57\163\164\x72\x6f\x6e\147\76\40\124\150\145\40\x72\x6f\157\164\40\x64\x69\162\145\143\x74\157\162\171\40\x6f\x66\x20\171\157\165\x72\x20\163\151\x74\x65\40\151\x73\x20\156\x6f\164\40\74\141\x20\x68\162\x65\x66\75\42\x25\61\x24\x73\42\76\167\162\x69\164\141\142\x6c\145\74\x2f\141\x3e\x2c\x20\x73\x6f\x20\143\162\145\141\x74\x69\x6e\147\x20\141\x20\146\151\x6c\145\x20\x61\x75\164\x6f\x6d\141\x74\x69\x63\141\154\154\x79\40\167\x61\x73\x20\x6e\x6f\x74\x20\160\x6f\x73\x73\x69\x62\x6c\x65\x2e\x20\124\150\x69\163\40\151\163\40\164\x68\145\40\x55\122\x4c\x20\162\x65\x77\162\151\164\x65\x20\x72\165\154\x65\x20\x79\157\x75\40\163\x68\x6f\x75\154\x64\x20\x68\141\x76\x65\x20\151\x6e\40\171\x6f\165\x72\x20\x25\x32\44\163\x20\146\151\x6c\x65\x2e\40\x43\x72\x65\141\x74\x65\40\141\x20\x6e\x65\167\40\146\x69\154\145\40\143\x61\154\154\145\144\x20\x25\x32\x24\163\40\151\156\x20\x74\x68\145\40\x72\x6f\157\x74\40\x64\x69\162\145\x63\164\157\x72\171\40\157\146\x20\x79\157\165\162\x20\x73\x69\164\145\x2e\x20\x43\154\x69\x63\x6b\x20\151\x6e\x20\164\150\145\40\x66\151\x65\154\x64\40\x61\156\144\x20\x70\x72\145\163\x73\x20\45\63\44\x73\40\50\157\x72\40\45\64\x24\163\40\157\x6e\40\115\x61\143\51\x20\164\x6f\40\163\x65\154\145\x63\x74\40\x61\154\154\x2e\40\124\x68\145\156\x20\151\x6e\x73\x65\162\x74\x20\164\150\x69\163\x20\143\x6f\x64\x65\x20\x69\156\x74\x6f\40\164\x68\145\x20\45\x32\44\163\40\146\151\154\145\56"), __("\150\164\x74\x70\163\72\57\x2f\x64\x65\166\145\x6c\x6f\x70\145\162\56\167\157\162\x64\160\162\145\x73\x73\56\x6f\x72\x67\57\141\x64\x76\x61\156\143\x65\x64\55\141\x64\x6d\151\x6e\151\163\x74\162\x61\164\x69\x6f\156\57\163\x65\x72\166\145\x72\x2f\146\x69\154\x65\x2d\160\145\x72\x6d\151\163\163\x69\x6f\156\x73\57"), "\74\143\157\144\145\76\167\x65\x62\56\x63\157\x6e\x66\x69\147\x3c\x2f\x63\x6f\x64\145\x3e", "\x3c\x6b\x62\144\x3e\x43\164\162\x6c\x20\53\40\101\x3c\x2f\x6b\142\144\x3e", "\74\153\142\144\76\xe2\214\x98\x20\53\x20\x41\74\57\153\142\x64\76"); ?>
</p>
<form action="options-permalink.php" method="post">
<?php wp_nonce_field("\x75\160\144\x61\x74\x65\55\x70\x65\x72\x6d\x61\154\x69\x6e\x6b"); ?>
<p>
<label for="rules"><?php _e("\x52\145\167\x72\x69\164\x65\x20\162\x75\154\145\163\x3a"); ?>
</label><br />
<textarea rows="18" class="large-text readonly"
name="rules" id="rules" readonly="readonly"
aria-describedby="iis-description-b"
><?php echo esc_textarea($wp_rewrite->iis7_url_rewrite_rules(true)); ?>
</textarea>
</p>
</form>
<p>
<?php printf(__("\x49\146\40\x79\x6f\x75\x20\x74\145\155\x70\x6f\x72\141\162\x69\154\x79\40\155\141\x6b\x65\40\171\x6f\x75\x72\x20\x73\x69\164\145\46\x23\70\62\x31\67\x3b\x73\x20\162\157\x6f\164\x20\x64\x69\162\x65\x63\164\x6f\162\x79\40\x77\x72\x69\164\141\142\154\x65\x20\x74\157\x20\x67\x65\x6e\145\162\141\164\145\x20\164\150\x65\40\x25\163\40\x66\x69\x6c\145\x20\141\165\164\157\155\x61\x74\151\143\141\x6c\x6c\171\x2c\40\144\157\40\156\157\164\40\x66\x6f\162\147\145\164\40\x74\x6f\40\x72\145\x76\x65\x72\164\x20\x74\150\145\40\160\x65\x72\155\x69\163\163\x69\x6f\156\163\40\x61\146\164\x65\x72\40\x74\x68\145\40\146\151\x6c\145\x20\150\141\x73\40\142\x65\145\x6e\x20\x63\162\x65\141\x74\145\144\x2e"), "\x3c\x63\x6f\x64\x65\76\167\145\142\x2e\x63\x6f\x6e\146\151\147\74\57\x63\157\144\145\76"); ?>
</p>
<?php } ?>
<?php } ?>
<?php } else { ?>
<?php if ($permalink_structure && !$using_index_permalinks && !$writable && $htaccess_update_required) { ?>
<p id="htaccess-description">
<?php printf(__("\74\163\x74\x72\x6f\x6e\147\x3e\105\162\162\157\162\x3a\74\57\163\164\x72\x6f\x6e\x67\x3e\40\x59\x6f\x75\162\x20\45\x31\x24\163\40\146\151\154\145\x20\151\163\40\156\x6f\164\x20\x3c\141\40\x68\162\x65\146\75\42\x25\x32\44\163\x22\x3e\x77\x72\x69\x74\x61\142\154\x65\x3c\57\x61\x3e\x2c\x20\x73\157\40\165\x70\x64\x61\x74\x69\156\x67\40\151\x74\40\x61\165\164\x6f\x6d\x61\164\151\143\141\154\154\x79\x20\167\141\x73\40\x6e\x6f\164\x20\x70\x6f\x73\x73\x69\x62\x6c\145\56\x20\124\150\145\x73\145\x20\x61\x72\145\40\x74\150\x65\x20\155\157\x64\137\162\145\167\162\151\x74\x65\x20\x72\x75\154\145\163\x20\171\x6f\x75\x20\x73\x68\157\165\154\x64\x20\x68\141\166\x65\x20\x69\x6e\40\171\x6f\165\x72\x20\45\x31\x24\163\40\146\151\x6c\145\56\x20\x43\154\151\x63\x6b\x20\x69\156\40\x74\150\145\x20\x66\151\145\154\144\40\141\x6e\x64\x20\x70\x72\x65\x73\x73\40\x25\x33\x24\163\x20\x28\157\162\x20\x25\64\44\163\x20\157\156\40\115\141\x63\x29\x20\x74\157\40\163\x65\x6c\x65\x63\164\40\x61\x6c\x6c\x2e"), "\74\x63\x6f\144\x65\76\x2e\x68\x74\141\x63\143\x65\163\x73\74\57\x63\157\x64\145\x3e", __("\x68\164\164\x70\163\x3a\x2f\57\144\x65\x76\145\154\x6f\x70\x65\162\x2e\x77\x6f\162\144\160\x72\145\163\x73\x2e\x6f\162\147\57\x61\x64\166\141\x6e\143\x65\144\55\x61\x64\x6d\x69\156\151\x73\164\x72\141\164\151\157\x6e\x2f\x73\x65\x72\166\145\162\57\146\151\x6c\x65\55\160\x65\x72\155\151\163\x73\x69\x6f\156\x73\x2f"), "\74\153\x62\x64\76\103\164\162\x6c\40\x2b\x20\x41\x3c\x2f\153\142\x64\x3e", "\x3c\153\142\x64\76\342\x8c\230\40\53\x20\x41\74\x2f\153\x62\x64\x3e"); ?>
</p>
<form action="options-permalink.php" method="post">
<?php wp_nonce_field("\165\160\x64\x61\x74\x65\55\x70\145\162\155\x61\x6c\x69\156\x6b"); ?>
<p>
<label for="rules"><?php _e("\122\x65\x77\162\x69\164\x65\x20\x72\x75\x6c\x65\163\72"); ?>
</label><br />
<textarea rows="8" class="large-text readonly"
name="rules" id="rules" readonly="readonly"
aria-describedby="htaccess-description"
><?php echo esc_textarea($wp_rewrite->mod_rewrite_rules()); ?>
</textarea>
</p>
</form>
<?php } ?>
<?php } } goto nRrgS; DGj4A: ?>
</p>
<table class="form-table permalink-structure" role="presentation">
<tbody>
<tr>
<th scope="row"><?php goto MgT09; g8iSt: ?>
"
aria-describedby="permalink-custom" class="regular-text code"
/>
</span>
</p>
<div class="available-structure-tags hide-if-no-js">
<div id="custom_selection_updated" aria-live="assertive" class="screen-reader-text"></div>
<?php goto Da3gz; GdegA: $parent_file = "\157\x70\x74\x69\157\x6e\163\x2d\147\145\156\x65\x72\x61\154\56\160\x68\x70"; goto osQCI; xvPpe: $available_tags = apply_filters("\x61\166\x61\151\154\x61\x62\x6c\x65\137\160\145\162\155\x61\154\x69\x6e\x6b\137\x73\164\x72\x75\143\x74\x75\162\145\x5f\x74\x61\147\163", $available_tags); goto kFer2; rLxNf: ?>
</h2>
<p>
<?php goto ru4HL; xTRVD: _e("\x43\165\x73\164\x6f\155\151\172\145\x20\x70\145\162\155\141\x6c\151\156\x6b\40\163\x74\162\165\143\x74\165\x72\145\x20\x62\x79\x20\x73\x65\x6c\145\x63\x74\151\x6e\x67\x20\x61\x76\x61\x69\154\x61\142\154\145\40\164\x61\147\x73"); goto j_O2t; n1knI: require_once ABSPATH . "\x77\x70\x2d\141\144\x6d\x69\x6e\57\141\x64\155\x69\x6e\55\x66\x6f\157\x74\x65\x72\56\x70\150\x70"; goto z4CAV; OEqUP: _e("\103\141\x74\x65\147\157\x72\x79\x20\142\x61\x73\145"); goto tnKzw; M0GNq: ?>
</th>
<td>
<fieldset class="structure-selection">
<legend class="screen-reader-text">
<?php goto DNp63; XN0d6: ?>
</label>
</th>
<td>
<?php goto zCVmN; kFer2: $tag_added = __("\x25\163\40\x61\x64\144\x65\144\40\x74\x6f\40\x70\x65\x72\x6d\x61\x6c\151\x6e\153\x20\163\x74\x72\165\x63\x74\x75\162\x65"); goto KvJEp; t0h9b: $tag_already_used = __("\x25\x73\40\50\141\x6c\x72\145\x61\x64\171\40\165\x73\x65\x64\40\151\x6e\x20\x70\x65\x72\155\x61\x6c\151\156\x6b\x20\x73\164\x72\165\143\164\x75\162\x65\51"); goto X0v4w; TdqqJ: ?>
</code>
<input name="permalink_structure" id="permalink_structure"
type="text" value="<?php goto Asx0U; SWZ6_: ?>
" class="regular-text code"
/>
</td>
</tr>
<tr>
<th>
<label for="tag_base"><?php goto ghZ72; Sc8Fp: $permalink_structure = get_option("\160\145\162\x6d\x61\154\x69\x6e\x6b\x5f\163\164\x72\x75\143\164\165\x72\145"); goto IDEaG; vKzE6: ?>
</p>
<table class="form-table" role="presentation">
<tr>
<th>
<label for="category_base">
<?php goto OEqUP; X0v4w: ?>
<h2 class="title"><?php goto K5zTH; FQE6c: checked(!in_array($permalink_structure, $default_structure_values, true)); goto m5EHq; Da3gz: if (!empty($available_tags)) { ?>
<fieldset>
<legend><?php _e("\x41\x76\141\151\154\141\142\x6c\x65\40\x74\141\147\x73\x3a"); ?>
</legend>
<ul role="list">
<?php foreach ($available_tags as $tag => $explanation) { ?>
<li>
<button type="button"
class="button button-secondary"
aria-label="<?php echo esc_attr(sprintf($explanation, $tag)); ?>
"
data-added="<?php echo esc_attr(sprintf($tag_added, $tag)); ?>
"
data-removed="<?php echo esc_attr(sprintf($tag_removed, $tag)); ?>
"
data-used="<?php echo esc_attr(sprintf($tag_already_used, $tag)); ?>
">
<?php echo "\x25" . esc_html($tag) . "\x25"; ?>
</button>
</li>
<?php } ?>
</ul>
</fieldset>
<?php } goto M3ChH; vJ2pA: unset($help_sidebar_content); goto XYlNP; bJsGA: require_once __DIR__ . "\57\141\144\x6d\x69\x6e\x2e\160\150\x70"; goto h0Xop; iDbTq: echo esc_url($url_base); goto TdqqJ; nRrgS: ?>
</div><!-- .wrap -->
<?php goto n1knI; ru4HL: printf(__("\123\x65\x6c\x65\x63\x74\x20\164\x68\145\40\x70\145\162\155\x61\x6c\151\x6e\x6b\x20\163\x74\162\x75\x63\164\x75\162\145\x20\x66\x6f\162\40\x79\x6f\x75\x72\40\167\x65\x62\x73\x69\164\145\x2e\x20\111\156\143\x6c\x75\x64\151\156\147\40\164\x68\x65\x20\45\163\40\164\x61\x67\40\x6d\x61\153\145\x73\x20\x6c\151\156\153\x73\40\x65\x61\163\171\40\x74\x6f\40\165\156\x64\x65\x72\x73\164\x61\x6e\x64\54\40\141\156\144\40\x63\x61\x6e\x20\150\145\154\160\40\x79\x6f\165\162\40\x70\157\x73\164\x73\x20\x72\141\156\153\40\150\x69\147\150\x65\x72\40\151\x6e\x20\163\x65\x61\162\x63\x68\x20\145\x6e\147\151\x6e\x65\x73\x2e"), "\74\x63\157\144\145\x3e\x25\x70\157\163\164\156\x61\155\x65\x25\74\57\143\x6f\x64\145\76"); goto DGj4A; vxESR: $using_index_permalinks = $wp_rewrite->using_index_permalinks(); goto vUKmi; zIZ7r: get_current_screen()->add_help_tab(array("\151\x64" => "\x70\145\x72\x6d\141\154\x69\x6e\x6b\55\x73\145\164\x74\x69\156\x67\163", "\x74\x69\164\x6c\145" => __("\120\145\162\155\141\x6c\x69\x6e\153\x20\x53\145\164\x74\151\156\x67\163"), "\143\x6f\x6e\x74\145\x6e\x74" => "\74\160\76" . __("\120\145\x72\155\x61\154\x69\156\x6b\163\40\143\141\156\x20\x63\157\x6e\164\x61\151\156\x20\165\163\145\x66\x75\154\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\54\x20\x73\x75\143\x68\x20\x61\x73\40\164\x68\145\x20\x70\157\163\164\x20\x64\x61\164\145\x2c\x20\164\x69\164\x6c\x65\54\x20\157\x72\40\157\x74\150\145\162\x20\145\x6c\145\155\145\156\164\163\56\40\131\157\165\40\x63\141\x6e\x20\143\150\157\x6f\163\x65\40\x66\162\x6f\x6d\40\141\156\171\x20\x6f\x66\x20\164\x68\x65\x20\163\165\147\147\145\163\164\145\144\x20\160\145\162\x6d\x61\154\151\x6e\153\40\146\157\162\155\141\x74\x73\54\40\x6f\162\x20\x79\157\165\40\143\x61\x6e\x20\x63\162\141\146\164\40\x79\x6f\x75\x72\40\157\167\156\40\151\x66\x20\x79\157\165\40\x73\x65\x6c\145\143\x74\40\x43\x75\x73\164\157\x6d\40\x53\164\162\x75\x63\x74\x75\x72\145\56") . "\x3c\57\160\x3e" . "\x3c\x70\x3e" . sprintf(__("\111\146\x20\171\157\x75\x20\x70\x69\x63\153\40\141\x6e\x20\x6f\160\164\151\x6f\x6e\40\157\x74\150\x65\x72\x20\x74\x68\x61\156\40\120\154\141\x69\x6e\x2c\x20\x79\157\x75\x72\x20\x67\145\x6e\145\x72\141\154\40\125\122\114\x20\160\x61\x74\x68\40\x77\151\x74\150\40\163\164\x72\165\143\164\165\x72\145\40\x74\141\147\x73\x20\50\x74\x65\x72\155\163\x20\163\x75\162\162\x6f\x75\x6e\144\145\144\x20\142\x79\x20\45\163\51\40\167\151\x6c\x6c\x20\x61\154\x73\x6f\40\141\160\160\x65\141\162\40\151\x6e\40\x74\150\145\40\143\x75\x73\164\x6f\155\x20\x73\x74\x72\x75\143\x74\x75\162\145\x20\x66\151\x65\154\x64\40\141\156\144\40\x79\x6f\165\162\x20\x70\x61\x74\150\x20\143\141\x6e\40\142\x65\x20\146\165\162\x74\x68\145\x72\40\155\x6f\x64\x69\x66\x69\145\x64\40\x74\x68\x65\x72\x65\56"), "\x3c\x63\x6f\x64\145\76\x25\x3c\57\143\157\144\x65\x3e") . "\x3c\x2f\x70\x3e" . "\74\x70\76" . sprintf(__("\x57\x68\145\x6e\x20\171\x6f\x75\x20\x61\163\x73\x69\147\x6e\40\x6d\165\x6c\x74\151\160\154\x65\40\143\x61\x74\145\147\x6f\162\151\x65\x73\x20\157\x72\40\x74\141\147\x73\40\164\157\x20\x61\x20\x70\x6f\163\164\54\40\x6f\156\x6c\171\40\x6f\x6e\x65\40\x63\x61\156\40\163\x68\157\167\40\x75\160\x20\151\156\40\x74\x68\x65\x20\160\145\162\x6d\141\154\x69\156\153\x3a\x20\164\x68\x65\40\154\157\x77\145\163\164\x20\x6e\165\155\142\145\x72\x65\x64\40\143\x61\x74\145\147\x6f\162\x79\x2e\40\x54\150\x69\x73\x20\141\160\160\x6c\x69\145\x73\40\x69\146\40\x79\157\165\162\x20\143\x75\163\164\157\155\x20\163\x74\162\165\x63\x74\165\162\x65\40\151\156\x63\x6c\x75\144\x65\163\x20\45\61\44\x73\x20\x6f\x72\x20\45\x32\44\163\x2e"), "\74\x63\157\144\x65\76\x25\143\x61\164\x65\x67\157\162\171\45\x3c\57\x63\157\144\145\x3e", "\74\x63\x6f\x64\145\76\45\164\141\x67\45\74\57\143\157\x64\x65\x3e") . "\74\57\x70\76" . "\74\160\76" . __("\131\157\165\40\155\165\163\x74\40\143\154\151\x63\153\40\x74\150\145\40\x53\141\166\145\40\103\150\x61\x6e\x67\x65\x73\40\x62\x75\x74\164\x6f\x6e\40\x61\164\x20\164\150\x65\x20\142\x6f\164\x74\157\x6d\x20\157\x66\40\164\150\x65\40\x73\x63\162\x65\145\156\x20\x66\157\x72\x20\x6e\x65\167\x20\x73\145\x74\x74\x69\156\147\163\40\164\x6f\40\x74\x61\153\145\40\x65\x66\146\x65\x63\x74\x2e") . "\x3c\57\160\76")); goto SWtDY; qCujV: submit_button(); goto VvYPU; gaH29: do_settings_fields("\x70\x65\162\155\141\x6c\x69\x6e\153", "\x6f\160\164\151\x6f\x6e\x61\154"); goto E_LnR; H8S9z: $iis7_permalinks = iis7_supports_permalinks(); goto Sc8Fp; sQWSG: require_once ABSPATH . "\167\160\x2d\141\x64\x6d\151\x6e\x2f\141\x64\155\x69\x6e\55\x68\x65\x61\x64\145\x72\x2e\160\x68\x70"; goto Vz21f; BC5nD: if (is_multisite() && !is_subdomain_install() && is_main_site() && str_starts_with($permalink_structure, "\x2f\142\x6c\157\x67\x2f")) { $permalink_structure = preg_replace("\174\x5e\57\77\x62\x6c\x6f\x67\174", '', $permalink_structure); $category_base = preg_replace("\x7c\x5e\57\77\142\154\157\x67\x7c", '', $category_base); $tag_base = preg_replace("\174\136\x2f\77\x62\154\x6f\147\x7c", '', $tag_base); } goto copyu; d4tmV: $tag_base = get_option("\164\x61\x67\137\142\141\x73\145"); goto v1mcE; SWtDY: get_current_screen()->add_help_tab(array("\151\144" => "\x63\165\x73\164\x6f\155\55\163\164\x72\165\143\x74\165\162\x65\163", "\164\151\164\x6c\145" => __("\103\165\163\x74\157\x6d\x20\x53\164\162\x75\x63\164\165\x72\145\163"), "\143\157\x6e\164\145\156\x74" => "\74\160\x3e" . __("\x54\150\x65\x20\117\160\164\151\157\x6e\x61\x6c\x20\x66\151\x65\154\x64\x73\x20\154\x65\164\x20\x79\157\x75\40\143\165\x73\164\x6f\155\x69\172\x65\40\x74\150\145\40\46\43\70\62\62\x30\73\x63\141\x74\x65\x67\x6f\x72\x79\x26\x23\70\x32\x32\x31\73\40\141\x6e\x64\x20\x26\43\70\62\x32\x30\73\164\141\x67\x26\43\x38\x32\x32\61\x3b\x20\x62\x61\x73\x65\x20\156\141\155\145\163\x20\x74\150\x61\x74\x20\x77\x69\154\154\40\x61\160\x70\x65\x61\x72\x20\x69\x6e\40\141\162\143\x68\x69\x76\145\40\125\122\114\x73\56\40\x46\x6f\x72\40\145\x78\x61\x6d\x70\x6c\x65\54\40\x74\x68\145\x20\160\x61\147\x65\40\x6c\x69\x73\x74\151\156\x67\x20\x61\x6c\154\40\x70\x6f\163\164\x73\x20\x69\156\40\x74\x68\145\x20\x26\x23\70\x32\62\x30\73\125\156\143\x61\x74\145\x67\157\x72\151\172\x65\x64\46\43\70\x32\x32\x31\x3b\40\143\141\164\145\x67\157\x72\x79\40\x63\x6f\x75\154\x64\40\x62\145\x20\x3c\x63\x6f\144\x65\76\x2f\x74\x6f\x70\151\143\163\x2f\x75\156\143\141\x74\x65\x67\157\x72\x69\x7a\x65\144\x3c\x2f\143\157\144\145\76\x20\x69\156\163\x74\x65\141\144\40\157\146\40\x3c\143\157\144\x65\x3e\x2f\x63\x61\x74\145\147\x6f\x72\x79\x2f\165\156\143\x61\x74\145\x67\x6f\162\151\x7a\145\x64\x3c\57\143\x6f\144\145\76\x2e") . "\74\57\160\76" . "\74\160\x3e" . __("\x59\x6f\x75\40\155\165\x73\x74\x20\x63\x6c\x69\x63\153\40\x74\x68\x65\40\x53\141\166\145\40\103\150\x61\156\x67\145\163\x20\x62\x75\164\x74\157\156\40\x61\x74\40\x74\x68\145\40\x62\x6f\x74\164\x6f\155\40\157\146\x20\164\150\x65\40\163\143\162\145\145\x6e\x20\x66\x6f\x72\x20\156\145\167\x20\x73\x65\x74\164\x69\x6e\147\x73\40\164\x6f\x20\x74\x61\153\145\40\x65\x66\146\145\143\x74\56") . "\74\57\160\76")); goto rF2qk; VvYPU: ?>
</form>
<?php goto l6BN6; GCVFp: get_current_screen()->set_help_sidebar($help_sidebar_content); goto vJ2pA; JADQ2: foreach ($default_structures as $input) { ?>
<div class="row">
<input id="permalink-input-<?php echo esc_attr($input["\151\x64"]); ?>
"
name="selection" aria-describedby="permalink-<?php echo esc_attr($input["\151\x64"]); ?>
"
type="radio" value="<?php echo esc_attr($input["\166\141\x6c\x75\x65"]); ?>
"
<?php checked($input["\166\141\x6c\x75\145"], $permalink_structure); ?>
/>
<div>
<label for="permalink-input-<?php echo esc_attr($input["\x69\144"]); ?>
">
<?php echo esc_html($input["\x6c\141\x62\x65\154"]); ?>
</label>
<p>
<code id="permalink-<?php echo esc_attr($input["\x69\x64"]); ?>
">
<?php echo esc_html($input["\145\x78\141\x6d\160\154\145"]); ?>
</code>
</p>
</div>
</div><!-- .row -->
<?php } goto Qu8dh; jQWey: ?>
<input name="tag_base" id="tag_base" type="text"
value="<?php goto QmoBk; copyu: $url_base = home_url($blog_prefix . $index_php_prefix); goto aDCGT; Qu8dh: ?>
<div class="row">
<input id="custom_selection"
name="selection" type="radio" value="custom"
<?php goto FQE6c; Vz21f: ?>
<div class="wrap">
<h1><?php goto jPPYc; k_Ebd: $default_structure_values = wp_list_pluck($default_structures, "\166\141\154\x75\145"); goto wanZv; U9py6: _e("\x4f\x70\x74\x69\x6f\156\141\x6c"); goto eiB4J; v1mcE: $structure_updated = false; goto MGLEq; rF2qk: $help_sidebar_content = "\x3c\x70\76\74\163\x74\x72\157\x6e\x67\76" . __("\106\157\x72\40\155\x6f\162\145\40\151\156\x66\157\x72\155\141\x74\x69\x6f\x6e\72") . "\x3c\57\163\x74\162\x6f\x6e\147\x3e\74\x2f\x70\76" . "\74\160\76" . __("\74\x61\40\150\x72\x65\146\75\42\x68\164\x74\x70\163\72\x2f\x2f\167\157\x72\144\160\162\145\x73\x73\x2e\x6f\162\x67\57\x64\x6f\x63\165\x6d\145\156\x74\x61\164\151\x6f\156\x2f\x61\x72\x74\151\143\x6c\145\57\x73\x65\x74\164\151\156\147\163\55\x70\145\x72\155\141\154\x69\x6e\x6b\x73\x2d\163\x63\x72\x65\145\156\x2f\42\x3e\x44\157\x63\x75\x6d\145\156\x74\141\164\x69\157\x6e\x20\157\156\x20\x50\x65\162\x6d\x61\x6c\x69\156\153\163\40\x53\145\x74\164\x69\x6e\x67\163\74\x2f\141\76") . "\x3c\57\x70\76" . "\x3c\x70\x3e" . __("\74\141\x20\150\162\x65\x66\x3d\x22\x68\x74\164\x70\x73\x3a\57\57\x77\x6f\x72\144\x70\162\x65\x73\163\56\x6f\x72\147\x2f\x64\x6f\x63\x75\155\x65\156\164\141\x74\x69\x6f\156\57\141\162\x74\151\x63\x6c\145\x2f\143\165\x73\x74\x6f\x6d\151\172\145\55\160\145\x72\155\141\x6c\x69\x6e\153\163\x2f\x22\76\104\157\143\x75\155\x65\x6e\x74\141\164\151\x6f\x6e\x20\157\x6e\40\x55\163\x69\156\x67\x20\120\145\x72\155\141\154\x69\156\x6b\163\x3c\x2f\x61\76") . "\74\57\x70\x3e"; goto K6gpy; yBo5u: ?>
</legend>
<?php goto JADQ2; MgT09: _e("\x50\145\162\x6d\x61\x6c\x69\x6e\153\x20\163\164\162\x75\x63\x74\x75\x72\x65"); goto M0GNq; eiB4J: ?>
</h2>
<p>
<?php goto NoBk3; Z7PRh: echo $blog_prefix; goto d1dLp; h0Xop: if (!current_user_can("\x6d\x61\156\141\x67\x65\137\x6f\x70\x74\x69\157\x6e\x73")) { wp_die(__("\x53\157\162\x72\x79\54\x20\171\157\x75\x20\x61\x72\x65\x20\156\x6f\x74\x20\141\x6c\x6c\157\167\145\144\40\x74\x6f\x20\x6d\141\x6e\141\147\145\x20\x6f\x70\x74\x69\157\x6e\x73\40\146\157\x72\40\x74\150\151\163\x20\x73\151\x74\145\x2e")); } goto XNF0L; DNp63: _e("\120\145\162\x6d\141\x6c\151\x6e\153\x20\x73\x74\162\x75\x63\x74\x75\162\x65"); goto yBo5u; osQCI: get_current_screen()->add_help_tab(array("\151\144" => "\x6f\166\x65\x72\x76\x69\x65\x77", "\x74\x69\x74\x6c\x65" => __("\117\x76\145\162\166\151\x65\x77"), "\x63\157\156\x74\x65\x6e\164" => "\74\x70\x3e" . __("\120\x65\x72\x6d\x61\x6c\x69\x6e\153\163\x20\141\162\145\40\164\x68\145\40\x70\x65\162\x6d\141\x6e\x65\x6e\x74\x20\x55\122\x4c\x73\x20\x74\157\x20\x79\157\165\x72\40\151\156\144\151\x76\151\x64\165\141\x6c\x20\160\x61\147\145\x73\x20\x61\156\x64\x20\x62\154\x6f\147\x20\x70\x6f\163\x74\x73\54\40\141\x73\40\x77\x65\154\x6c\x20\x61\163\x20\171\157\165\x72\40\143\141\x74\145\x67\x6f\162\x79\40\x61\156\144\40\x74\x61\147\40\141\x72\x63\150\151\166\145\163\x2e\x20\101\x20\160\145\x72\155\141\154\x69\156\153\x20\x69\163\40\164\x68\x65\x20\x77\145\142\x20\141\x64\144\162\145\x73\163\x20\165\163\x65\x64\x20\164\157\x20\x6c\x69\156\x6b\40\x74\157\x20\171\157\x75\162\40\143\157\156\x74\145\x6e\164\56\x20\x54\150\x65\x20\125\x52\114\40\164\157\x20\x65\x61\x63\x68\40\x70\157\x73\164\40\x73\150\x6f\165\x6c\x64\40\x62\x65\x20\160\x65\162\155\x61\x6e\145\156\164\54\x20\141\x6e\x64\40\156\x65\166\145\x72\x20\143\150\x61\x6e\x67\145\x20\x26\x23\x38\x32\x31\62\73\x20\x68\145\x6e\143\145\40\x74\150\145\40\156\141\x6d\145\40\160\x65\162\x6d\x61\154\x69\156\153\x2e") . "\74\x2f\160\x3e" . "\x3c\160\76" . __("\124\x68\151\x73\x20\x73\x63\x72\x65\x65\156\x20\141\154\154\x6f\167\x73\40\171\157\x75\x20\x74\157\40\x63\x68\157\157\163\x65\x20\171\157\x75\x72\x20\160\145\162\x6d\141\154\151\156\x6b\40\163\x74\162\165\143\x74\165\162\x65\x2e\x20\131\x6f\x75\x20\x63\x61\156\x20\x63\150\x6f\x6f\x73\145\x20\146\x72\157\x6d\x20\143\x6f\155\x6d\x6f\x6e\x20\163\145\164\x74\x69\x6e\x67\x73\x20\157\162\x20\143\x72\145\141\x74\145\40\143\x75\x73\x74\x6f\x6d\x20\x55\122\x4c\40\163\x74\x72\165\x63\x74\x75\x72\x65\163\x2e") . "\x3c\57\160\76" . "\74\160\76" . __("\x59\x6f\165\x20\x6d\165\x73\x74\40\x63\154\x69\143\153\x20\x74\150\145\40\x53\141\x76\x65\40\103\150\x61\156\147\x65\163\x20\x62\x75\164\x74\157\x6e\40\x61\x74\x20\x74\x68\145\40\142\x6f\164\x74\x6f\x6d\40\157\x66\40\164\150\x65\40\163\x63\162\x65\145\x6e\x20\146\157\162\40\156\145\167\40\163\145\x74\x74\151\156\x67\x73\x20\x74\157\x20\x74\141\153\145\x20\x65\x66\146\x65\143\164\56") . "\74\x2f\160\x3e")); goto zIZ7r; HOzoG: $help_sidebar_content .= "\74\160\76" . __("\74\x61\40\x68\162\145\x66\75\42\x68\164\164\160\163\72\57\57\x77\157\162\144\160\162\145\163\163\x2e\157\162\147\57\163\x75\x70\x70\157\x72\164\x2f\146\x6f\x72\165\155\x73\57\x22\x3e\x53\x75\x70\160\157\x72\164\40\146\x6f\162\x75\x6d\x73\74\x2f\141\76") . "\74\57\x70\x3e"; goto GCVFp; IDEaG: $index_php_prefix = ''; goto XcHqc; dZHiC: if ($iis7_permalinks) { if (!file_exists($home_path . "\167\x65\142\56\143\x6f\156\x66\151\x67") && win_is_writable($home_path) || win_is_writable($home_path . "\x77\145\x62\56\x63\x6f\x6e\x66\151\x67")) { $writable = true; } else { $writable = false; } } elseif ($is_nginx || $is_caddy) { $writable = false; } else { if (!file_exists($home_path . "\56\150\164\x61\x63\143\x65\163\163") && is_writable($home_path) || is_writable($home_path . "\56\150\x74\141\x63\143\x65\163\163")) { $writable = true; } else { $writable = false; $existing_rules = array_filter(extract_from_markers($home_path . "\56\150\164\141\x63\x63\145\163\x73", "\x57\x6f\x72\x64\x50\x72\145\163\163")); $new_rules = array_filter(explode("\xa", $wp_rewrite->mod_rewrite_rules())); $htaccess_update_required = $new_rules !== $existing_rules; } } goto vxESR; xvpgT: ?>
</label>
<p>
<label for="permalink_structure" class="screen-reader-text">
<?php goto xTRVD; al0YJ: ?>
</p>
<?php goto BC5nD; wEkZC: ?>
<p>
<?php goto Rm_mG; wanZv: $available_tags = array("\x79\x65\141\x72" => __("\45\163\40\50\x54\150\x65\40\x79\145\141\162\40\x6f\x66\x20\x74\x68\145\40\160\x6f\163\164\x2c\x20\146\157\x75\x72\x20\144\x69\x67\151\x74\163\54\40\x66\157\162\40\x65\170\141\x6d\160\x6c\x65\40\x32\60\60\x34\56\x29"), "\x6d\x6f\156\x74\150\156\165\x6d" => __("\45\163\x20\50\115\x6f\156\x74\150\x20\157\146\40\x74\x68\x65\x20\x79\x65\x61\x72\54\40\146\x6f\x72\x20\145\x78\x61\155\x70\154\145\x20\60\65\56\51"), "\x64\x61\171" => __("\45\x73\40\x28\104\141\171\x20\x6f\146\40\x74\x68\145\x20\x6d\x6f\x6e\164\150\x2c\40\146\x6f\x72\x20\x65\x78\141\x6d\x70\154\145\x20\x32\70\x2e\x29"), "\x68\x6f\x75\x72" => __("\45\163\x20\x28\110\x6f\x75\162\x20\157\x66\x20\164\150\x65\x20\144\x61\x79\x2c\x20\x66\x6f\162\40\145\170\141\155\x70\x6c\145\40\x31\x35\56\x29"), "\155\x69\x6e\x75\164\x65" => __("\x25\x73\40\x28\115\x69\x6e\x75\x74\x65\x20\x6f\146\40\164\x68\145\40\150\x6f\x75\x72\x2c\40\x66\157\162\40\x65\170\x61\x6d\x70\x6c\x65\x20\64\x33\56\x29"), "\x73\x65\x63\157\x6e\x64" => __("\x25\163\40\50\123\x65\x63\157\x6e\x64\40\x6f\146\x20\x74\150\x65\x20\x6d\x69\156\165\164\x65\54\x20\x66\x6f\x72\x20\145\170\141\x6d\160\x6c\145\x20\63\63\56\51"), "\x70\x6f\163\164\x5f\151\x64" => __("\x25\163\40\x28\124\150\145\x20\x75\x6e\x69\x71\x75\x65\x20\111\x44\40\x6f\146\40\164\x68\145\40\x70\x6f\163\x74\54\40\x66\x6f\162\40\x65\x78\x61\155\160\x6c\x65\40\64\62\x33\x2e\51"), "\x70\x6f\x73\x74\x6e\x61\155\145" => __("\45\163\40\x28\x54\150\145\40\163\141\x6e\151\164\151\172\x65\x64\x20\x70\x6f\x73\164\x20\x74\151\164\154\145\x20\50\x73\154\165\147\51\56\x29"), "\x63\141\x74\145\147\x6f\x72\171" => __("\x25\163\40\50\103\x61\164\x65\x67\157\x72\x79\x20\163\154\x75\x67\56\40\x4e\x65\x73\x74\x65\x64\40\x73\165\142\55\143\x61\x74\145\147\157\162\151\x65\x73\x20\x61\x70\x70\x65\x61\162\x20\x61\x73\40\x6e\145\163\x74\x65\x64\40\x64\x69\x72\x65\143\164\157\162\151\145\163\x20\x69\156\x20\x74\150\145\x20\x55\x52\x4c\56\51"), "\x61\x75\x74\150\157\162" => __("\45\x73\x20\x28\x41\x20\x73\x61\156\151\x74\151\x7a\x65\x64\40\166\x65\162\x73\x69\x6f\x6e\40\x6f\146\x20\164\150\145\x20\x61\165\164\150\157\162\x20\156\x61\155\x65\x2e\51")); goto xvPpe; jPPYc: echo esc_html($title); goto iEu7x; XYlNP: $home_path = get_home_path(); goto H8S9z; kdXd_: wp_nonce_field("\x75\x70\x64\x61\x74\145\55\160\x65\x72\155\141\154\x69\156\153"); goto wEkZC; d1dLp: ?>
<input name="category_base" id="category_base" type="text"
value="<?php goto QQGXC; z4CAV: ?>
Function Calls
None |
Stats
MD5 | a5ffcbd4a7af7cd3110b990895cc18c8 |
Eval Count | 0 |
Decode Time | 118 ms |