WP_UnitTest_Generator_Sequence::get_template_string PHP Method

get_template_string() public method

Get the template string.
Since: 4.6.0
public get_template_string ( ) : string
return string
    public function get_template_string()
    {
        return $this->template_string;
    }