There are 2 things you could try to confirm
- create a php file with
phpinfo()
to see what version it is running - then go to httpd.conf to locate
LoadModule php7_module ...
to find out which file it is calling
Sometimes LoadModule
is put inside httpd.config, sometimes maybe in include file instead but you could find the information inside this config file. Because it depends what package are you using. It might be XAMPP, LAMP or standalone installation. But the concept and configuration are almost the same.
If you upgrade, it is most likely that you haven’t updated the config file.
Related Posts:
- PHP Catchable fatal error: Object of class WP_Error could not be converted to string
- What exactly does “Posts page” do in WordPress?
- How do I make my function add variables/values to the $post object?
- Change comments form title on a page by page basis
- Load custom field value into div with AJAX
- Get the title before comma
- wp enqueue style and style sheet depth
- “Can’t use function return value in write context” error
- Display 4 chronological posts starting with a random post
- Displaying Only Certain Tags in Loop
- Duplicates with WP_Query loop
- WordPress automatically adds tags when pasting code, how to stop it?
- ACF: Only get first row of a Repeater Field
- using add_action for a header hook that has an additional parameter
- Template part inside shortcode, unexpected reult
- Woocommerce add to cart quantity buttons with AJAX
- How can I use wp_query to show all product data using just the products ID?
- WP add_action factory
- how to retrieve uploaded url of zip files
- save imported posts as drafts
- How to show phpinfo() only in a new tab?
- RecursiveDirectoryIterator not working in admin
- Ajax load more posts with multiple tax query
- Ajax call not working
- WordPress Sending data to Ajax with select option
- Get value from shortcode to do something
- Auto-Select Parent Category as Primary
- Long running queries
- How to create global title in header of wordpress theme
- comments sorting incorrectly across multiple pages
- auto-populating custom nav with all items from custom post type
- Saving plugin settings – ERROR: options page not found
- how to show only specific category for a template
- Trouble Installing WordPress Get PHP Not Running Answer
- WP_Query fails despite having 1 post
- Hardening uploads folder in IIS breaks images
- Do I have anything to worry about when switching to a default theme to test for plugin conflictions?
- Unable to process php via shortcode
- Creating a mobile site by adding a new class to the body tag from functions.php
- Using WP functions such as the_title() in an included php file
- WP_Query: getting posts where custom field exists
- Foreach loop inside an array_merge
- Export Form Data to a CSV then send it as an attachment – contact form 7
- Getting different user data depending on where I use variable
- WordPress PHP command and ELSE IF problem
- WordPress produces identical hash all the time
- How to unserialize data from MySQL
- if ( ! function_exists
- Split site title and apply different classes
- using wp enqueue style to create a CSS file specifically for a page template
- Pass get data from anchor URL [closed]
- WordPress İmages Upload & Delete Error
- Shortcode for a Series of Elevating Image Files, Excluding a Range?
- Shortcode won’t execute
- Dynamic CSS through PHP issue
- posts_nav_link pulling in multiple post types
- How do I custom code the start page?
- Is it possible to isolate and use WordPress functions outside of wordpress
- Remove password protection from all posts
- Testing a Form’s Zipcode Field with Regular Expressions to Determine WordPress Page Behaviour
- Custom html/php/jquery map code in WordPress/elementor?
- Ajax on the Administration Side of plugin – wp_localize_script – how to pass value from JQuery to PHP function in class?
- My Custom Post Type AJAX Query is Returning no posts – why?
- Styling a category link
- Woocommerce display orders with products from specific categories to specific admins
- How to exclude meta no index pages from wp_list_pages
- Search bar for wp menu
- How to check a variable Changes
- require get_template_directory() . ‘path/to-my/file.php’ BREAKS customize > themes functionality
- Remove all feeds and return custom 404 page
- How do I change the “login” label in My Account page to “Registered Customer”
- Edit a function to take different actions based on user role
- How to have different headers.php files based on the display page
- wp_get_nav_menu_items() with ACF
- How to add custom attribute to all outofstock and all instock products automatically?
- Site infected by link
- Cannot successfully execute AJAX script to call function.php specific function. Using XAMPP localhost to test
- sessionStorage saves input value in browser but it is not loaded in the form field
- Multiple Arrays for Custom Post Query using Boostrap accordions and ACF repeater fields
- Deny php execution in /wp-includes – using .htaccess in /wp-includes VS root folder
- SQL Query Search page
- Unable to get Post Category Name and URL
- RegExp to EXCLUDE strip HTML (FOR SOMME) comments
- Accessing external database: ERR_INCOMPLETE_CHUNKED_ENCODING
- Trying send mail from Theme page
- Would it be possible to route WordPress Through an MVC Application
- How can I put a custom field as the link of a button shortcode?
- jQuery vs. $ – Creating jQuery scripts in JavaScript in WordPress using External Libraries
- Problem using explode inside add_shortcode() callback funciton [closed]
- WordPress: Create A Widget to Accompany Plugin
- How to post data to a word press site in case of a mobile app
- What languages were used to build WordPress? [closed]
- How to strip/remove all blank spaces at the beginning/end of a search string
- SHARING TO FACEBOOK – FROM DYNAMICALLY GENERATED PAGE
- Pass a PHP variable (loop-audio.php) to jQuery function (js/script.js)
- Millennial Media PHP Setup ( Code Integration )
- Insert into db with foreach problem
- why is kses removing semicolon from inline style?
- Custom Filtering date with newsletter
- WordPress critical error after trying to update to 6.2 – Fatal error: Allowed memory size of 268435456 bytes exhausted