• hello
    Thanks for your plugin

    I need to use <?php quotescollection_quote(); ?> with ‘id’ like i can do with [quotcoll id=x]

    I need to use this (new id from differents URL in a PHP page)

    <?php
    $qid=$_GET[‘id’];
    quotescollection_quote(‘id=$qid’);
    ?>

    I don’t know want to change in quotes-collection.php or somewhere else
    Thanks
    Best regards

    https://www.ads-software.com/extend/plugins/quotes-collection/

Viewing 1 replies (of 1 total)
  • Thread Starter bfanack

    (@bfanack)

    I have found an alternative
    If someone need it

    [quotcoll id='<?php echo $qid; ?>’]

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Quotes Collection]’ is closed to new replies.