e107_plugins/import/providers/wordpress_import_class.php
Avoid too many return
statements within this method. Open
Open
return TRUE;
Avoid too many return
statements within this method. Open
Open
return FALSE;
Avoid too many return
statements within this method. Open
Open
if ($result === FALSE) return FALSE;
Reference to undeclared property \wordpress_import->newsAuthor
Open
Open
$target['news_author'] = ($this->newsAuthor !=0) ? $this->newsAuthor : $source['post_author'];
- Exclude checks
Variable $var
was undeclared, but array fields are being added to it. Open
Open
$var[0]['caption'] = "News Author Override (optional)";
- Exclude checks
Reference to undeclared property \wordpress_import->newsAuthor
Open
Open
$this->newsAuthor = intval($_POST['news_author']);
- Exclude checks