/home/techb158/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo
NameSizeModeActions
description.php13070644editdlrm
keyphrase.php14840644editdlrm
seo-plugin-data-interface.php4740644editdlrm
social.php23230644editdlrm
title.php13810644editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/wordpress-seo/src/editors/domain/seo/title.php (1381B)
title_template = $title_template; $this->title_template_no_fallback = $title_template_no_fallback; } /** * Returns the data as an array format. * * @return array */ public function to_array(): array { return [ 'title_template' => $this->title_template, 'title_template_no_fallback' => $this->title_template_no_fallback, ]; } /** * Returns the data as an array format meant for legacy use. * * @return array */ public function to_legacy_array(): array { return [ 'title_template' => $this->title_template, 'title_template_no_fallback' => $this->title_template_no_fallback, ]; } }