-
First thank you for great work!
I made the theme based on Redux and it works excellent. I done this through cloning Redux from Git and made the custom option-page. Then I started work on the my plugi…
-
I use this snippet to set actions/filters only when they are needed (no admin actions if we are no there and vice versa):
```
protected function __construct() {
$this->_actionsCommon();
if (…
-
I usually privatize the `__clone()` magic method in singletons I write. Technically, if I understand cloning correctly, PHP will still make the shallow copy of the cloned object in memory, but then w…
-
Hey Hudson, I need your help getting the email part of this working for a basic basic v1 release of forms.
v1 will probably only have text and textarea inputs.
If you use: [inbound_form fields="Firs…
-
Hello,
I'm wondering what is the correct way to generate salts for other project members?
Currently, when you install using `composer create project` the salts are generated for the first user (in t…
louim updated
10 years ago
-
I would like the documentation framework of opencart.
Because most developers still not intenderao how the system works.
Thank you
-
-
Remove all manual file includes/requires and create and implement an autloader
-
If you've come here for support, I suggest you take a look at the history of how effective that is likely to be. Just go down the list and see how many responses you find, and make your assumptions o…
Snip1 updated
10 years ago
-
**Feature Request**
This sounds a bit odd, but let me toss this out there and see if this even sounds like a remotely good idea. I'll explain by way of example.
I'm creating metaboxes under a CPT ca…