You appear to be a bot. Output may be restricted
Description
WP SEO meta description.
Hooked into wpseo_ hook already, so no need for function_exist.
Usage
$string = WC_Query::wpseo_metadesc();
Parameters
Returns
string
Source
File name: woocommerce/includes/class-wc-query.php
Lines:
1 to 3 of 3
public function wpseo_metadesc() { return WPSEO_Meta::get_value( 'metadesc', wc_get_page_id( 'shop' ) ); }