invoicing icon indicating copy to clipboard operation
invoicing copied to clipboard

Fixed Functions in four files

Open DAnn2012 opened this issue 4 months ago • 1 comments

Description

Fixed Functions in four files

How has this been tested?

Screenshots

Types of changes

Checklist:

  • [ ] My code is tested.
  • [x] My code follows the WordPress code style.
  • [ ] My code follows the accessibility standards.
  • [ ] My code has proper inline documentation.
  • [ ] I've included developer documentation if appropriate.

DAnn2012 avatar Sep 21 '25 11:09 DAnn2012

Hello @kprajapatii

When you can, could you take a look at this PR of mine?

Thanks.

DAnn2012 avatar Nov 13 '25 10:11 DAnn2012

@DAnn2012 I don't see any issues with our code which you are changing in this PR. esc_html_e by default echo the text so no need echo before that. Changing esc_attr__ to esc_attr_e is correct which we will do change in our code. Thank you for your feedbacks.

wpdev10 avatar Nov 19 '25 11:11 wpdev10