Site icon Learn Web Development & Programming, Artificial Intelligence, WordPress, Shopify Articles

How can I execute an anonymous function?

call_user_func(function() { echo ‘anonymous function called.’; });

Exit mobile version