音が流れない場合、再生を一時停止してもう一度再生してみて下さい。
ツール 
画像
ScottsWeb Dev
47回再生
WordPress: Properly Load Stylesheets & Scripts

View on website:
scottsweb.dev/loading-wordpress-stylesheets-script…

#wordpress #wordpresstutorial #howto #coding #code

When adding local or third party stylesheets and scripts to WordPress, don't just put the link and script tags in the HTML.

Instead, use wp_enqueue_style() and wp_enqueue_script() to load the resources within the WordPress ecosystem.

When developing in a given platform, always use that platforms tools and functions.

In this instance, you can avoid loading order problems, scripts not being initialized at the proper times, and can even alter the scripts using other WordPress functions, actions, and filters.

コメント