You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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’
The text was updated successfully, but these errors were encountered:
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’
The text was updated successfully, but these errors were encountered: