MILLER/F

Results 29 comments of MILLER/F

For those interested, I made it byt overriding `wp_api_v2_menus_get_menu_items` like this: ``` function wp_api_v2_menus_get_menu_items( $id ) { $menu_items = wp_get_nav_menu_items( $id ); // check if there is acf installed if...

You can see the documentation [here](https://developer.wordpress.org/reference/hooks/rest_prepare_this-post_type/)

Hi, I would be really interested in using this as a standalone. @juanigsrz I checked and removing the 'offer.Rang' foreign key doesn't seem so easy, or at least I am...

No worries... I just reused it and removed the `product_range` attribute...

I am getting the same error. It looks like it is coming the name. I am using a form to create some array this way: `` and that seems to...

Are you using python 3.6 as well?

Ok, I don't remember what was my errors, but I had to reimplement it my own way...

@SalahAdDin I actually had to rewrite my own stuff from scratch... Can't PR it...