<div dir="ltr">Say a package has:<br><br>\DeclareOption{rightcaption}{\def\right{right}}<br><br>but in my package, I want to change that:<br><br>\@ifpackageloaded{...}{\DeclareOption{rightcaption}{\def\right{Left}}{}<br><br>
How can you do that?<br></div>