u3a-siteworks-development / u3a-siteworks-core

The core plugins
GNU General Public License v2.0
1 stars 0 forks source link

OP1062 Filtered group list selected by 'day' displays posts instead of Groups #98

Closed mike99christie closed 1 month ago

mike99christie commented 1 month ago

I have confirmed this behaviour. :-( Almost certainly it is due to the use of "Passing a term through a $_GET or $_POST array" which is reserved term. See https://codex.wordpress.org/Reserved_Terms

I propose we should amend the following in group/event lists functions that are (or might be) passed as $_GET attributes: type -> list_type day -> weekday cat -> group_cat or event_cat status -> group_status