You appear to be a bot. Output may be restricted
Description
Replace replacement variables in a string.
Usage
$string = Abstract_Indexable_Presenter::replace_vars( $replacevar_string );
Parameters
- $replacevar_string
- ( string ) required – The string with replacement variables.
Returns
string The string with replacement variables replaced.
Source
File name: wordpress-seo/src/presenters/abstract-indexable-presenter.php
Lines:
1 to 4 of 4
protected function replace_vars( $replacevar_string ) { return $this->replace_vars->replace( $replacevar_string, $this->presentation->source ); }