WP hooks question
-
In a plugin I’ve found the following line:
add_filter('name_save_pre', 'seo_slugs', 0);
after having a look at google it turned out that name_save_pre hook is renamed to {$field_no_prefix}_save_pre.
My question is how I should modify that line of code to work properly?
Thanks!
- The topic ‘WP hooks question’ is closed to new replies.