Skip to content
Public Ticket #22185

like count

Conversation thread

pukalani replied

Customer Reply

that worked perfectlly !!! thank you for your quick reply and great info! 

PenciDesign Supporter replied

Staff Reply

Hi,

Please install the Code Snippet plugin, then create a new snippet with the following content:

function pcremove_custom_fields_filter( $meta_excludelist ) {
    // Merges the defaults array with our own array of custom fields.
    return array_merge( $meta_excludelist, [ '_post_like_count' ] );
}
add_filter( 'duplicate_post_excludelist_filter', 'pcremove_custom_fields_filter' );

Regards,
PenciDesign.

pukalani started the conversation

Conversation Start

Hello. When duplicate posts with Yoast Duplicate Post plugin or some other plugins, the "heart mark" like counts are also duplicated and I cannot find how to reset this count.  Would you tell me how to reset the like count??  

Want to join this conversation or access attachments? Sign in first.