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.
私はサイトのビューをカウントする関数を作成しますadd_action('init', 'wp125_adview');.add_actionダッシュボードから機能しないのですか?
add_action('init', 'wp125_adview');
add_action
add_action('wp', 'wp125_adview');ダッシュボードのワードペスにいるとき、関数を呼び出さないことがわかりましたwp125_adview();
add_action('wp', 'wp125_adview');
wp125_adview();