Anh Tran

Results 52 comments of Anh Tran

@TheBigBanik, Thank you for your feedback. I see Jet Engine is a premium-only plugin (no free version to test), so we hardly support it at the moment.

Hi, are you using the latest version of the plugin?

Thanks for your feedback. Do you mean replacing the instance of the list table class with your own? Or ability to change the class name? I'd love to hear more...

Hi @giuliodelmastro Currently, the code to create an instance of list table class is this: ```php $this->list_table = new ListTable( [ 'model' => $this->model, ] ); ``` I'm going to...

Can you [send me](https://metabox.io/contact/) your email so I can send you the beta version?

Can you please [send us](https://metabox.io/contact/) a [temporary login](https://wordpress.org/plugins/temporary-login/) to check the issue?

Hi @eslam-dev , Thanks for your contribution. I wonder what's the use case of this? Why should an user define the value of the field in a `value` property? Does...

@eslam-dev Can you please share more details about the specific use case? Like how do you set the value of the field?

I got it. However, as you might not know, WordPress auto makes one DB call to get all post meta and **cache them all**. So if you run multiple `get_post_meta`...

Does Git Updater supports "composer install" and/or "npm run build"? Our plugins use Composer and requires it to install some packages and generate autoloads.