Skip to content
  • This project
    • Loading...
  • Sign in

Commonwell / broker-site

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • broker-site
  • wp-content
  • plugins
  • shortcodes-ultimate
  • includes
  • deprecated
  • class-su-data.php
  • Jeff Balicki's avatar
    fix broker · d50fa8f7 ...
    d50fa8f7 Browse Files
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-01-09 16:52:54 -0500
class-su-data.php 230 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?php

if ( ! class_exists( 'Su_Data' ) ) {

	/**
	 *
	 *
	 * @deprecated 5.0.5
	 */
	class Su_Data {

		/**
		 *
		 *
		 * @deprecated 5.0.5
		 */
		public static function icons() {
			return su_get_config( 'icons' );
		}

	}

}