Title: freddeume's Replies | WordPress.org

---

# freddeume

  [  ](https://wordpress.org/support/users/freddeume/)

 *   [Profile](https://wordpress.org/support/users/freddeume/)
 *   [Topics Started](https://wordpress.org/support/users/freddeume/topics/)
 *   [Replies Created](https://wordpress.org/support/users/freddeume/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/freddeume/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/freddeume/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/freddeume/engagements/)
 *   [Favorites](https://wordpress.org/support/users/freddeume/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Getting "Warning: array_map(): Argument #2 should be in array](https://wordpress.org/support/topic/getting-warning-array_map-argument-2-should-be-in-array/)
 *  [freddeume](https://wordpress.org/support/users/freddeume/)
 * (@freddeume)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/getting-warning-array_map-argument-2-should-be-in-array/#post-6833940)
 * The fix work. My last post was a misstake. I logged in at an not upgraded site.
   Sorry.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Getting "Warning: array_map(): Argument #2 should be in array](https://wordpress.org/support/topic/getting-warning-array_map-argument-2-should-be-in-array/)
 *  [freddeume](https://wordpress.org/support/users/freddeume/)
 * (@freddeume)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/getting-warning-array_map-argument-2-should-be-in-array/#post-6833934)
 * I got the same problem with Event Manager.
 * But my function does not look exactly the same. Is it a problem?
 * function get_the_terms( $post, $taxonomy ) {
    if ( ! $post = get_post( $post ))
   return false;
 *  $terms = get_object_term_cache( $post->ID, $taxonomy );
    if ( false === $terms){
   $terms = wp_get_object_terms( $post->ID, $taxonomy ); wp_cache_add($post->ID,
   $terms, $taxonomy . ‘_relationships’); }
 *  /**
    * Filter the list of terms attached to the given post. * * [@since](https://wordpress.org/support/users/since/)
   3.1.0 * * [@param](https://wordpress.org/support/users/param/) array|WP_Error
   $terms List of attached terms, or WP_Error on failure. * [@param](https://wordpress.org/support/users/param/)
   int $post_id Post ID. * [@param](https://wordpress.org/support/users/param/) 
   string $taxonomy Name of the taxonomy. */ $terms = apply_filters( ‘get_the_terms’,
   $terms, $post->ID, $taxonomy );
 *  if ( empty( $terms ) )
    return false;
 *  return $terms;
    }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor] Upload images no longer working](https://wordpress.org/support/topic/upload-images-no-longer-working/)
 *  [freddeume](https://wordpress.org/support/users/freddeume/)
 * (@freddeume)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/upload-images-no-longer-working/#post-6170381)
 * Is it just me who has this Upload problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor] Upload images no longer working](https://wordpress.org/support/topic/upload-images-no-longer-working/)
 *  [freddeume](https://wordpress.org/support/users/freddeume/)
 * (@freddeume)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/upload-images-no-longer-working/#post-6170380)
 * Hi,
    I have the same problem. I have updated the plugin to latest version. I 
   am using latest version of WordPress.
 * What can I do to get this fixed?

Viewing 4 replies - 1 through 4 (of 4 total)