-
Currently createapi2.php runs as a client, passing each request to a remote server.
If the target server happens to be the same as the current server then it should be able to work directly. This sho…
-
For the first few block based (aka Full Site Editing - FSE) themes I developed I needed to add logic to the theme's `functions.php` in order to force oik and oik related plugins to register their shor…
-
Some shortcodes accept positional parameters. e.g. [bw_link github.com/fusioneng/Shortcake/issues/128]
which would display a link to this issue.
Some shortcodes accept multiple positional parameters
…
-
WordPress 4.7 server performance has degraded.
- How much of it is due to the new hook logic?
- And how does attempting to measure the number of hooks invoked affect the performance?
### Pr…
-
Dear I started using this great plugin.
The only control I missing in my first chart would be more fine-tuned control over individual elements' color.
A desirable feature would be to support a `_c…
-
The `download` post type is registered by Easy-Digital-Downloads. I wanted to clone the content so added the capability using oik-types. Having created blocks for EDD, using oik-loader, I no longer ne…
-
The Slog request type report run against `https://oik-plugins.uk/bwtrace/bwtrace.vt.20210313` reported 71 `GET-404`'s
but viewing the file I can only see one. What are the other 70?
Additionally, …
-
I re-raised Gutenberg issue 5376 as https://github.com/WordPress/gutenberg/issues/13618 but don't know if the problem will be addressed quickly.
So I need to investigate ways to avoid wasting time…
-
Since early 2017 a new editor has been under development. Code named Gutenberg this new editor is being developed as a feature plugin. It is expected to be merged into core for WordPress 5.0.
We ne…
-
Once the post type and field has been chosen it should be a simple matter of obtaining the post meta field value(s) and displaying the results in the Field block.
This should replace the current co…