skip to Main Content

Page redirect after isset – WordPress

At the top of the page I get a url: $posturl = $_GET['posturl']; Works, I got the URl. The I have a series of checkboxes to delete attachments within a form post: <form action="" method="post"> <?php $attachments = get_posts(array( 'post_type'…

VIEW QUESTION

Uncaught Error: Call to undefined function cache_users() – WordPress

Error on the site under cms wordpress. The site just suddenly stopped working. Uncaught Error: Call to undefined function cache_users() in /www/wwwroot/beavers-auto.com/wp-includes/class-wp-user-query.php:843 Stack trace: #0 /www/wwwroot/beavers-auto.com/wp-includes/class-wp-user-query.php(79): WP_User_Query->query() #1 /www/wwwroot/beavers-auto.com/wp-includes/user.php(763): WP_User_Query->__construct() #2 /www/wwwroot/beavers-auto.com/wp-content/plugins/stm-post-type/stm-post-type.php(281): get_users() #3 /www/wwwroot/beavers-auto.com/wp-settings.php(447): include_once('...') #4 /www/wwwroot/beavers-auto.com/wp-config.php(84): require_once('...') #5…

VIEW QUESTION

WordPress function cache_users not found after update to 6.1

I am getting error while running a function get_users() in my custom plugin PHP Fatal error: Uncaught Error: Call to undefined function cache_users() in /Users/priyankgohil/sites/upw-new/wp-includes/class-wp-user-query.php:843 Stack trace: #0 /Users/priyankgohil/sites/upw-new/wp-includes/class-wp-user-query.php(79): WP_User_Query->query() #1 /Users/priyankgohil/sites/upw-new/wp-includes/user.php(763): WP_User_Query->__construct(Array) #2 /Users/priyankgohil/sites/upw-new/wp-content/plugins/my-plugin/Inc/BaseController.php(214): get_users(Array) is anyone have solution…

VIEW QUESTION
Back To Top
Search