Anh Tran
Anh Tran
Did you create any fields with Meta Box? Can you enable the debug mode and see if there’s any error?
Thanks @mtias for the comment. I think the dynamic data sources in blocks can be treated similarly as in [dynamic blocks](https://developer.wordpress.org/block-editor/tutorials/block-tutorial/creating-dynamic-blocks/), which is already available in Gutenberg (like recent posts,...
@felixarntz Thanks for your comment. This PR doesn't change the default behavior that you described. When people making the change via the filter, they have to do that with a...
@felixarntz After checking the source code of WordPress, I found that WordPress already has a mechanism to prevent duplicated file names: https://github.com/WordPress/WordPress/blob/7ae05b77532b5902c0f67a5791abaec45220b7ca/wp-includes/functions.php#L2577 This function checks only the file name **without**...
@mukeshpanchal27 Tests are updated. There's also a test for uploading `image.jpeg` and `image.jpg`.
@westonruter Done.
I have same problem: cannot import less file using absolute path. Can anyone confirm that LESSPHP doesn't support absolute path for import?
This is not possible with Meta Box plugin right now but you can use my Taxonomy Meta plugin (http://github.com/rilwis/taxonomy-meta http://github.com/rilwis/taxonomy-meta) for this purpose.
Hi David, This plugin is not active developed and is replaced by the Term Meta extension here https://metabox.io/plugins/mb-term-meta/ The new extension has more field types and better support for the...
Can you share more details on the problem? I can't understand the screenshots (they're not in English and there're no explanations).