variables are echoing out
-
i have some variablle like this
$image1 = block_field( ‘image-1’ );
$image2 = block_field( ‘image-2’ );
$image3 = block_field( ‘image-3’ );these keep showing up on screen even when i use them in an if statement i have tried
$image2 = block_value( ‘image-2’ );
but this just returns a number no the actual valueany suggestion on how to fix this
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘variables are echoing out’ is closed to new replies.