invoicing
invoicing copied to clipboard
Fixed Functions in four files
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.
Hello @kprajapatii
When you can, could you take a look at this PR of mine?
Thanks.
@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.