Arnaud Banvillet

Results 5 comments of Arnaud Banvillet

This is one more reason for the RGPD plugin to use the WordPress Core functions for dealing with user data export and deletion.

I found the answer here : https://github.com/scribu/wp-posts-to-posts/issues/309#issuecomment-18811331

Thank you so mutch this works for me.

I have the same problem. It seems to be because of the mnapoli/silly@~1.5.0 requirement. Valet plus should require mnapoli/silly@~1.0 ( or mnapoli/silly@~1.7.0 )

To get the ID of the image you can do this on a tag page `$image_id = get_term_meta( get_queried_object_id() , 'image', true );`