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?
Comments
Also note that renaming and moving are different functions. Renaming presumes that the parent album does not change.
To influence the saving-process - how to do it? Is there a filter to use?