WordPress recommends PHP7 and MariaDB 10.0 or higher, so your core installation should be fine.
If you’re using any third-party plugins and/or themes (including ones you’ve written), you would be wise to ensure that they too are compatible with PHP7. Check the respective maintainers’ support streams (either the relevant plugin/theme pages on wordpress.org or the relevant sites if they’re downloaded / purchased from other venues).
Related Posts:
- How do I display offsite database info on my wordpress site?
- PHP Fatal error: Uncaught mysqli_sql_exception: Table doesn’t exist in wordpress/wp-includes/wp-db.php
- SQL Injection blocked by firewall
- wordpress media library new uploads don’t write to database
- How to check if a meta value has already been assigned to any user?
- How to display data from custom table in wordpress phpmyadmin
- Calculating a large number of MYSQL queries as customshort codes, slow
- WP_Query adds “(wp_posts.ID = ‘0’)” so no results are returned
- WordPress returning 404 for multisite pages
- How can I save unique user data on my site? [closed]
- How to call plugin function per site in a multisite?
- WordPress returns “The link you followed has expired” error page whenever I add a new site, add a user etc
- Update results, Before deleting the related category [closed]
- Sum the total amount of a specific product purchased per user and display in table
- Ordering users by custom user meta
- Long running queries
- How to split links generated into an xml sitemap to avoid exceeding 30 sec maximum execution time?
- Hacked WordPress website /Homepage redirect [closed]
- get_posts() and WP_query limits ‘AND’ conditions to a maximum of 6 for meta value queries in WordPress
- Replacing mysql_escape_string in a custom plugin when moving to PHP7
- Weird 404 URL Problem – domain name being placed at end of urls
- wp query foreach deleting record returning only first or last item
- Refresh table data with Ajax
- database sent to a JSON file
- NGINX rewrite rules for multisite
- Make a list of sites for each user in WPMU – switch_to_blog (display in SITE_ID: 1)
- inserting a post from an extern php file but post content doesn’t show on wp site
- Database query works fine outside WordPress
- Using $wpdb (WPDB class) ‘replace’ with multiple WHERE criteria problem
- $wpdb->wp_users returning empty value for
- Large Woocommerce Site (83,000 items), What Can I Do? [closed]
- $wpdb->insert() does not Insert record in a table
- WP & Server Speed [Teacher Question]
- Using custom tables for old posts
- Help with a $wpdb MySQL Query
- WordPress SQL injection
- Not connecting to database in file with multiple MySQL connections
- Way to bulk make all my tags lowercase?
- $Wpdb post meta query is not working with mutliple meta keys and values? [closed]
- How i can obtain all the post meta for a specific post as an array?
- multiple where condition in result query
- Moving code from theme header to functions.php
- Grouping posts by a custom meta value
- Multiple meta_key in one global $wpdb;
- Custom array from a query only write the last row of the query
- WordPress member notification
- Is it best to avoid using $wpdb for security issues?
- Can’t Query Custom Table Using $wpdb Method
- Count posts on multisite with blog id
- Moving wordpress site from localhost to live server using GoDaddy cPanel
- How does WP work in conjunction with a web server?
- WordPress Block developer from exporting Database via PHP
- wp_redirect only works on main site and not on other sites
- $wpdb returns duplicate posts
- How to avoid duplicates when creating recent network posts
- Update postmeta after theme switch
- Mixing variables into an array when inserting values
- Location of core code for database connection and get_header
- wpdb prepare insert table doesn’t work
- Should I use WordPress to skin a database website?
- php include not working in custom page
- Creating Database Table vs. Adding MetaData to Post & User
- Make a database query using WordPress
- Force Users To Relogin
- WordPress and MySQL: trying to print data using PHP from user_meta custom field data
- Timthumb.php image gallery not working on Multisite WordPress
- WordPress Custom SQL Table with UserID Filter for results
- Most commented posts by time period (last 12h, last 24h and etc)
- Use $wpdb or other PHP script method to find/replace in WP database
- email alert for product availability
- Find Site ID From WP_Post
- List all blogs, but exclude the main site
- How can I add a new row in a separate database when someone registers via WordPress?
- Issue with fetching mysql data and displaying results via shortcode in webpage
- Basic wpdb update question
- Hide posts if user is added to it WP_query
- I can’t update my data through $wpdb
- A $_POST should occur when submit form but is not?
- Custom route and query
- Output: “Array”
- How to disable all logins except Network login in WordPress Multi site?
- How to unserialize data from MySQL
- How to use mysql LIKE with wpdb?
- Pull MySQL data from multiple tables and merge into 1 PHP array
- Submitting a form, using Ajax, to run a SQL Select query based on user input from the form
- WordPress WP_Query without query GET parameters
- How do I prepare strings for insertions as values into a MySQL table?
- WordPress homepage setup not working on first load
- Using CFDB7 vs Custom MySQL Database [closed]
- How to use AJAX in WordPress in MYSQL query?
- add category to posts with tag wordpress
- How can I Use 2 databases with one WordPress install
- Use variable in SQL statement
- Using wordpress function to retrieve data
- Live search from database table
- Processing ajax call to php to insert into mysql database
- Edit Account – read and write to MySQL
- form $_post action value gets truncated after it passes through two forms
- Get the id of the row from database on click of a button [closed]
- Why won’t this wpdb get_results query return results?