03 October 2019

How to get last id from sql database in wordpress ?

 get last id from sql database 



After insert code



$lastid = $wpdb->insert_id;

No comments:

Post a Comment

How to create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...