• Hello

    I want to pass a parameter from the page to a fragment caching
    but i dont’t know if it’s possible and how to do it.

    example of what i want to do, in this case the parameter is $variable1

    <?php
    $variable1= 458;
    ?>
    <!–mfunc –>
    $total = $variable1 + 5;
    echo $total;
    <!–/mfunc–>

    Thanks for your help

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: W3 Total Cache] Fragment caching and parameters’ is closed to new replies.