Franz Josef Kaiser

Results 98 comments of Franz Josef Kaiser
trafficstars

> From the beginning it was intended to "represent a physical location of some kind and would cater for business locations, outlets or venues (rather than, say, tracking the locations...

> it also means that when testing they share data What do you mean by _testing_ in that case?

@kraftner Adding here: [Portable Contacts](http://portablecontacts.net/) Standard. Nodejs _Passport_ for e.g. relies on this one, meaning it's highly adopted already.

Please _do not use ACF_! It's (a) crap (b) close to impossible to get rid off and (c) messes up your database and (d) puts meta data where it does...

@dnaber-de Try using the magic `__invoke()` method inside a class.

As everybody (including me) seems to have that problem: Could we please have some proposal of the solution? Thanks in advance.

@dunglas This is the one I currently forked, because of @SpartakusMd recommendation, to be able to use as a drop-in replacement (as this only works, when the repo uses the...

Will try to find some time during the weekend and check. Thanks for jumping in @soyuka .

In case someone else running macOS 11 Big Sur stumbles upon this: Sharing the `/private` folder works (for me): ```yml # docker-compose.yml volumes: - /private/etc/localtime:/etc/localtime:ro ``` The `/private`-resource was added...

[The global function](https://github.com/tollmanz/ostrichcize/blob/master/ostrichcize.php#L160) at the end of the file can be completely omitted. // Public/global add_action( 'plugins_loaded', array( 'ClassName', 'init' ) ); class ClassName { static protected $instance; // ......