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 add re-captcha v3 on all Elementor forms using coding?

 Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){     ?> <script src="https://www...