Archan Dhrangadharia

Results 5 comments of Archan Dhrangadharia

@possumbilities @TimidRobot This seems to be an issue with user's local environment and not with the plugin itself. Hence I'd suggest to close this issue as it seems to be...

Hey @possumbilities, I tried to do that but I found that the image_url is comming from `license` in wp_options. If I change the `update_site_option` call [here](https://github.com/creativecommons/wp-plugin-creativecommons/blob/main/includes/class-creativecommons.php#L776-L812) to add a new...

I have simplified the implementation a bit, so it's essentially a one liner change ( but GH is showing it a bit differently though ).

@possumbilities @brylie I've created a PR for this issue. Please check it out!

Hey @possumbilities! Sorry I took a lot time to get back to this. I have properly escaped the global variables using `esc_attr()`. Please have a loot at it.