Copyright Company 2010-' . date( 'Y' ) . '.
'; } add_filter( 'the_content', 'unique_prefix_content' );' . sprintf( /* Translators: 1: Company Name, 2: Year. */ esc_html__( 'Copyright %1$s %2$s.', 'text-domain' ), 'Company', date_i18n( 'Y', get_the_date( 'U' ) ) ) . '
'; } add_filter( 'the_content', 'unique_prefix_content' );