wpseo_replacements_filter_sep, $replacement

wpseo_replacements_filter_sep, $replacement

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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.