I have custom table where I store quotes and author: function quote_install(){ global $wpdb; global $quote_db_version; $table_name = $wpdb->prefix . 'quote'; // create ...
-
May 25, 2022
- 0 Comments