Need new ABASE table parameter
-
For WP Multisite compatibility, and for other installations where a WP database prefix may be different but the same library of ABASE shortcodes need to be used, a new table parameter is needed. i.e.:
[abase table=”employees,useprefix”]. This would cause the current WP database prefix to be added to the table name. In php, using $wpdb:
$table = $wpdb->prefix . $table;
- The topic ‘Need new ABASE table parameter’ is closed to new replies.