Hi guys, Does anyone know any snippet to use on WordPress for when on amember signup page, show a bit of code... PHP: if( is amember signup page ) { echo ' something '; } I have tried different ways, for example using the Amember API instance, but I have had no luck... Can anyone guide me into the right direction? Thanks!
Might help if you describe exactly what you are trying to achieve. If someone is ON the signup page why would they want to be told they ARE on that page!!!
Haha, fair enough! Basically on wordpress I want to add a body id so I can hide a few elements on wordpress. For example showing a different wordpress menu when on amember signup page. <body id="amember"> </body> Kind regards, Aaron