| @@ -7,10 +7,8 @@ | ||
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | namespace Timetics\Core\EnqueueInline; |
| 10 | 10 | |
| 11 | -defined( 'ABSPATH' ) || exit; | |
| 12 | - | |
| 13 | 11 | use Timetics\Utils\Singleton; |
| 14 | 12 | use Timetics; |
| 15 | 13 | |
| 16 | 14 | /** |
| @@ -130,9 +128,9 @@ | ||
| 130 | 128 | |
| 131 | 129 | "; |
| 132 | 130 | |
| 133 | 131 | // add inline css. |
| 134 | - wp_register_style( 'timetics-custom-css', false, array(), TIMETICS_VERSION ); | |
| 132 | + wp_register_style('timetics-custom-css', false); | |
| 135 | 133 | wp_enqueue_style('timetics-custom-css'); |
| 136 | 134 | wp_add_inline_style('timetics-frontend', $custom_css); |
| 137 | 135 | } |
| 138 | 136 | } |