????JFIF??x?x????'
Server IP : 104.21.16.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/dchsreunion.com/wp-content/plugins/celebration/ |
Upload File : |
<?php function bt_custom_icons() { /*$arr = array( '24-hrs (custom)' => 'cs_' . 'e604', '24-full-circle (custom)' => 'cs_' . 'e605' );*/ $arr = array( 'bow-tie (custom)' => 'cs_' . 'e000', 'wedding-ring (custom)' => 'cs_' . 'e001', 'cheers (custom)' => 'cs_' . 'e002', 'cup-cake (custom)' => 'cs_' . 'e003', 'wedding-cake (custom)' => 'cs_' . 'e004', 'cake (custom)' => 'cs_' . 'e005', 'butterflies (custom)' => 'cs_' . 'e006', 'calendar (custom)' => 'cs_' . 'e007', 'celebration (custom)' => 'cs_' . 'e008', 'church (custom)' => 'cs_' . 'e909', 'clothing-his (custom)' => 'cs_' . 'e90a', 'clothing-her (custom)' => 'cs_' . 'e90b', 'champagne (custom)' => 'cs_' . 'e90c', 'rose (custom)' => 'cs_' . 'e90d', 'flowers (custom)' => 'cs_' . 'e90e', 'dish-fork-nife (custom)' => 'cs_' . 'e90f', 'gift (custom)' => 'cs_' . 'e910', 'necklace (custom)' => 'cs_' . 'e911', 'heart (custom)' => 'cs_' . 'e912', 'heart-lock (custom)' => 'cs_' . 'e913', 'arrow-trough-heart (custom)' => 'cs_' . 'e914', 'bed-heart (custom)' => 'cs_' . 'e915', 'hotel-heart (custom)' => 'cs_' . 'e916', 'house-heart (custom)' => 'cs_' . 'e917', 'jewel (custom)' => 'cs_' . 'e918', 'candle-lights (custom)' => 'cs_' . 'e919', 'list (custom)' => 'cs_' . 'e91a', 'teddybear (custom)' => 'cs_' . 'e91b', 'jewel-chain (custom)' => 'cs_' . 'e91c', 'heart-in-heart (custom)' => 'cs_' . 'e91d', 'invitation-card (custom)' => 'cs_' . 'e91e', 'heart-chain (custom)' => 'cs_' . 'e91f', 'envelope (custom)' => 'cs_' . 'e920', 'heart-shaped-ballons (custom)' => 'cs_' . 'e921', 'genders (custom)' => 'cs_' . 'e922', 'camera (custom)' => 'cs_' . 'e923', 'ornament (custom)' => 'cs_' . 'e924', 'location-heart (custom)' => 'cs_' . 'e925', 'note-heart (custom)' => 'cs_' . 'e926', 'religion (custom)' => 'cs_' . 'e927', 'dish (custom)' => 'cs_' . 'e928', 'shoe-her (custom)' => 'cs_' . 'e929', 'speech-bubble-hearts (custom)' => 'cs_' . 'e92a', 'bicycle (custom)' => 'cs_' . 'e92b', 'valentines (custom)' => 'cs_' . 'e92c', 'groom (custom)' => 'cs_' . 'e92d', 'bride (custom)' => 'cs_' . 'e92e', 'shoe-his (custom)' => 'cs_' . 'e92f', 'bride-n-groom (custom)' => 'cs_' . 'e930', 'love-potion (custom)' => 'cs_' . 'e931', 'apostrophe (custom)' => 'cs_' . 'e900', 'vignette (custom)' => 'cs_' . 'e901', 'vignette-happy (custom)' => 'cs_' . 'e903', 'dove (custom)' => 'cs_' . 'e902', 'add (custom)' => 'cs_' . 'e904' ); ksort( $arr ); return $arr; }