wpseo_sanitize_tax_meta_ . $key, $clean[ $key ], ( $meta_data[ $key ] ?? null
wpseo_sanitize_tax_meta_ . $key, $clean[ $key ], ( $meta_data[ $key ] ?? null
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_sanitize_tax_meta_ . $key, $clean[ $key ], ( $meta_data[ $key ] ?? null') is found 1 times:
- /inc/options/class-wpseo-taxonomy-meta.php line 298
} break; } $clean[ $key ] = apply_filters( 'wpseo_sanitize_tax_meta_' . $key, $clean[ $key ], ( $meta_data[ $key ] ?? null ), ( $old_meta[ $key ] ?? null ) ); } // Only save the non-default values. return array_diff_assoc( $clean, self::$defaults_per_term ); }