woof_add_items_keys
使用于“by_‘ 扩展用于在其系统中添加密钥,以使扩展可见
Example:
add_filter('woof_add_items_keys', array($this, 'woof_add_items_keys'));
public function woof_add_items_keys($keys)
{
$keys[] = $this->html_type;
return $keys;
}
使用于“by_‘ 扩展用于在其系统中添加密钥,以使扩展可见
Example:
add_filter('woof_add_items_keys', array($this, 'woof_add_items_keys'));
public function woof_add_items_keys($keys)
{
$keys[] = $this->html_type;
return $keys;
}