Darren Cooney

Results 6 issues of Darren Cooney

The current color settings (font and background) settings do not work in a practical website context. In most cases, users will require more granular control over the block styling otherwise...

A user of my [Ajax Load More plugin](https://wordpress.org/plugins/ajax-load-more/) needed to be able to initiate your plugin after a post was loaded via Ajax. I added this window scoped function that...

This PR adds a unique `style` ID to the inline styles output. `...` This is useful for Ajax plugins such as [Ajax Load More](https://github.com/dcooney/wordpress-ajax-load-more) to be able to pull in...

Hi, I am the developer of the [Ajax Load More](https://wordpress.org/plugins/ajax-load-more/) WordPress plugin. I'm wondering if you have any public JavaScript methods I can hook into after successful Ajax requests to...

👋 I searched the bash script and I don't believe this can be done, but is it possible to list the `exclusions` from a `.distignore` file versus inlining them in...

enhancement

I'm curious if there is a way to render a code block dynamically with [render_block()](https://developer.wordpress.org/reference/functions/render_block/)? I have an ACF textarea field with a code snippet and I want to render...