Aaron Ware
Aaron Ware
Good idea. Might be better to make a mesh specific filter first so it can be explicitly targeted. We can also apply the_title filter as well. technically all blocks/columns are...
I definitely +1 this. My team and I are using the plugin and are looking into indexing different environments within the same application and having the ability to filter the...
@ravinderk I 2nd @jeffpaul filters here are definitely key. A real world example we currently have is when using Distributor w/ WooCommerce. We have a main "hub" where we distribute...
I know this is super late to this issue. But when I came across this earlier today playing around with the library, what I ended up doing was creating a...
I can take a look On Mon, Oct 4, 2021 at 8:19 PM strarsis ***@***.***> wrote: > This is even a worse issue as it causes a PHP error, too:...
No blocks in gutenberg are resizable that I am aware of. We'd introduce that aspect of it.
Super fair point and I agree 💯. But we can proof of concept in Mesh and get something stable. At that point we can align with the Gutenberg team. We...
By default Mesh will hook into "loop_end" (which is a default hook within pages). However this may not work if your home page is ONLY displaying the "blog" within your...
Did you make a change to Mesh and received that error?
like you wouldn't call `do_action('loop_end');` directly. That do)action('loop_end') is called by WordPress core when any loop finishes. The check in mesh is to make sure it only tried to add...