-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Seth Carstens [8:36 AM]
https://codex.wordpress.org/Options_API
[8:37]
new feature “easily move between WP Options API and WPOP”
[8:38]
now you just need a get_option translation filter, and the old “get_options” for the old values can still work
[8:39]
get_option(‘old_ticp_option’) -> filters -> WPOP->FilterLegacy(‘old_ticp_option’) -> map->new_id -> return ‘wpop_option_location’
Metadata
Metadata
Assignees
Labels
No labels