smart_seo_update_empty_cell

Description

By default, Smart SEO CSV Import/Export imports every single data found in your CSV including empty cells. You can skip processing empty cells and only update those explicitly defined in the import file using smart_seo_update_empty_cell (introduced in v7.6.6)

Usage example

add_filter( 'smart_seo_update_empty_cell', '__return_false' );

Was this page helpful?