dynamic_sidebar_before,dynamic_sidebar_after アクション ダイナミックサイドバーの前に、helloを表示する例
1 2 3 4 5 |
add_action('dynamic_sidebar_before','my_test',10,3); function my_test( $content, $index, $has_widget ) { echo 'hello'; } |
3.9.2 $index,$has_widge…