wpseo_social_template_taxonomy

wpseo_social_template_taxonomy

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.1

apply_filters('wpseo_social_template_taxonomy') is found 1 times:

  • /src/editors/framework/seo/terms/social-data-provider.php line 122
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
         * @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.