You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In blocks.wp-a2z I'd overridden the value for Archive posts per page for the Block CPT.
This override prevented new custom categories from being registered in the initial block registration.
Explanation
A recent change to oik-shortcodes.php was to add the new taxonomies as below.
In blocks.wp-a2z I'd overridden the value for Archive posts per page for the Block CPT.
This override prevented new custom categories from being registered in the initial block registration.
Explanation
A recent change to oik-shortcodes.php was to add the new taxonomies as below.
It would appear that the filter logic is re-applying the saved value for the taxonomies parameter.
Workaround
Delete the override then re-apply.
The text was updated successfully, but these errors were encountered: