Changed File after Installed
-
Why am I receiving notices from Wordfence that /wsdesk/views/settings/crm_settings_premium.php has been changed?
I look at the files hosted on WordPress.org and compare them with what is installed on my site and find there is actually a difference on line 37 and line 115.
What I find on WordPress.org for both lines is this:
<a class="button button-primary" href="https://livedemo.wsdesk.com/" target="_blank"><?php _e('See Live Demo of Pro Version','wsdesk'); ?></a>What I find installed on my site is this:
<a class="button button-primary" href="http://livedemo.wsdesk.com/wp-admin/admin.php?page=wsdesk_settings" target="_blank"><?php _e('See Live Demo of Pro Version','wsdesk'); ?></a>There are a few concerns I have about this. How are you changing files in your plugin after I install it on my site which makes it not match with what I can download from WordPress.org?
Have you had me agree to allow you to make internal changes to my website, inconsistant with the free plugin hosted on WordPress.org?
Why would you want to put a link into my site that points to one of your admin pages? I’m not following that link because I don’t know what you have put there.
I do note that you changed the link also from https:// to http:// Why?
Please explain this change.
The topic ‘Changed File after Installed’ is closed to new replies.