芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wp-parsidate/includes/fixes-archive.php
query; if ( ! is_archive() || ! wpp_is_active( 'persian_date' ) ) { return $title; } if ( $sep_location === 'right' ) { $query = array_reverse( $query ); } if ( isset( $query['monthnum'] ) ) { $query['monthnum'] = $wpp_months_name[ (int) $query['monthnum'] ]; $title = implode( " ", $query ) . " $sep " . get_bloginfo( "name" ); } if ( wpp_is_active( 'conv_page_title' ) ) { $title = fix_number( $title ); } return $title; } add_filter( 'wp_title', 'wpp_fix_title', PHP_INT_MAX, 2 ); add_filter( 'pre_get_document_title', 'wpp_fix_title', PHP_INT_MAX ); // WP 4.4+