codemonkeynorth
codemonkeynorth
In Timber we can pass a cache time ```php Timber::render( 'single.twig', $context, 600 ); ``` is there an equivalent with ```php return new TimberResponse('single.twig', $context); ``` thanks J
database secrets are deprecated now..  would it be possible to implement authentication via the new Service Account json file? this library uses it, but is heavily reliant on guzzle...
sanitize_url will prepend http:// to the string as it expects a URL not just a querystring see https://developer.wordpress.org/reference/functions/esc_url/#more-information > If the URL appears to be an absolute link that does...
Hi @eliot-akira, great plugin but I'm having to rely on a few workarounds for conditionals currently. this is related to https://github.com/eliot-akira/custom-content-shortcode/issues/10 I need to be able to show some html...
``` [if exists]{PARAM} [show]The first parameter was passed [else]The first parameter wasn't passed [/if] ``` the `else` only works correctly if i send as `[myshortcode param=""]` if i just use...
shortcode outputs extra whitespace for every line. It would be useful if extra line breaks/double space etc between shortcode tags was removed from output if i have a CCS like...
I have a shortcode that starts with a note `[note]improve logic[/note]` and I call it from my php in a function in an array with `'total_fees' => do_shortcode('[total_fees_formatted course_type='.$course_type.']'),` when...
see discussion here https://wordpress.org/support/topic/accessing-multiple-value-from-a-custom-field/ it should be possible to create a custom field in wordpress multiple times with different values and then process this with `[array myfield]` or `[pass array=myfield]`...
Hi, it'd be useful to be able to globally set the path to something other than `build` so it doesn't need to be called every time I call `mix` I...
Great asset thanks @rstecca , but I can't use it currently, as some notes either disappear or appear on the wrong item I'm not sure if it's a clash with...