In my scripts I need to check if the correct nodewords are set. If not i have to change them. But after that the new nodewords are not taken at this pageload because of the caching in nodewords_load_tags.
I think a better solution would be if you cache the new values on saving, so a second call of nodewords_load_tags after nodewords_save_tags would return the new values.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | nodewords-n1568772.patch | 357 bytes | damienmckenna |
Comments
Comment #1
damienmckennaComment #2
damienmckennaTry this out for size, it runs nodewords_load_tags() at the end of nodewords_save_tags() so all future API interactions will get the correct data.
Comment #3
damienmckennaCommitted. Thanks for the idea.