Advertisement
thesufi

$wpdb basic

Apr 21st, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. global $wpdb;
  3. $table = $wpdb->base_prefix . 'table_name';
  4.  
  5. //always follow this procedure
  6. //more details about $wpdb: https://codex.wordpress.org/Class_Reference/wpdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement