Joshua Nelson

Results 23 comments of Joshua Nelson

Some follow up on this project: I've put together a proof of concept for a Settings page using a slightly modified version of the [WordPress Settings Framework](https://github.com/iconicwp/WordPress-Settings-Framework), in the [feature/settings-page](https://github.com/joshuadavidnelson/disable-blog/tree/feature/settings-page)...

@ethanosullivan Thanks! I'll reach out once it's ready. I would love review/input before finalizing the release.

Hey Clayton, thanks for reaching out, good to hear from you. I'm doing well, I hope you are too! I have been toying around with adding integration tests to my...

julmot, Unfortunately, you can utilize any WP hook (usually `wp_head`) to insert scripts inline. Because any theme/plugin can do this at any hook, at any priority, and using a unique...

@julmot I suppose you could do something like this, but what would be the goal? Would you filter out _all_ the script tags and collect them (in order?) to be...

I'm not 100% sure what you mean with that last question. In-line scripts server a purpose for lots of things, from share buttons to forms to animations. The enqueuing process...

I appreciate your conviction to this idea, but this plugin is used by more than just developers - I know of many production sites that run it (8,000+ installs according...

Ah, see, there would be the bigger issue. You could [filter `the_content`](https://codex.wordpress.org/Plugin_API/Filter_Reference/the_content), but that wouldn't grab anything placed/hooked into theme-specific templates (like sidebars, header/footer, etc). I'm not 100% sure off...

Sounds good, I'm interested to see what you come up with. For sure, this would need to be an "developer-only" option. Thanks!

That certainly looks promising. If we're going to add this functionality to the plugin, my preference would be to include it as an option. Perhaps either a check box on...