That is possible but then you’ve to update the plugin code which requires some custom coding.
Thread Starter
Li-An
(@li-an)
If you give me the code, I will change the plugin myself.
Update dcg-display-plugin-data.php as below:
Replace line 62 from
<div class='dcg-download-link'><span style='width: 27%; display: inline-block;'>Download Link:</span><a href='{$decoded_data->download_link}' target='_blank' style='border: 0px; '>Click here</a></div>
to…
<div class='dcg-download-link'><span style='width: 27%; display: inline-block;'>Official Page:</span><a href='{$decoded_data->homepage}' target='_blank' style='border: 0px; '>Click here</a></div>.
This will output Official Page instead of Download link on front-end.
Let me know how this goes.
I appreciate you take some time to rate this plugin (as per your satisfaction).
Thread Starter
Li-An
(@li-an)
Thanks. I will make a review and a rating. And open a new thread 🙂
Thread Starter
Li-An
(@li-an)
Hello again, “homepage” gives me official homepage and not wp.org homepage. Is it possible to get this URL ?
ww.wp.xz.cn API doesn’t return such variable (URL), I am afraid.
However, I can help you to get that URL (using custom programming) but that’s part of paid support. Contact me at https://dipakgajjar.com/contact/ to get more info. on paid support.
Thread Starter
Li-An
(@li-an)
OK, no problem – it’s not a big deal for me.