??? wp_enqueue_style
-
????
??
plugins/wp-shamsi/inc/WPSH_Core.class.php
?? 239
??? ?? ???? css ?? enqueue ????? ?? ?? ???? ?? ????? ?? ?? ????. ???? ?????? ?? ?????? ???? ??? ??? ?? ????? ????.
if (get_locale() == ‘fa_IR’ || get_locale() == ‘fa_AF’) :
wp_enqueue_style(‘wpsh-style’, WPSH_URL . ‘assets/css/wpsh_custom.css’, array(), WPSH_VERSION);
wp_add_inline_style(‘wpsh-style’, (string)$this->option(‘fa-custom-css’));
endif;
??????.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘??? wp_enqueue_style’ is closed to new replies.