Philip Arthur Moore

Results 31 comments of Philip Arthur Moore

Cool. I'll give that a look to make sure people are able to switch easily between plugins and also update have an updated README for 4.7.2 by some point next...

I'll leave this open. Cheers.

Any luck? I plan on revisiting this soon.

I'll be adding this into the next release. Not sure about full-blown Gutenberg support but definitely REST API support, and then Gutenberg shortly after. The endpoint will probably just be...

Quick-and-dirty kind-of-works solution. This can be better. I'll work on DocBlocks + better code organization before release: ```diff diff --git a/public/class-subtitles.php b/public/class-subtitles.php index 80c35c7..5d00d84 100644 --- a/public/class-subtitles.php +++ b/public/class-subtitles.php @@...

Issues: 1. Posts are not the only post type supported. Pages, posts, Jetpack custom post types, and anything that someone manually declared support for has subtitles support. 2. DocBlocks need...

@grappler It should not be needed but it is. Without it, NULL is returned. In fact, I should only need to call `get_the_subtitle`, which already relies on `get_post`. I'll figure...

Guess I should probably take care of this now.

Just a note that this is what I've had to do to ensure the code runs fine on dev environments and .com: ``` php if ( class_exists( 'Jetpack' ) &&...