Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
February 2023
Feb 23 Thu · 07:19
Forums med
Posted a reply to Multiple order specifications in pre_get_posts do not work according to the spec, on the site WordPress.org Forums:
$query->set('meta_key', 'プラン'); $query->set( 'orderby', array('meta_value_num' => 'desc', 'date' => 'desc') ); Change to the above…
Feb 21 Tue · 23:55
Forums med
Posted a reply to Multiple order specifications in pre_get_posts do not work according to the spec, on the site WordPress.org Forums:
Apologies for the inclusion of Japanese.The word "plan" should be replaced by "plan". With the…
Feb 21 Tue · 02:27
Forums med
Posted a reply to Multiple order specifications in pre_get_posts do not work according to the spec, on the site WordPress.org Forums:
Sorry, the above query, but I posted it once by mistake and have corrected it.
Feb 21 Tue · 02:16
Forums med
Posted a reply to Multiple order specifications in pre_get_posts do not work according to the spec, on the site WordPress.org Forums:
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT…
Feb 20 Mon · 03:09
Core med
Created ticket #57767 on Core Trac:
SQL query error with multiple order specifications in pre_get_posts.
Feb 20 Mon · 02:56
Forums med
Posted a reply to pre_get_postsで複数の並び順指定でエラー, on the site サポートフォーラム:
公式のドキュメントにも書かれて…
Feb 20 Mon · 02:13
Forums med
Posted a reply to pre_get_postsで複数の並び順指定でエラー, on the site サポートフォーラム:
失礼いたしました。 https…
Feb 20 Mon · 00:07
Forums med
Created a topic, Multiple order specifications in pre_get_posts do not work according to the spec, on the site WordPress.org Forums:
add_action('pre_get_posts','cs_pre_get_posts'); func…
Feb 19 Sun · 23:58
Forums med
Posted a reply to pre_get_postsで複数の並び順指定でエラー, on the site サポートフォーラム:
独自に追加というより、そういう…
Feb 19 Sun · 05:43
Forums med
Created a topic, pre_get_postsで複数の並び順指定でエラー, on the site サポートフォーラム:
add_action('pre_get_posts','cs_pre_get_posts'); func…