Split and get_settings deprecated functions
-
Php split function is deprecated since Php 5.3.0. You could replace the split function by the explode function.
WP get_settings is deprecated since WP 2.1. You should replace get_settings by get_option to avoid an unecessary warning message.
- The topic ‘Split and get_settings deprecated functions’ is closed to new replies.