Title: Bug at feedwordpress.php:2292
Last modified: July 15, 2022

---

# Bug at feedwordpress.php:2292

 *  [psimatrix](https://wordpress.org/support/users/psimatrix/)
 * (@psimatrix)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/bug-at-feedwordpress-php2292/)
 * Bug: Warning: Undefined variable $type in /wp-content/plugins/feedwordpress/feedwordpress.
   php on line 2292
 * As the variable is undefined, this can be patched from:
 * `return self::sanitized_parameter( MyPHP::post( $key, $default, $type ), $sanitizer);`
 * to
 * `return self::sanitized_parameter( MyPHP::post( $key, $default ), $sanitizer );`

Viewing 1 replies (of 1 total)

 *  [talgalili](https://wordpress.org/support/users/talgalili/)
 * (@talgalili)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/bug-at-feedwordpress-php2292/#post-15830399)
 * Probably worth suggesting a pull request here:
    [https://github.com/radgeek/feedwordpress/pulls](https://github.com/radgeek/feedwordpress/pulls)

Viewing 1 replies (of 1 total)

The topic ‘Bug at feedwordpress.php:2292’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/feedwordpress_a6a79a.svg)
 * [FeedWordPress](https://wordpress.org/plugins/feedwordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/feedwordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/feedwordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedwordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedwordpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [talgalili](https://wordpress.org/support/users/talgalili/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/bug-at-feedwordpress-php2292/#post-15830399)
 * Status: not resolved