Skip to content

Instantly share code, notes, and snippets.

@marushu
Last active December 4, 2021 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marushu/beb2ea3e93427aad7de7b2c6f053fb43 to your computer and use it in GitHub Desktop.
Save marushu/beb2ea3e93427aad7de7b2c6f053fb43 to your computer and use it in GitHub Desktop.
<?php
// 実際のページ用の CSS 読み込み
add_action(
'wp_enqueue_scripts',
function() {
wp_enqueue_style(
'my-snow-monkey',
MY_SNOW_MONKEY_URL . '/style.css',
[ Framework\Helper::get_main_style_handle() ],
filemtime( MY_SNOW_MONKEY_PATH . '/style.css' )
);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment