# Add a message above the login / register form > This is a **Developer level** doc. If you are unfamiliar with code and resolving potential conflicts, select a [WooExpert or Developer](https://woocommerce.com/customizations/) for assistance. We are unable to provide support for customizations under our [Support Policy](http://www.woocommerce.com/support-policy/). This code will add a custom message above the login/register form on the user’s my-account page. ```php if ( ! function_exists( 'YOUR_PREFIX_login_message' ) ) { /** * Add a message above the login / register form on my-account page */ function YOUR_PREFIX_login_message() { if ( get_option( 'woocommerce_enable_myaccount_registration' ) == 'yes' ) { ?>