add_filter( 'bulk_actions-upload', function( $actions ){ $actions['make_gallery'] = 'ギャラリーコードを作成'; return $actions; }, 20 ); add_filter( 'handle_bulk_actions-upload', function( $redirect_to, $action, $ids ){ if( $action !== 'make_gallery' ){ return $redirect_to; } $id_str = implode( ',', $ids ); $code = '[gallery ids="' . $id_str . '" columns="1" size="full"]'; set_transient( 'kb_gallery_code_' . get_current_user_id(), $code, 60 ); return add_query_arg( 'kb_gallery_code', '1', $redirect_to ); }, 10, 3 ); add_action( 'admin_notices', function(){ $screen = get_current_screen(); if( !$screen || $screen->id !== 'upload' ){ return; } if( empty( $_GET['kb_gallery_code'] ) ){ return; } $code = get_transient( 'kb_gallery_code_' . get_current_user_id() ); if( !$code ){ return; } delete_transient( 'kb_gallery_code_' . get_current_user_id() ); echo '

'; echo '下のコードを記事本文にそのまま貼り付けてください'; echo '

'; echo '
'; }); XML Sitemap

XML Sitemap Index

This XML sitemap is used by search engines which follow the XML sitemap standard. This file contains links to sub-sitemaps, follow them to see the actual sitemap content.

This file was dynamically generated using the WordPress content management system and XML Sitemap Generator for Google by Auctollo.

URL of sub-sitemapLast modified (GMT)
https://kyarabetsunijiero.net/sitemap-misc.html2026-09-22T21:00:00+00:00
https://kyarabetsunijiero.net/post-sitemap.html2026-09-22T17:56:37+00:00
https://kyarabetsunijiero.net/post-sitemap2.html2026-09-22T17:56:37+00:00
https://kyarabetsunijiero.net/post-sitemap3.html2026-09-22T17:56:37+00:00
https://kyarabetsunijiero.net/post-sitemap4.html2026-09-22T17:56:37+00:00
https://kyarabetsunijiero.net/post-sitemap5.html2026-09-22T17:56:37+00:00
https://kyarabetsunijiero.net/post-sitemap6.html2026-09-22T17:56:37+00:00
https://kyarabetsunijiero.net/post-sitemap7.html2026-09-22T17:56:37+00:00
https://kyarabetsunijiero.net/page-sitemap.html2023-11-07T05:12:14+00:00