Dear @devrekli,
Would you please specify why you want to remove that part?
It does have some function in it.
We would like to have more details regarding your request.
Sincerely,
@asyag
I don’t want Google to index this way. I want it to index the direct link. It’s not true that way.
And I’m redirecting links to the home page with a “question mark ?” in it. Usually these are malicious links.
thanks
-
This reply was modified 6 years, 6 months ago by
devrekli.
Dear @devrekli,
Please go to wp-content/plugins/photo-gallery/framework/WDWLibrary.php.
Find image_url_version function and change the following part of the code
return $url . '?bwg=' . $date_modified; to return $url ; // . '?bwg=' . $date_modified;
Sincerely,