Chris Jayden

Results 49 comments of Chris Jayden

Getting the same error as @ottob . Setting the target environment to `ES2020` sorta fixes this issue and I can access the studio locally. But still have some warnings regarding...

Thanks for the quick reply @dingo-d `$plugin_admin = new My_Plugin_Name_Admin($this->get_plugin_name(), $this->get_version());`

@dingo-d Apologies, maybe I wasn't clear enough with my example. I believe `$this->plugin_name' is setup in `public function __construct()' out of the box. At least, I haven't made much changes...

@dingo-d Appreciate that! I actually have ` $plugin_admin = new My_Plugin_Name_Admin($this->get_plugin_name(), $this->get_version());` in my `private function define_admin_hooks()`, I didn't mention it at first because I assumed it was common practice,...

@dingo-d No it isn't, but I know it's possible to override the plugin details. I'm trying to do this basically: https://rudrastyh.com/wordpress/self-hosted-plugin-update.html

@dingo-d Yeah, I've been digging for a while—hence why I'm here. it's being called, everywhere except on my plugin. Last resort is probably Stackoverflow ;)

So after some more debugging, I can see it's working fine except on my own plugin instance. Heck another function that hooks into `site_transient_update_plugin` is working and I can see...

@dingo-d thanks for sticking with me, I appreciate it. I was probably missing an `'` because I removed some code when I was editing my first post. I just checked...

> Sure: > > ```svelte > > import { onMount } from 'svelte'; > > let Player; > let Video; > > onMount(async () => { > // NOTE: parentheses...

I'm a bit late for the party. But I have the same issue on my iPhone X. Pretty sure it has something to do with media queries. For example, I'm...