Some code on your site registers a filter or an action with invalid arguments. The errors you see happen, because add_action()
or add_filter()
was called with a second argument that is not a string, an object or an array.
Examples:
add_action( 'wp_head', NULL );
add_filter( 'the_content', -1 );
Disable all plugins, switch to Twenty Eleven, and re-enable everything until the errors comes back. Then find all calls to add_action()
or add_filter()
.
Related Posts:
- PHP Deprecated: Non-static method should not be called statically
- Why Better WP security plugin returns 418 I’m a Teapot “error”?
- Unable to activate wordpress importer after installing it
- WordPress shows error related to allow_url_fopen
- UTF-32be error WordPress
- Why does this code snippet create a critical error on my site? [closed]
- Trying to get property of non-object wordpress error message
- Replace old theme that understand old css (vcex_icon_box css_animation)
- Open_basedir errors – But setting basedir to none redults in 502 Bad Gateway
- WordPress fatal error from php protocol codes
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- Changing wordpress/woocommerce notices default message to other languages (text)
- PHP Error message Upload images to remote server
- I can’t view the orders on the woocomerce dashboard with the brainblocks plugin
- Modifying server’s response to API endpoint
- Plugin debugging with errors in activation routine
- How to get the active theme’s slug?
- Preserve custom URL parameter on more pages
- if plugin is active? check if plugin is enabled or not?
- Making plugin unique to not conflict with plugins with the same name
- How to find out if option exists but is empty?
- How to store ACF custom fields data in a custom table
- Adding a post shortcode to a page template?
- Dashboard Widget Form
- send_headers don’t work on wordpress multisite
- The called constructor method for WP_Widget in GFWidget is deprecated since version 4.3.0! Use
- Custom Post Type Plugin not loading category template and loading 404 instead
- Set Post Format if find a string in title or post content
- Avoid class name collision when using third party libraries in plugins?
- wordpress site | All-in-one-cufon IE Issue
- WordPress Shortcode to get URL Parameters $_GET[‘name’] redirects for no reason at all
- How to insert HTML/JavaScript form into WordPress page? [closed]
- How to Create a shortcode to this php function
- My single.php page does not show the related data to the post which is clicked
- Creating a CSV with PHP inside the plugin directory
- pagination on data fetched using SQL query
- How to check if a taxonomy not exists in a plugin
- How passing values to construct function with Actions?
- Check if variable is set in filter
- Access a particular field in an array
- wordpress add_action() issue in ajax call
- Using ‘mysqli_connect’ ‘crashes’ WordPress client-side
- JQuery prepend a function
- I am trying to make a field show and save from quickedit screen
- Send email with list of active plugins upon activation/deactivation
- How WordPress core manage the plugin installation
- Add the_post_thumbnail_url to a shortcode in function.php
- “Allowed memory size” problem [closed]
- WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version [closed]
- Adding a Tag Parameter / Filter to My Shortcode
- Modify pages widget and make a plugin?
- eaccelerator PHP error
- Looking for a good way to include php code in posts, but using special include markup rather than direct php code
- Ajax call not working in wordpress through a plugin
- Strange admin-ajax / CSS / $_SESSION issue
- How to add custom plugin data to the cart in woocommerce using custom button on product page?
- How to create admin setting for this small plugin
- Cookie value changes back to previous value after changing
- Allowed memory size of 134217728 … wp-includes/wp-db.php on line 1989
- Post source link plugin – small modification
- Remove a div class with condition
- Can you add a shortcode to a custom post type that gets the post_title, post_content, etc. and then passes that to a plugin function?
- How to create algorithm for ordering posts in WordPress?
- How to use WordPress header function and footer function and not load word press database
- Hooking into the HTML header container
- No route was found matching the URL and request method
- Block plugin update possibilities (but not by hiding notifications)
- WP_get_image_editor resizing images in a foreach loop
- Unable to activate themes on localhost
- CMB2 Output Select Box Chosen Option
- Flexslider empty slide
- Conditional Fields depending on checkboxes
- Soflyy WP All Import Custom File Download Issue
- WordPress Admin sub-level menu issue
- Update (a function) post’s featured image as soon as $image_url changes
- Add class as plugin for other plugins
- How to validate field when create post
- How to order users alphabetically by name? in plugin UPME
- Displaying friend’s posts only
- Plugin Installation Error
- WordPress Background Audio – Continous AutoPlay
- Template from scratch: Sidebars not showing widget
- Contact Form 7: custom validation [closed]
- Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts
- How use Dynamic hyperlink on each wordpress post?
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- Fatal error with Ultimate Coupon plugin
- How to execute init or woocommerce_init only for checkout page
- how to restore wordpress backup(.rar) manually?
- White Screen When Includding A Folder With PHP Files
- What can I do to customize a widget provided with this plugin? from where have I to start?
- wordpress jquery is not defined because the head tag is empty
- Two sites one PC
- PHP if url extension action=discussion condition use [closed]
- Shortcode inside a redirect [closed]
- Attachement title in wpallimport
- Block registration with viewScript
- Function not being called on form submit, only blank admin-post.php page
- cURL External API request displays content above other content on page
- WordPress Convert queries to slashes using function.php