Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • I want to execute the function download again in the new plugin. The function includes 3 parameters: $URL, $TIME, $IP Commented Dec 18, 2015 at 13:25
  • When I execute the function download ('http://goo.gl', 60, 0) this shows http://mypage.com/123abc where 123abc is encrypted string for url http://goo.gl Commented Dec 18, 2015 at 13:31
  • @samdi If your download function is not working properly then this issue is outside the scope of this question and this website. You need to put your download function issue on stackoverflow.com. Commented Dec 18, 2015 at 13:34
  • My purpose is to execute any functions in the new plugin, by example, I can imitate the code for other codes Commented Dec 18, 2015 at 13:37
  • I think that to better explain you, you need to be more specific what you want to achieve rather than asking how you can execute any function in your plugin. Because if you can understand the plugin I've written above, you can learn to execute any function you want. Commented Dec 18, 2015 at 13:52