Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードの「1」が何を意味するのか知りたいですか?
add_action('thesis_hook_footer','my_widgetized_footer','1');
どうもありがとう
それはあなたの機能がどれほど重要かを示しています。これを変更して、関数が他の関数の前または後に呼び出されるようにします。デフォルトは 10 であるため、(たとえば) 5 に設定すると実行が早くなり、12 に設定すると実行が遅くなります。