Jump to content

Get plan-id for conditionals


boliviano

Recommended Posts

Hi there,

 

is it possible to get the plan-id as a trigger for conditionals in the create listing-page? The plan_id is clearly visible in the url. Is there a variable that i can use in the code?

 

Something like:

<?php if($plan_id == 12):?> 

  <?php echo  "plan id 12";?>

<?php else: ?>

      <?php echo  "another text";?>

    <?php endif;?>

 

Thank you

Sascha

Link to comment
×
×
  • Create New...