Skip to content

Commit

Permalink
Merge pull request #1148 from vektor-inc/fix/loop-before-widget
Browse files Browse the repository at this point in the history
[ Loop before widget area ] ループ前ウィジェットエリアが表示されない不具合を修正
  • Loading branch information
goutetsuguma authored Nov 18, 2024
2 parents bb687a8 + 767eda7 commit 618a3db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/add_archive_loop_before_widget_area.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ function veu_loop_before_widget_run() {
$loop_action_point = veu_get_loop_before_widget_action_point();
add_action( $loop_action_point, 'veu_display_archive_loop_before_widget_area' );
}
add_action( 'after_setup_theme', 'veu_loop_before_widget_run' );

add_action( 'after_setup_theme', 'veu_loop_before_widget_run', 11 );
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ e.g.

== Changelog ==

[ Bug Fix ][ Loop before widget area ] Fixed an issue where widgets placed in the "Loop Before Widget Area" were not displaying correctly.

= 9.100.5 =
[ Bug Fix ][ CSS Customize ] Fixed an issue where CSS customizations( ExUnit > CSS Customize ) were not applied.

Expand Down

0 comments on commit 618a3db

Please sign in to comment.