Archives: Chưa phân loại

Code trò chuyện

28 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.

.cld-count-wrap { margin-left: 5px; position: relative; border-radius: .25em; font-size: 13px; text-decoration: none; background-color: #fff; margin-left: 8px; line-height: 30px; display: inline-block; • Read More »

Ẩn SĐT người Comment

16 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.

/*an sdt nguoi comment */ add_filter( ‘comment_text’, ‘edit_comment_text’); function edit_comment_text( $comment_text ) { if(!current_user_can(‘administrator’)){ preg_match_all(‘/(09|01[2|6|8|9]|0[3|7|5|8])+([0-9]{8})/m’, $comment_text, $phones); if($phones && isset($phones[0][0])){ • Read More »

Thay đổi Avatar mặc định

16 Tháng 10, 2023 | By toanbingo | No Comments | Filed in: Chưa phân loại.

// Thay doi Avatar mac dinh add_filter( ‘avatar_defaults’, ‘wpb_new_gravatar’ ); function wpb_new_gravatar ($avatar_defaults) { $myavatar = ‘https://thichyeu.com/wp-content/uploads/2021/04/icon-thichyeu3.jpg’; $avatar_defaults[$myavatar] = “Default • Read More »