wpseek.com
A WordPress-centric search engine for devs and theme authors
_deep_replace is private and should not be used in themes or plugins directly.
_deep_replace › WordPress Function
Since2.8.1
Deprecatedn/a
› _deep_replace ( $search, $subject )
Access: |
|
Parameters: (2) |
|
Returns: |
|
Defined at: |
|
Codex: |
Performs a deep string replace operation to ensure the values in $search are no longer present.
Repeats the replacement operation until it no longer replaces anything to remove "nested" values e.g. $subject = '%0%0%0DDD', $search ='%0D', $result ='' rather than the '%0%0DD' that str_replace would returnRelated Functions: wp_cache_replace, get_date_template, get_index_template, get_template, _deprecated_file