/home/nbcgowuy/kdosheleads.com/wp-content/plugins/wp-social/keys.php
<?php

namespace WP_Social;


class Keys {

	const OK_GLOBAL_SETTINGS = 'xs_global_setting_data';


	const KEY_SHARE_LAYOUT_ALIGNMENT_VERTICAL = 'vertical';
	const KEY_SHARE_LAYOUT_ALIGNMENT_HORIZONTAL = 'horizontal';

	const WSLU_COUNTER_TABS = [
		'wslu_providers',
		'wslu_style_setting',
		'wslu_counter_setting',
	];

}