//カスタムタクソノミーで選択を強制にする
add_action('admin_print_footer_scripts', 'admin_print_footer_scripts_custom', 21);
function admin_print_footer_scripts_custom() {
echo '<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function($){
// default check
if ($(".categorychecklist input[type=checkbox]:checked").length == 0) {
$(".categorychecklist > li:first-child > .selectit > input").attr("checked", "checked");
}
});
//]]>
</script>';
}
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme