-
Most of the images displayed on the wp-secrets.co.uk website have been generated by an AI image generation tool.
- Microsoft Image creator
- Adobe Firefly
- my AI tool ( oik-ai )
- Other AI ima…
-
Hi Scott,
Awesome work! We did something like this for our themes for buyers to be able to see what shortcodes there are. We also bumped up agains the "how to document arguments" issue. In the end we…
-
It's that time of year again. Time to retest my plugins with WordPress 6.3
-
When trying to run some new code under oik-batch to set letter taxonomy terms I discovered that the value of the PHP constant PHP_SAPI was not constant!
Whereas php_sapi_name() was correctly retur…
-
oik-clone v0.6 added support for pushing the attachment post type and its associated media file.
It uses a quick and dirty solution where the media file is part of the body of the POST request.
This …
-
Just recently I started receiving a spate of spam submissions.
The general format of the submission was:
contact name: contained an URL
email: was a gmail address
subject: contained an URL
me…
-
The [bw_field] and [bw_fields] shortcodes support both post meta fields and fields which are properties of the post.
eg post_date, post_modified.
These are used in **Fizzie** to display a series o…
-
Today, while updating the block docs for WordPress 6.1 I got a Fatal error when attempting to edit `https://blocks.wp.a2z/block/no-results-core-query-no-results/`
Gutenberg version: 14.1.1.
Latest…
-
Similar to the change in 44807de, where we provide archive sort and archive posts per page fields, we now require the ability to control what happens on taxonomy archives such as "letter" and "api_let…
-
When rendering a preview of a shortcode in the admin ajax callback, we should sniff for the use of `wp_enqueue_script()` or `wp_enqueue_style()` in the shortcode and automatically render it. This will…