add_thickbox()

最后更新于:2021-11-25 19:43:19

add_thickbox()

Enqueues the default ThickBox js and css.

源文件

文件: gc-includes/general-template.php

function add_thickbox() {
	gc_enqueue_script( 'thickbox' );
	gc_enqueue_style( 'thickbox' );

	if ( is_network_admin() ) {
		add_action( 'admin_head', '_thickbox_path_admin_subfolder' );
	}
}