Ulrich Pogson

Results 91 comments of Ulrich Pogson

@justintadlock Totally, that is also why I created a new issue upstream to separate some of these checks so that we can only use which applies to us. https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/582

I think this is the code that I started https://gist.github.com/grappler/db2918097f54775680c0704890d9a394

There is already a PR open for this https://github.com/KLicheR/wp-polylang-translate-rewrite-slugs/pull/37

I think there is already a PR https://github.com/KLicheR/wp-polylang-translate-rewrite-slugs/pull/37

See the pro version of Polylang Pro, which has this feature.

Yes, you can download that version from here: https://github.com/wearerequired/Subtitles/tree/temp-gutenberg-support

@shtefcs In the meantime you could test my PR #113 if you wanted to.

@robertdevore Are you still planning on working on this? I am looking into Gutenberg support and expect REST API support will be needed.

There are two ways of adding support You can directly register the meta key which means it will get added to the meta section. ```php add_action( 'init', function() { register_meta(...