Q.where is php.ini file location wordpress?
Answer; located at same directory where your WordPress installed.
Allowed memory formats 32, 64, 128, 256, 512, 1024M or more in Mbs only not in GBs or G for a WordPress website.
How to check Allocated memory for a WordPress website /install?
add this code ”
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
Ask a Question:
You must be logged in to post a comment.