• The plugin works like expected, but it extends the WordPress core table wp_posts in MySQL database by 2 more columns “wizi_included_site” and “wizi_included_app”.
    This is a really bad idea an not the “WordPress way”. If other plugins would do the same, the table wp_posts would have tens of extra columns in no time and would be barely negotiable.
    It should be done by using the wp_options table or the wp_postmeta table.

  • The topic ‘extending wp_posts table’ is closed to new replies.