Joshua Nelson
Joshua Nelson
@billerickson I see you closing issues, and then I'm reminded of the work I have left to do on this! :grinning: I don't think it's much, but I've refined the...
Awesome, sounds good - and no worries! There's plenty of paying work that gets in the way. I've cleared up my mid/late summer a bit to enjoy the sun with...
I just did something similar to this for a sortable group field, because I'm connecting the group fields to other post types/meta and need something to reference other than the...
I know this is way late to the game, but found this topic while researching this myself. For version 3, I _think_ you want: ```php \Inpsyde\MultilingualPress\translationIds( $post_id ); ``` See...
I'm looking to filter off the scripts and styles on everything but single post templates, which will be easy with enqueuing of the assets. Any reason why this hasn't been...
Hey @HQRaja Thanks for reporting this! I'll work on a fix for CPT and non-`post` support of those two in the next release
Hey @lanaphillips thanks for alerting me of this! I'll get a fix in the next release.
Hey again! So I tried to replicate this issue without success. The only two instances where this plugin uses `update_option` are not related to comments, just the plugin version, and...
@jcchavezs Thanks for posting this link, I was having an issue with this plugin not working on a production site (though it worked fine on my local dev version) and...
Yea, I have started building some of this out using [WordPress Settings Framework](https://github.com/iconicwp/WordPress-Settings-Framework), I'm hoping to get a basic settings page in the next release. I'm also mapping out the...