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