Title: Problem with another plugin
Last modified: December 24, 2021

---

# Problem with another plugin

 *  Resolved [Shereef Moussa](https://wordpress.org/support/users/shereefmoussa/)
 * (@shereefmoussa)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-another-plugin-4/)
 * Hi,
 * I have a problem after installing Attributes for Blocks Plugin. pods Plugin begin
   to give me Warning but after Deactivating everything is back to normal.
 * here is the Warning.
 * ( ! ) Warning: trim() expects parameter 1 to be string, array given in /home/
   shereef/Local Sites/pods-theme/app/public/wp-content/plugins/pods/src/Pods/Blocks/
   Types/Item_List.php on line 372

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

 *  [websevendev](https://wordpress.org/support/users/websevendev/)
 * (@websevendev)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-another-plugin-4/#post-15194795)
 * Nothing I can do on my end, the issue is with assumptions made in the Pods plugin.
 * I’ve opened an issue there: [https://github.com/pods-framework/pods/issues/6386](https://github.com/pods-framework/pods/issues/6386)
 * If you’d like, you can disable the support for any blocks by adding this code
   to your child theme’s functions.php or a mu-plugin:
 *     ```
       add_filter('afb_unsupported_blocks', function($blocks) {
       	$blocks[] = 'pods/pods-block-list';
       	return $blocks;
       });
       ```
   
 *  Thread Starter [Shereef Moussa](https://wordpress.org/support/users/shereefmoussa/)
 * (@shereefmoussa)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-another-plugin-4/#post-15195307)
 * Thank you. It worked. Very helpful.

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

The topic ‘Problem with another plugin’ is closed to new replies.

 * ![](https://ps.w.org/attributes-for-blocks/assets/icon-256x256.png?rev=2588242)
 * [Attributes for Blocks](https://wordpress.org/plugins/attributes-for-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/attributes-for-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/attributes-for-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/attributes-for-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/attributes-for-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/attributes-for-blocks/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Shereef Moussa](https://wordpress.org/support/users/shereefmoussa/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/problem-with-another-plugin-4/#post-15195307)
 * Status: resolved