wpseo_schema_company_name

wpseo_schema_company_name

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_schema_company_name') is found 1 times:

  • /src/context/meta-tags-context.php line 311
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    * Filter: 'wpseo_schema_company_name' - Allows filtering company name
     *
     * @param string $company_name.
     */
    $company_name = \apply_filters( 'wpseo_schema_company_name', $this->options->get( 'company_name' ) );
     
    if ( empty( $company_name ) ) {
        $company_name = $this->site_name;
    }
     
    return $company_name;