wpseo_schema_company_name

wpseo_schema_company_name

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

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_schema_company_name') is found 1 times:

  • /src/context/meta-tags-context.php line 322
    		 * 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;