Fuxia Scholz

Results 16 comments of Fuxia Scholz

Keep in mind that you can bind (custom) capabilities to `register_meta()`. A user might have the capability to edit that specific meta value for that specific post on site A...

Maybe this should go into a separate plugin? It might need a specialized theme too.

I have the seen the problem that this workaround solves on subdomain installations only. Not on normal subdirectory installations and not when a domain is mapped to a subdirectory. In...

The obvious fix for this issue and the problem with `# wp_head();` is using a tokenizer. Then you could just iterate over all found tokens, ignore comments and whitespace, and...

I have literally no time this week for anything but work. :/ Here is an example that could be extended to real OOP. Just an illustration to show what I...

I'm not at home currently, and my laptop sucks for developing. I have a nice class for Accept-Header parsing at home that you could use for 4. Will send a...

See [`Mlp_Accept_Header_Parser`](https://github.com/inpsyde/multilingual-press/blob/79cd469d9f664f30ecea32033e90f7f2d750ec55/inc/redirect/Mlp_Accept_Header_Parser.php) and [`Mlp_Language_Negotiation`](https://github.com/inpsyde/multilingual-press/blob/79cd469d9f664f30ecea32033e90f7f2d750ec55/inc/redirect/Mlp_Language_Negotiation.php). This could be adjusted. Maybe I should make thios more abstract in MultilingualPress too.

Ach ja, da hat sich die [Update-API geändert.](http://wordpress.stackexchange.com/questions/131394/how-do-i-exclude-plugins-from-getting-automatically-updated). Ich muss dieses Plugin eh mal umschreiben.