-
When oik-bwtrace is active and oik is installed but not active, oik-bwtrace runs code from the oik base plugin leading to a fatal error.
`Fatal error: Call to undefined function bw_global_post() in C…
-
`libs/bwtrace.php` is a shared library file delivered by `oik-bwtrace` and also by the `oik-lib` and `oik` plugins. If these are active, particularly the MU version of `oik-lib`, then we get Notices w…
-
The trace output for an OO method does not show the class
```
c:/apache/htdocs/wordpress/wp-content/plugins/oik-lib/includes/class-oik-libs.php(208:0) is_loaded(1) 25 2015-09-14T13:37:13+00:00 0.0322…
-
Say I'm using shortcodes to render columns/grid...
For example:
```
[row gap="closed"]
[col w=4]four wide here[/col]
[col w=8]eight wide[/col]
[/row]
```
I want to use Shortcake to do the **initial …
-
A number of users have expressed a desire to support multiple rates per weight/country group combination.
e.g.
```
50 | 1.70 | 1 | Second class
50 | 2.00 | 1 | First class
```
This functionality wi…
-
In all the plugins and themes available for WordPress there are probably well over 2,000(*) unique shortcodes. Each one waiting to be discovered and used.
- For my own shortcodes I developed an API t…
-
I have a number of shortcodes in one plugin which are extended by one or more other plugins.
The other plugins add new parameters to the shortcode.
When only the base plugin is active then the syntax …
-
There are times when it makes sense to store data in wp_usermeta.
Plugins developed for managing membership, such as wp-members, and my own plugin that stores user specific data ( oik-user ) should a…
-
There is number of deprecated files that seem to only be marked as deprecated by `_deprecated_file()` function call. Currently this is not reflected in parser output, so for example there is no way to…
Rarst updated
10 years ago