Changes between Initial Version and Version 1 of Ticket #22400, comment 48
- Timestamp:
- 05/13/2014 02:50:29 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22400, comment 48
initial v1 1 To my knowledge extract() take all params from array so it could be very bad to use it when datas come from user. The documentation says extractan take some additional args to avoid bad behavior e.g prefix.1 To my knowledge extract() takes all params from array so it could be very bad to use it when datas come from user. The documentation says extract can take some additional args to avoid bad behavior e.g prefix. 2 2 3 3 My question regards shortcodes. I use them all the time so do you recommand to remove extract from all our shortcode callbacks?