/** * Disable WordPress / WooCommerce Lost Password functionality. * * - Removes / redirects the "Lost your password?" URL. * - Blocks direct access to wp-login.php?action=lostpassword. * - Blocks wp-login.php?action=retrievepassword. * - Prevents WordPress password reset requests from being processed. * - Does NOT affect normal login. * - Does NOT affect 2FA during normal login. * - Administrators can still manually change passwords from WP Admin. */ /** * 1. Redirect all WordPress-generated Lost Password URLs * back to the normal login page. */ add_filter( 'lostpassword_url', function( $lostpassword_url, $redirect ) { return add_query_arg( 'password-reset', 'disabled', wp_login_url() ); }, 999, 2 ); /** * 2. Block direct access to native WordPress * Lost Password / Retrieve Password actions. */ add_action( 'login_init', function() { $action = isset( $_REQUEST['action'] ) ? sanitize_key( wp_unslash( $_REQUEST['action'] ) ) : 'login'; if ( in_array( $action, array( 'lostpassword', 'retrievepassword' ), true ) ) { wp_safe_redirect( add_query_arg( 'password-reset', 'disabled', wp_login_url() ) ); exit; } }); /** * 3. Server-side protection. * * Even if a plugin/theme tries to submit a native * WordPress password-reset request directly, * WordPress will reject it. */ add_action( 'lostpassword_post', function( $errors ) { if ( is_wp_error( $errors ) ) { $errors->add( 'password_reset_disabled', 'Password reset is currently disabled. Please contact the website administrator for assistance.' ); } }, 999 ); /** * 4. WooCommerce: * Redirect the My Account lost-password endpoint. */ add_action( 'template_redirect', function() { if ( function_exists( 'is_account_page' ) && is_account_page() && function_exists( 'is_wc_endpoint_url' ) && is_wc_endpoint_url( 'lost-password' ) ) { wp_safe_redirect( add_query_arg( 'password-reset', 'disabled', wc_get_page_permalink( 'myaccount' ) ) ); exit; } }); /** * 5. Display message on the WordPress login screen. */ add_filter( 'login_message', function( $message ) { if ( isset( $_GET['password-reset'] ) && 'disabled' === sanitize_key( wp_unslash( $_GET['password-reset'] ) ) ) { $message .= '
' . esc_html__( 'Password reset is currently disabled. Please contact the website administrator for assistance.' ) . '
'; } return $message; }); /** * 6. Display equivalent message on WooCommerce My Account. */ add_action( 'woocommerce_before_customer_login_form', function() { if ( isset( $_GET['password-reset'] ) && 'disabled' === sanitize_key( wp_unslash( $_GET['password-reset'] ) ) ) { wc_print_notice( 'Password reset is currently disabled. Please contact us for assistance.', 'notice' ); } });

Transfer fees by the Department of Land and Surveys

Transfer fees by the Department of Land and Surveys

The fees charged by the Department of Land and Surveys for transfers of immovable property are as follows:

 

Value

Rate

Fee

Accumulated fees

%

Up to 85.000

3

2.250

2.550

85.000 – 170.000

5

4.250

6.800

Over 170.000

8

 

 

 

In an effort to revive the real estate market, sale-purchase contracts concluded between 2 December 2011 and 31 December 2016, which are subject to VAT, will be exempt from the above transfer fees and those not subject to VAT will be eligible for a 50% exemption from the above transfer fees (under certain conditions).

 

In the case of property transferred from a company whose shareholders are spouses and/or their children, to one of the two spouses, or their children or to a relative up to third degree of relation the transfer fees are calculated on the value of the property as follows:

  • if the transfer is to a spouse  – 8%
  • if the transfer is to a child       – 4%
  • if the transfer is to a relative  – 8%

 

Also the following rates are applicable in the case of free transfers:

  • from parents to children               – 0,2%
  • between spouses                         – 0,4%
  • between third degree relatives   – 0,4%
  • to trustees                                       €50

Value in these cases refers to values as at 1 January 1980.

Mortgage registration fees are 1% of the current market value.

In the case of companies’ reorganizations, transfers of immovable property are not subject to transfer fees or mortgage registration fees.