Switch language

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




add_thickbox [ WordPress Function ]

add_thickbox ( No parameters )
Defined at:



Enqueues the default ThickBox js and css.

If any of the settings need to be changed, this can be done with another js file similar to media-upload.js. That file should require array('thickbox') to ensure it is loaded after.

Source


<?php
function add_thickbox() {
    
wp_enqueue_script'thickbox' );
    
wp_enqueue_style'thickbox' );

    if ( 
is_network_admin() )
        
add_action'admin_head''_thickbox_path_admin_subfolder' );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics