astra_load_woocommerce_login_form_password_icon()

Check if user is old for hiding/showing password icon field for login my-account form.


Description


Return

(bool) true|false.


Source

File: inc/core/common-functions.php

function astra_load_woocommerce_login_form_password_icon() {
	$astra_settings = get_option( ASTRA_THEME_SETTINGS );
	return apply_filters( 'astra_get_option_woo-show-password-icon', isset( $astra_settings['woo-show-password-icon'] ) ? false : true );
}

Changelog

Changelog
Version Description
3.9.2 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.