chatrix
chatrix copied to clipboard
Always register the admin filters
On installs where the wp-admin is not in /, the settings screen is empty (see https://wpgp.kirk.at/?lang=de&plugin=chatrix). This is because we do some premature optimization to not register the filters.

By removing that optimization, the settings load also in the above case.
FYI, I do see the admin page on v0.7.1 on a WP install under a subdir

I am not sure we should do this to make Chatrix work on "WP in browser via wasm". IMO, there would be other plugins commonly doing this exact sort of thing & right fix would be in "WP in browser via wasm" codebase, no?