AI Verified

Name

Show thickbox in wp-admin

About

Show thickbox in wp-admin

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

Show thickbox in wp-admin

Codevault

mbrasil

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

13/11/2022

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Show thickbox in wp-admin

 
                    
1function showThickboxInAdmin() {
2 add_thickbox();
3 ?>
4 
5<div id="my-content-id" style="display:none;">
6 <p>
7 This is my hidden content! It will appear in ThickBox when the link is clicked.
8 </p>
9</div>
10 
11<a href="#TB_inline?&width=600&height=550&inlineId=my-content-id" class="thickbox">View my inline content!</a>
12 
13<?php
14}
15add_action( 'admin_head', 'showThickboxInAdmin' );

0

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

Pro Verified

3

Add your Name, Email and Address to the Wordpress Dashboard

Added: 1 year ago

Last Updated: 6 months ago

Show your Name, Email and Address for future support to Wordpress Dashboard.

WordPress Admin

AI Verified

0

Snippets finder

Added: 1 year ago

Last Updated: 1 year ago

Find snippets by searching for code

WordPress Admin

AI Verified

0

WP Dash Dark Mode

Added: 6 months ago

Last Updated: 6 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WordPress Admin

AI Verified

0

Show thickbox in wp-admin

Added: 1 year ago

Last Updated: 1 year ago

Show thickbox in wp-admin