the query in “PHP CODE (Experimental Option)”php7.2 not working
-
i have this query in PHP CODE (Experimental Option) to select list of items from
wp_posts
table to display them in the custom field select inputglobal $wpdb;
$items = $wpdb->get_results(“SELECT ID, post_title
FROM wp_posts
where post_type=’issues’ order by post_date desc”);the query was working fine with php5.6 m but when i upgrade to php7.2 became not working
- The topic ‘the query in “PHP CODE (Experimental Option)”php7.2 not working’ is closed to new replies.