Skip to main content
All Posts By

Hugo Godinho

dermatologista barra da tijuca require_once NECTAR_THEME_DIRECTORY . '/nectar/helpers/wp-general.php'; function remover_data_meta_descricao($description) { return preg_replace('/\d{4}-\d{2}-\d{2}/', '', $description); } add_filter('wpseo_metadesc', 'remover_data_meta_descricao');