wpseek.com
A WordPress-centric search engine for devs and theme authors



_thickbox_path_admin_subfolder › WordPress Function

Since3.1.0
Deprecatedn/a
_thickbox_path_admin_subfolder ( No parameters )
Access:
  • private
Defined at:
Codex:

Prints thickbox image paths for Network Admin.



Source

function _thickbox_path_admin_subfolder() {
	?>
<script type="text/javascript">
var tb_pathToImage = "<?php echo esc_js( includes_url( 'js/thickbox/loadingAnimation.gif', 'relative' ) ); ?>";
</script>
	<?php
}