Hi,
I'm using custom fields for an album added by my plugin.
Is it possible to rename the album-directory dynamically by saving an album (edit album)?
new directory name = custom_field1;
What filter to use for that?
zp_register_filter('new_album', 'updateAlbum'); ???
Can anybody give me an example how to handle this?