Sounds like you just updated from PHP 7 to PHP 8 but you’re still using a really old version of WordPress. The obvious solution is to either update WordPress or downgrade PHP version.
Related Posts:
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- How can I make it so the Add New Post page has Visibility set to Private by default?
- How to stop showing admin notice after close button has been clicked
- Is There a WordPress Hook to Filter the Edit Posts View?
- Show Similar Post Titles ( Similar to Stack Exchange )
- How to add option box in “Edit Post” plugin API?
- How do I unlock a post programmatically?
- Is there any record of installed plugins in the database?
- Add content to /wp-admin/plugin-install.php admin screens
- Custom admin column disappearing when using Quick Edit [duplicate]
- How To Ignore a Filter On Applying Filter the Content In a Function
- Plugin Development: WordPress processes twice on post update. How to skip process on the first?
- How to get posts by content?
- how to not show plugin in admin area
- Publish Post After Click On A Link
- Action on post publish
- How could I execute my plugin just in frontend (not in backend)
- Custom height/width for thickbox in WP Backend
- Hide Theme options and Customize Admin menu
- How use %like% in sql statement wordpress
- Adding Attachment Display Settings in custom media frame
- ‘wp_login’ action hook not working with wp-login.php file
- Execute a plugin only on post pages
- All Users > User List > Update User Meta Field Inline
- Is there an easy way to flag posts in the admin area?
- finding whether request is for post, and post id
- How to hide some section in WordPress under Post
- Display post lists in 2nd paragraph
- Create tabs in admin options page from custom post type loop
- Redirect to another page using contact form 7? [closed]
- How to make multiple admin pages for one plugin?
- How to get all posts belongs to a user between a certain date
- Set Multiple Meta Values as an Array Using dispatch( ‘core/editor’ ).editPost() Call in Gutenberg/JS
- WordPress Site is Broken, Cannot see wp-admin page [closed]
- How to remove a CPT Menu from the Root Admin only
- Post status doesn’t update to ‘future’ every time?
- Is there a better way of handling AJAX requests in WordPress?
- Delete data from custom table when deleting a post
- Plugin is creating posts twice
- I cannot include a file in my plugin settings page
- How to get Recent Post From Each Category with Thumbnail?
- help intercepting save_post through plugin
- Is it possible to pin a post in second position from top
- Help to Create a Simple Plugin to make a post
- force logged in user to stay in the dashboard
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- How to display the custom post related blog by category?
- WP Forms not displaying,becomming an fatal error
- How to properly enqueue jQuery knob on WordPress without conflict?
- How can I see $post object in frontend from functions.php?
- Allow members to create groups on my site
- add tags to wordpress post using REST API
- Prefix WordPress Taxonomy Tags With Hashtag Symbol Like Twitter
- WordPress Product Detail and catalog
- Admin menu hilighting wrong item for CPT
- Is admin section completely customizable in terms of styling?
- Store admin page into variable
- Is it possible to create duplicate post on other site (either push, on publish, or pull, periodically)?
- How can I get the Post ID and Post Type within a Must Use Plugin?
- Get content and send to 3rd party
- Displaying friend’s posts only
- Get page type to display content
- Capturing POST data
- Custom feed parameters / Template overriding
- Add custom fields in the new and edit the site forms without touching the WP core
- Ajax in Plugins: returns the whole page
- Gutenberg: Dynamic Block – Show saved data in the editor
- Get post id in Post Page within Wp-admin
- Combining JS files to one script
- Plugin to display text before a post
- Notifications Bar on home page only
- The Admin page isn’t showing in the sidebar of the dashboard
- Submitting form to admin-post.php WordPress
- Form submission issue in wordpress admin (custom plugin) using $_GET for searching & filtering
- redirect logged users to custom front-end insetad of wp-admin
- 403 forbidden error in the admin panel as well as on the admin-ajax.php file
- Search result page admin panel – display values from the result’s metaboxes
- media_sideload_image only works on localhost and without return id or src
- Set user ID at time of wp_create_user
- How to include code into functions.php file via a plugin
- building plugin and it is displaying above plugins page
- like to keep reading plugin
- Check if email address exists front end with AJAX in a plugin
- Function to prevent users from trashing comments
- How to Sort the Favorite Plugins Screen Alphabetically?
- Avoiding Duplicate function names in Post Loop (WP_Footer script)
- Output HTML only on individual post view
- Default Plugin Settings Not Writing to Database
- Hide extra menus from WordPress Dashboard
- add action for displaying posts using a shortcode
- How do I write into a file (css)
- Using the “Latest posts” feature on a different site
- WP Plugin Developers – Accessing my wordpress site [closed]
- How to make a custom field as an editor in wordpress?
- WP_Query ordering numbers as letters
- WordPress Automatic Plugin Update Renames Plugin Directory
- How can sanitize $_FILES[‘haq_slider’] field
- Why is an action callback function from an instance of a class always invoking the same function from an instance?
- Write to / remove from default .htaccess file from plugin?
- How to provide a plugin which requires CMB2 (plugin dependencies)?