I have written a script that creates a user-defined function (UDF) for the MySql database.
I need this UDF for a plugin that I am writing in WordPress.
Is there any way to add this UDF to the database from within the regular WordPress plugin installation scripts? (such as the "dbDelta" function for installing database tables).
Thanks for your help :-)