• ????
    ??
    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)
  • Plugin Author wpvar

    (@wpvar)

    ?????

    ??? ?? ???? ??????????? ?? ?? ?????? ?????? ??????? ?????? ???? ??? ?????? ???? ????? ???? ???????? ?? ???? ??????

    ?? ????

    Thread Starter Shayan Farhang Pazhooh

    (@shayanfp)

    ?? ???? ????? ?????? ???? ??? ???? ????? ???? ?? ??????? ??? ???? (?? ????? ?? ????? ???? ?????).
    ??????

    @shayanfp
    ???? ????? ?? ?????? ???? ???? ??. ??? ??? ?????? ?? ???? ???? ?? ??? ?? ???? function.php ????? ??? ????? ???

    function dequeue_masoud_nkh_style(){
        wp_dequeue_style( 'wpsh-style' );
    }
    add_action( 'wp_enqueue_scripts', 'dequeue_masoud_nkh_style', 999 );
    • This reply was modified 3 years, 8 months ago by Masoud NKH.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘??? wp_enqueue_style’ is closed to new replies.