wpschw
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Start IndexingThank you very much. It works very well.
With this little script you can start indexing from bash (thanks to https://stackoverflow.com/questions/22614331/authenticate-on-wordpress-with-wget )
#!/bin/bash
site=”https://wordpressite”
login_address=”$site/wp-login.php”
log=”username”
pwd=”password”
cookies=”/tmp/cookies.txt”
agent=”Mozilla/5.0″wget -q \
–user-agent=”$agent” \
–save-cookies $cookies \
–keep-session-cookies \
–post-data=”log=$log&pwd=$pwd&testcookie=1″ \
“$login_address” -O –wget -q –keep-session-cookies –load-cookies=/tmp/cookies.txt \
–save-cookies=/tmp/cookies.txt -O – \
“$site/wp-admin/admin-ajax.php?mod=meta&action=doMetaIndexingFree&pl=wpf&reqType=ajax”
rm -f /tmp/cookies.txt
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Start IndexingNow I’m a pro licence user 😉
At the posting time I use the free version … I think my question was more forum-style as commercial-support-style …
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Start IndexingThank you very much. Thats a good reason to buy another year pro licences 🙂
same problem here – we try it with an new app-id