Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Blutarsky

    (@blutarsky)

    Got it from a previous message

    $atts = array('type'=>'list','base'=>'1');
    echo sssc_fileaway($atts);

    Fantastic plugin!

    Thread Starter Blutarsky

    (@blutarsky)

    Ouch! I see that the function is in the “deprecated” include. Is there an updated way to call the function?

    Plugin Author thomstark

    (@thomstark)

    $atts = array('type'=>'list','base'=>'1');
    $fileaway = new fileaway;
    echo $fileaway->sc($atts);
    Thread Starter Blutarsky

    (@blutarsky)

    Thank you mate ??

    Plugin Author thomstark

    (@thomstark)

    No prob

    Thread Starter Blutarsky

    (@blutarsky)

    Hi there mate I’m experiencing some trouble using the function from an Ajax callback, getting an empty result.

    I see that some functions being called in an ajax callback require the code to include wp.load.php to allow proper handling.

    Is this the case?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Calling functions in place of shortcodes?’ is closed to new replies.