• File: groups.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/shortcodes-ultimate/includes/config/groups.php
  • Date Modified: 03/01/2026 6:03 AM
  • File size: 464 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php defined( 'ABSPATH' ) || exit;

return apply_filters(
	'su/config/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' ),
	)
);