Patrick
Patrick
@jlambe I've added a really nasty hack to get sessions working on admin pages. I think the problem is in the fact that the script gets killed when the admin...
I've found a cleaner solution, which doesn't require editing Wordpress core files. Make a new hook: ``` namespace App\Hooks; use Themosis\Hook\Hookable; use Themosis\Support\Facades\Action; class PersistSessions extends Hookable { public function...
Not sure what you want to achieve, but i'd suggest something like this: `class Cart extends DarryldecodeCart { /** * Overwrite parent constructor */ public function __construct($session, $events, $instanceName, $session_key,...
Package works great, but this will make it even better! +1
Just woke up, just a quick thought. What about something like this? ``` public function mount(string $theme = 'snow', string $editorId = null): void { $this->theme = $theme; $this->quillId =...
Good question, haven't really thought it through yet. Hopefully I can find some time this week to test some things out. Maybe your suggestions will be better. I'll get back...