Jump to content

Beginner Debug Help : How to trace into $this->file_class(...)


lowhm

Recommended Posts

I am trying to trace the code of SimplePie class which lead me to a line.

 

$file =& new $this->file_class($this->feed_url, $this->timeout, 5, null, $this->useragent, $this->force_fsockopen);

 

I would like to read the code of what is being done inside this file_class call.

 

However, within the class SimplePie, I cannot find any declaration of function file_class.

 

I have search within the whole plugin folder download for wp-o-matic which include the SimplePie class and the only place that has a match is the file itself which contain the above line.

 

Can anyone advice how can I find the actual location of the source of this function call?

 

Thanks.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.