// Safely inject the pricing popup HTML down in the site footer matrix to avoid loops
add_action( 'wp_footer', 'rk_safely_render_artist_popup_footer' );
function rk_safely_render_artist_popup_footer() {
// Only display it on the main account/login template area
if ( is_account_page() && ! is_user_logged_in() ) {
echo '