I use esc_html__ in my below code:
esc_html__( 'Best & Sea', 'textdomain' );
When I use the above code the special character & is not displayed.
How to fix this issue?
I use esc_html__ in my below code:
esc_html__( 'Best & Sea', 'textdomain' );
When I use the above code the special character & is not displayed.
How to fix this issue?
Try