• ????
    ?? ??? ????? ?? ???? ?? ??? notice ???? ????? ????? ?? ???? ????. ?????? ? ????? ??? ?? ?? ???? ????? ? ??? ?? ???? ??? ???.
    Notice: Undefined index: wp_date in /home/hexalinx/domains/hexalinx.com/public_html/wp-content/plugins/wp-parsidate/includes/plugins/disable.php on line 32
    ???? ???????? ????????

Viewing 6 replies - 1 through 6 (of 6 total)
  • ??? ??? ??? ?? ??? ?? ???? ???? ????? ???? ?? ???? ??
    wp_date
    ?? ???
    date_i18n
    ??????? ???. ?? ??? ??? ???? ????? ?? ???? ????? ????
    notice
    ?? ?????? ????.
    ???? ???? ???? ??? ???
    notice
    ?????? ??? ?????? ???? ?????. ???? ???
    wp_debug
    ?? ??????? ???? ???
    notice
    ?? ????????.

    Thread Starter hexalinx

    (@hexalinx)

    ????. ????? ?? ???.
    ?? ???? ??? ?? ?? ??????? ??????
    wp_date
    ?? ???
    date_i18n
    ???? ????? (????? ?? ?? ???? ????) ? ????? ?? ????? ????? ????. ? ??? ????? ?? debug ???? ??? ?? ???? notice ???? ????.
    ???? ?? ?? ????? ?? ???? ???? notice ? ??? ??? ???

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

    my tel: @skmohammadi

    Thread Starter hexalinx

    (@hexalinx)

    ???? ?????? ?? ?? ?? ??? ???? ?????? ???.
    ??? ?????? ?????? ???? fixes-dates.php ????
    global $wpp_settings;

    if (get_locale() == ‘fa_IR’ && $wpp_settings[‘persian_date’] != ‘disable’) {
    add_filter(‘the_time’, ‘wpp_fix_post_time’, 10, 2);
    add_filter(‘the_date’, ‘wpp_fix_post_date’, 10, 2);
    add_filter(‘get_the_time’, ‘wpp_fix_post_date’, 10, 2);
    add_filter(‘get_the_date’, ‘wpp_fix_post_date’, 10, 2);
    add_filter(‘get_comment_time’, ‘wpp_fix_comment_time’, 10, 2);
    add_filter(‘get_comment_date’, ‘wpp_fix_comment_date’, 10, 2);
    add_filter(‘get_post_modified_time’, ‘wpp_fix_post_modified_time’, 10, 3);
    add_filter(‘date_i18n’, ‘wpp_fix_i18n’, 10, 4);
    add_filter(‘wp_date’, ‘wpp_fix_i18n’, 10, 4);
    }

    ???? disable.php ?? ??? ???????

    Plugin Author Morteza Geransayeh

    (@man4toman)

    ???? ??? ????
    ???? ???? ??? ????? ???????.
    ?????? ???? ?? ????? ???? ???? ??? ????? ?? ?? ?????? ??? ????? ???????.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘??? ?? ???? disable.php’ is closed to new replies.