wpseo_social_template_taxonomy, , $template_option_name, $this->term->taxonomy
wpseo_social_template_taxonomy, , $template_option_name, $this->term->taxonomy
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_social_template_taxonomy, , $template_option_name, $this->term->taxonomy') is found 1 times:
- /src/editors/framework/seo/terms/social-data-provider.php line 123
* @param string $template The social template value, defaults to empty string. * @param string $template_option_name The subname of the option in which the template you want to get is saved. * @param string $taxonomy The name of the taxonomy. */ return \apply_filters( 'wpseo_social_template_taxonomy', '', $template_option_name, $this->term->taxonomy ); } /** * Method to return the Social domain object with SEO data. * * @return Seo_Plugin_Data_Interface The specific seo data.