こんにちは :-) WordP…
[更新履歴] My WP Customize Admin/Frontend 1.25.2
こんにちは 🙂
WordPress プラグイン “My WP Customize Admin/Frontend” を 1.25.2 にアップデートしました。 🙂
更新概要
- 更新: デバッグのアクションフック時間計測にフィルターフックを追加
更新: デバッグのアクションフック時間計測にフィルターフックを追加
デバッグ機能のアクションフック時間計測機能ですが、WordPressのコアフックのみが時間計測可能だったため、フィルターフックを追加して自由にアクションフックの時間計測ができるようにしました。
※after_setup_theme アクションフック以降のみ。
add_filter( 'mywp_debug_times_action_items' , 'custom_mywp_debug_times_action_items ); function custom_mywp_debug_times_action_items ( $debug_times_actions_items ) { return $debug_times_actions_items; }
This Post Has 0 Comments