• Resolved iamwpuser

    (@iamwpuser)


    Hi,

    I have noticed little bug in woocommerce system report

    Post Type Counts

    attachment: 2766
    blocks: 59
    customize_changeset: 2
    elementor_library: 1 — I do not have this plugin
    mailpoet_page: 1 — I do not have this plugin
    mcw: 1I do not know what is this
    nav_menu_item: 101
    page: 31
    post: 10
    product: 769
    product_variation: 2263
    revision: 1
    shop_order: 17
    videoplayer: 1
    watermark: 1 — I do not have watermarks
    woocg-post: 15 — may I know what is this?
    wp_global_styles: 1
    wysijap: 1 may I know what is this?
    yith_popup: 1

    Where can I clean this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @iamwpuser

    I understand that you have noticed some post-type counts in your WooCommerce System Report that seem unfamiliar or unrelated to your current plugins. Let’s go through them one by one:

    1. elementor_library: This is related to the Elementor plugin. If you don’t have this plugin installed, it’s possible that it was previously installed and then removed. The post-type count remains in the database.

    2. mailpoet_page: This is related to the MailPoet plugin. Similar to the Elementor plugin, if you don’t have it installed, it may have been installed previously and later removed, leaving the post type count in the database.

    3. mcw: This could be related to a plugin or theme you have used. It’s difficult to determine the exact source without more information.

    4. watermark: This may be related to a plugin or theme that adds watermarks to your images. If you don’t have any watermark plugins installed, it could be a leftover from a previous plugin or theme.

    5. woocg-post: This is related to the WooCommerce Custom Gift plugin. If you don’t have this plugin installed, it may have been installed previously and later removed, leaving the post type count in the database.

    6. wysijap: This is related to the MailPoet plugin, which is the same as the mailpoet_page count mentioned earlier.

    You can use a plugin like WP-Optimize or WP-Sweep to clean up these post-type counts. These plugins allow you to clean up your WordPress database by removing unused data, optimizing database tables, and more. Please make sure to create a backup of your website before using any of these plugins to avoid any potential data loss.

    Alternatively, if you are comfortable working with the database directly, you can use a tool like phpMyAdmin to delete the unused post types. However, this method requires a good understanding of the WordPress database structure. It should only be performed if you are confident in your abilities to avoid any potential data loss or site issues.

    I hope this information helps!

    Thread Starter iamwpuser

    (@iamwpuser)

    I have cleaned my data base tables before this post with wp-optimize plugin , this plugin can not see this tables

    Thread Starter iamwpuser

    (@iamwpuser)

    I have checked my data base tables in phpadmin, and I do not have tables with name:

    elementor_library (or any with name elementor)

    mailpoet_page (or any with name mailpoet)

    mcw (or any with name mcw)

    watermark (or any with name watermark)

    wysijap (or any with name wysijap)

    yith_popup (or any with name popup)

    videoplayer (or any with name videoplayer)

    so I have to clean it in notepad myself

    • This reply was modified 1 year, 7 months ago by iamwpuser.
    • This reply was modified 1 year, 7 months ago by iamwpuser.
    • This reply was modified 1 year, 7 months ago by iamwpuser.
    • This reply was modified 1 year, 7 months ago by iamwpuser.
    Thread Starter iamwpuser

    (@iamwpuser)

    I am very surprised, I have a lot of shit there not visible in phpadmin

    • This reply was modified 1 year, 7 months ago by iamwpuser.
    Saif

    (@babylon1999)

    Hello @iamwpuser,

    The Post Type Counts display the various post types available in your store, as well as the number of posts within each type. For example, any image you add to the media library is considered an attachment post type.

    Generally speaking, these posts should be located in the wp_posts table.

    You may refer to this Stack Overflow thread to learn how to unregister unused post types.

    It is essential to have a backup of your website readily available before proceeding with any changes, just in case any issues arise

    Hope this helps!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘System Status Report issue’ is closed to new replies.