Your IP : 216.73.216.95


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/shortcodes-ultimate/includes/config/
Upload File :
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/shortcodes-ultimate/includes/config/groups.php

<?php defined( 'ABSPATH' ) || exit;

return apply_filters(
	'su/data/groups',
	array(
		'all'     => __( 'All', 'shortcodes-ultimate' ),
		'content' => __( 'Content', 'shortcodes-ultimate' ),
		'box'     => __( 'Box', 'shortcodes-ultimate' ),
		'media'   => __( 'Media', 'shortcodes-ultimate' ),
		'gallery' => __( 'Gallery', 'shortcodes-ultimate' ),
		'data'    => __( 'Data', 'shortcodes-ultimate' ),
		'other'   => __( 'Other', 'shortcodes-ultimate' ),
	)
);