selector vs query
-
I was wondering why, inside a given WP Web Scraper shortcode, selector has been replaced by query, on the 3.0 version of such a plugin. That stopped my shortocodes working after upgrade to 3.0 and I accidentaly managed to solve the problem by replacing selector with query.
Now a working shortcode should read
[wpws url=”some url” query=”some selector”]
and no longer
[wpws url=”some url” selector=”some selector”]
I haven’t found any hint about this in the docs. Maybe the author should clarify that…
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘selector vs query’ is closed to new replies.