Results 20 comments of ACF Extended

Hello, I'm glad to see you found a way to achieve this. Since this is a feature request, there is no real incentive to answer. As this can be achieved...

Hello, @ThinkDevStudios I just tested your code and it works, but you have some logic problems on your Steps post type. The "Documents" bidirectional field on that Steps post type...

Hello, Please read my answer above. It looks like you still have the same problem as above. If you're not sure about how it works, please setup a simple bidirection...

Hello, Thanks for the feedback! You’re right, WP Core developers removed a global variable on the user profile page since the WP 6.0 version. This warning will be fixed in...

Hello! The warning is fixed in the latest 0.8.8.8 release. Have a nice day! Regards.

Hello, Thanks for the feedback! Yes, this will be fixed in the next patch. Sorry for the inconvenience. Have a nice day! Regards.

Hello, This has been fixed in the latest 0.8.8.8 release. Have a nice day! Regards.

Hello, Thanks for the feedback and the detailed report. The issue come from this line added in a recent update of Woocommerce: ```php do_action( 'add_meta_boxes', $this->screen_id, $this->order ); ``` In...

Linked WooCommerce repo ticket: https://github.com/woocommerce/woocommerce/issues/41579

Hello, Just a heads up to let you know that I included an additional safe guard logic in the latest 0.9 patch, to avoid this issue in the future. I...