Heads up about using false on the shortcode
-
The value false in the attributes related with the action links in the shortcode won’t work.
If you put:
[theme-my-login show_reg_link=false]
It won’t work, cause internally is changes the value to “false” (string) and in logical comparison is considered as true.
The work around is use 0 instead.
[theme-my-login show_reg_link=0]
I hope it helps, and it help to improve this great plug-in
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Heads up about using false on the shortcode’ is closed to new replies.