wpseo_replacements_filter_sep, $replacement
wpseo_replacements_filter_sep, $replacement
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_replacements_filter_sep, $replacement') is found 1 times:
- /src/helpers/options-helper.php line 84
* Filter: 'wpseo_replacements_filter_sep' - Allow customization of the separator character(s). * * @param string $replacement The current separator. */ return \apply_filters( 'wpseo_replacements_filter_sep', $replacement ); } /** * Retrieves a default value from the option titles. * * @param string $option_titles_key The key of the option title you wish to get.