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
Searching the codebase returns many "wps_subtitle" but I think it might just be the REST reference, and the one in the is_current_subtitle() that reference the meta key and need to run through that filter.
The plugin defines a filter
wps_subtitle_key
which changes the post meta key used to store the subtitle:wp-subtitle/plugin/includes/subtitle.php
Lines 100 to 111 in 2e42e47
However, this filter doesn't affect the meta key used in the REST endpoint:
wp-subtitle/plugin/includes/rest.php
Line 80 in 211fb64
There are several other places in the plugin that similarly use a hardcoded
wps_subtitle
meta key instead of the filter output. https://github.com/benhuson/wp-subtitle/search?l=PHP&q=wps_subtitleThe text was updated successfully, but these errors were encountered: