Version Description
- Update compatibility file for TranslatePress - Multilingual
Download this release
Release Info
Developer | nsp-code |
Plugin | WP Hide & Security Enhancer |
Version | 1.6.3.4 |
Comparing to | |
See all releases |
Code changes from version 1.6.3.3 to 1.6.3.4
- compatibility/translatepress-multilingual.php +1 -1
- readme.txt +4 -1
- wp-hide.php +1 -1
compatibility/translatepress-multilingual.php
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
|
39 |
function trp_is_admin_link( $is_admin_link, $url, $admin_url, $wp_login_url )
|
40 |
{
|
41 |
-
$new_wp_login_php = $new_login = $wph->functions->get_module_item_setting('new_wp_login_php');
|
42 |
$login_url = home_url( $new_wp_login_php, 'login' );
|
43 |
|
44 |
$default_login_url = site_url( 'wp-login', 'login');
|
38 |
|
39 |
function trp_is_admin_link( $is_admin_link, $url, $admin_url, $wp_login_url )
|
40 |
{
|
41 |
+
$new_wp_login_php = $new_login = $this->wph->functions->get_module_item_setting('new_wp_login_php');
|
42 |
$login_url = home_url( $new_wp_login_php, 'login' );
|
43 |
|
44 |
$default_login_url = site_url( 'wp-login', 'login');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.nsp-code.com/
|
|
4 |
Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, wp-admin, admin hide, login change,
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.7
|
7 |
-
Stable tag: 1.6.3.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Hide WordPress default paths, wp-content, wp-includes, wp-admin, login URL, plugins, themes etc. Block the defaults for being still accessible. No files and data are changed on your server.
|
@@ -355,6 +355,9 @@ Please get in touch with us and we'll do our best to include it for a next versi
|
|
355 |
|
356 |
== Changelog ==
|
357 |
|
|
|
|
|
|
|
358 |
= 1.6.3.3 =
|
359 |
* Fix attachment_url_to_postid
|
360 |
* Fix undefined get_metadata_raw
|
4 |
Tags: wordpress hide, hide, security, improve security, hacking, wp hide, custom login, wp-loging.php, wp-admin, admin hide, login change,
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.7
|
7 |
+
Stable tag: 1.6.3.4
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Hide WordPress default paths, wp-content, wp-includes, wp-admin, login URL, plugins, themes etc. Block the defaults for being still accessible. No files and data are changed on your server.
|
355 |
|
356 |
== Changelog ==
|
357 |
|
358 |
+
= 1.6.3.4 =
|
359 |
+
* Update compatibility file for TranslatePress - Multilingual
|
360 |
+
|
361 |
= 1.6.3.3 =
|
362 |
* Fix attachment_url_to_postid
|
363 |
* Fix undefined get_metadata_raw
|
wp-hide.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://www.wp-hide.com/
|
|
5 |
Description: Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
|
6 |
Author: Nsp Code
|
7 |
Author URI: http://www.nsp-code.com
|
8 |
-
Version: 1.6.3.
|
9 |
Text Domain: wp-hide-security-enhancer
|
10 |
Domain Path: /languages/
|
11 |
*/
|
5 |
Description: Hide and increase Security for your WordPress website instance using smart techniques. No files are changed on your server.
|
6 |
Author: Nsp Code
|
7 |
Author URI: http://www.nsp-code.com
|
8 |
+
Version: 1.6.3.4
|
9 |
Text Domain: wp-hide-security-enhancer
|
10 |
Domain Path: /languages/
|
11 |
*/
|