Deprecated function `create_function`
-
Please consider to use callbacks instead of
create_function
.Deprecated: Function create_function() is deprecated in /srv/www/ccv/public_html/wp-content/plugins/cms-tree-page-view/functions.php on line
By the documentation
Caution
This function internally performs an eval() and as such has the same security issues as eval(). Additionally it has bad performance and memory usage characteristics.
If you are using PHP 5.3.0 or newer a native anonymous function should be used instead.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Deprecated function `create_function`’ is closed to new replies.