Viewing 1 replies (of 1 total)
  • Plugin Author WP All Import

    (@wpallimport)

    It doesn’t work.

    We intended to put it in WP All Import at one point, but I can’t remember if we had a working version of it in a release.

    We have no plans to add it back in, although the code is there if you want to have a go yourself!

    The only way to do it now would be write a custom PHP function that processes spintax, i.e.

    function spin_the_content($spintax) {

    // process $spintax
    return $spun_content;

    }

    …and then use that function in the import process, i.e. [spin_the_content({my_content[1]})]

Viewing 1 replies (of 1 total)

The topic ‘Spintax?’ is closed to new replies.