wpseo_schema_company_logo_id

wpseo_schema_company_logo_id

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

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_schema_company_logo_id') is found 1 times:

  • /src/context/meta-tags-context.php line 398
    		 * Filter: 'wpseo_schema_company_logo_id' - Allows filtering company logo id.
    		 *
    		 * @param int $company_logo_id.
    		 */
    		return \apply_filters( 'wpseo_schema_company_logo_id', $company_logo_id );
    	}
    
    	/**
    	 * Retrieve the company logo meta.
    	 *
    	 * @return array<string|array<int>>|bool