Fatal error: Call to a member function register() on a non-object public_html/wp-includes/widgets.php on line 431 in Wordpress -


i have added php file in wordpress theme getting post id , called using ajax , working fine before. giving

fatal error: call member function register() on non-object in /public_html/wp-includes/widgets.php on line 431

for getting post data have included

require('../../../wp-load.php'); 

any solution, in advance!


Comments

Popular posts from this blog

php - Add the correct number of days for each month -

java.util.scanner - How to read and add only numbers to array from a text file -