| @@ -21,9 +21,10 @@ | ||
| 21 | 21 | $cssData = array_combine($filterKey, $filterValue); |
| 22 | 22 | } |
| 23 | 23 | $jsonData = isset($cssData['json_data']) ? json_decode(stripslashes(html_entity_decode($cssData['json_data']))) : []; |
| 24 | 24 | |
| 25 | -wp_enqueue_style('imh-font-awesome-all', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css'); | |
| 25 | +wp_enqueue_style('imh-font-awesome-new', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css'); | |
| 26 | +wp_enqueue_style('imh-font-awesome-old', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/v4-shims.min.css'); | |
| 26 | 27 | wp_enqueue_style('imh-6310-owl-carousel', plugins_url('output-common-css.css', __FILE__)); |
| 27 | 28 | include imh_6310_plugin_url . "output-css.php"; |
| 28 | 29 | ?> |
| 29 | 30 | <style>.imh-6310-point-icons{display: none}</style> |