WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: wp-menu-custom-fields (Used by 240 domains)

WP Menu Custom Fields

πŸ‘€ rtCamp πŸ“¦ v1.1 πŸ”— Plugin Homepage

This plugin adds custom fields on the menu item’s edit interface of wp-admin and supports only 1-level menu configuration.
Below is the list of custom fields this plugin adds.

  • Custom text
  • Image selection with link and caption
  • Shortcode with caption
  • Custom HTML with TinyMCE editor

Notes:

  • This plugin works with default themes. In order to use it with custom themes, please add the necessary styling in your theme/child theme to override the plugin’s CSS.
  • The custom fields from this plugin should be used in the submenu for well-structured and responsive UI.
  • Currently, this plugin is not supported with FSE themes.

Usage

  1. After installing and activating this plugin, goto Appearance -> Menus of your WordPress admin. Create a menu if you haven’t already and add menu items according to your need.
  2. When you expand any menu item, you’ll see the custom fields added here (see screenshots below). You can see Custom Field and Select Feature options.
  3. Along with Custom Text field, you can choose to use either Image, Shortcode or Custom HTML feature for a particular menu item.
  4. You can click on the option you want to use and the input fields of that option will be visible.

Using Custom Text field

  • You can enter any text here and it’ll be displayed with this menu item.
  • This field can be used by all menu items along with any other feature.

Using Image

  • By clicking on Select Image button, WordPress’ media gallery window will be opened up. You can choose 1 image from already uploaded images or you can upload a new one and select that.
  • The selected image will be shown below Select Image button after you select and close the media gallery window.
  • To remove already selected image, click on Select Image button and deselect the already selected image. You can change the selected image by selecting any other image.
  • You can enter a URL in Image Link text field. On front-end, clicking on the image will lead to this URL.
  • You can enter a caption text in Image Caption field and it’ll be displayed below the image on the front-end.

Using Shortcode

  • You can add a shortcode in Shortcode field. We’ve added some stylings to handle WordPress’ default [video] and [audio] shortcode.
  • You can enter a caption text in Shortcode Caption field and it’ll be displayed below the shortcode on the front-end.

Using Custom HTML

  • TinyMCE editor is used to add custom HTML here.
  • From the Visual tab, you can enter text and format it using tools given in toolbar.
  • You can switch to Text tab to see/change HTML code of the text you entered.

Hooks

wp_menu_custom_fields_image_html Filter

  • Allows to change HTML generated for image feature.
  • There are 3 parameters. $html (Generated HTML), $data (Custom fields data), $item_id (Menu item ID).
  • Example:

        [selected-feature] => image
        [image] => Array
            (
                [media-id] => 11
                [media-type] => image
                [media-link] => https://google.com/
                [media-caption] => This is image caption
                [media-url] => http://example.com/wp-content/uploads/2020/03/92d43b978cbcdc7b33e3596d131d5256.jpg
            )
    

wp_menu_custom_fields_shortcode_html Filter

  • Allows to change HTML generated for shortcode feature.
  • Parameters are same as wp_menu_custom_fields_image_html.
  • Example:

        [selected-feature] => shortcode
        [shortcode] => Array
            (
                [shortcode] => [video src="https://file-examples.com/wp-content/uploads/2017/04/file_example_MP4_480_1_5MG.mp4"]
                [shortcode-caption] => This is a shortcode caption
            )
    

wp_menu_custom_fields_custom_markup_html Filter

  • Allows to change HTML generated for custom HTML feature.
  • Parameters are same as wp_menu_custom_fields_image_html.
  • Example:

        [selected-feature] => html
        [html] => Array
            (
                [custom-html] => This is custom HTML
            )
    

wp_menu_custom_fields_custom_text_html Filter

  • Allows to change HTML generated for custom text field.
  • Parameters are same as wp_menu_custom_fields_image_html.
  • Example:

        [custom-text] => This is a custom text
    

wp_menu_custom_fields_fields_html Filter

  • Allows to change the final custom field’s HTML generated for a particular menu item.
  • Parameters are same as wp_menu_custom_fields_image_html.
  • Example:

        Array
        (
            [custom-text] => This is a custom text
            [selected-feature] => image
            [image] => Array
                (
                    [media-id] => 11
                    [media-type] => image
                    [media-link] => https://google.com
                    [media-caption] => This is image caption
                    [media-url] => http://example.com/wp-content/uploads/2020/03/92d43b978cbcdc7b33e3596d131d5256.jpg
                )
    
        )
    

Styling mega menu

A theme developer can add stylings for the custom fields added by this plugin by referring to the below sample HTML code.

  • Image & Custom text

    • Sample HTML code

          
      This is an image caption
      This is a custom text
    • If Image Link is entered, then img tag will be wrapped inside a.

    • Custom text will be displayed below the feature’s HTML.
  • Shortcode

            
    This is shortcode caption!
  • Custom HTML

            
    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Important Links

  • GitHub – Please mention your wordpress.org username when sending pull requests.

License

Same GPL that WordPress uses!

See room for improvement?

Great! There are several ways you can get involved to help make this plugin better:

  1. Report Bugs: If you find a bug, error or other problem, please report it! You can do this by creating a new topic in the issue tracker.
  2. Suggest New Features: Have an awesome idea? Please share it! Simply create a new topic in the issure tracker to express your thoughts on why the feature should be included and get a discussion going around your idea.
DomainExposuresHeadersLast Checked
m*d*t*6*0.com.br βœ… D 2026-04-29 10:09:04
w*r*s*o*s.stratabeat.com βœ… C 2026-04-29 08:39:46
a*a*i*n*h*l*.org (WP 6.9.4) βœ… F 2026-04-29 08:38:03
d*m*n*r*w*r*s.com (WP 6.9.4) βœ… F 2026-04-29 02:56:27
c*n*o*e*u*p*e*t.com βœ… D 2026-04-28 22:41:43
v*m*r*e*i*g*n*b*a*d*n*.com βœ… F 2026-04-28 15:37:54
d*c*o*g*e*n*e*i*f.com βœ… F 2026-04-28 05:57:34
h*n*a*i*.com (WP 6.9.4) βœ… F 2026-04-27 20:41:42
m*k*v*a.com (WP 6.7.5) βœ… F 2026-04-27 17:27:41
c*h.nl (WP 6.9.4) βœ… B 2026-04-27 15:32:33
s*r*n*e*h*a*t*c*r*.nl βœ… F 2026-04-27 14:56:10
u*l*a*e*.sachsenfahnen.de (WP 6.9.4) βœ… F 2026-04-27 08:44:27
p*i*e*a*.org (WP 6.9.4) βœ… F 2026-04-27 03:20:15
c*i*l*s*u*e.com (WP 6.9.4) βœ… F 2026-04-26 23:03:04
a*a*t*s*a*s*.land βœ… F 2026-04-26 18:35:46
e*n*.org βœ… F 2026-04-26 18:15:34
f*o*i*a*a*n*b*s*a*d.com (WP 6.9.4) βœ… F 2026-04-26 12:18:46
a*l*n*i*o*e*n*c.com βœ… F 2026-04-26 11:53:52
m*d*f*s*h*r.dk βœ… D 2026-04-26 11:22:49
a*i*a*n*o*r*u*u*e.com βœ… F 2026-04-26 07:59:35
m*1*0*.com (WP 6.9.4) βœ… B 2026-04-26 06:39:48
d*r*c*c*l*s*f*.com (WP 6.8.1) πŸ”“ F 2026-04-25 22:44:48
g*m*i*l*a*.wpenginepowered.com βœ… F 2026-04-25 12:46:17
v*l*a*a*t*m*n*y.com (WP 6.9.4) βœ… F 2026-04-25 10:19:40
u*p*r*u*a*e*c*n*w.com (WP 6.9.4) βœ… F 2026-04-25 03:44:52
u*p*r*u*a*e*c*a*.com (WP 6.9.4) βœ… F 2026-04-25 03:44:51
k*e*s*l*r*a*s*3.com (WP 6.9.4) βœ… F 2026-04-25 02:13:16
c*n*r*l*a*l*g*l.org βœ… C 2026-04-24 21:36:44
r*h*s*h*i*l*w.com βœ… F 2026-04-24 19:55:13
t*t*v*f*e*g*t.com (WP 6.9.4) βœ… F 2026-04-24 19:17:07
c*a*b*e*o*m*r*e*a*d*n.ca (WP 6.9.4) βœ… F 2026-04-24 07:10:47
m*b*l*d*v*l*p*e*t*o*s*o*.com βœ… D 2026-04-24 05:46:24
m*b*l*o*-*f*e*e.com βœ… B 2026-04-24 04:50:16
m*d*a*u*a*s*r*l*a.com.au βœ… C 2026-04-24 00:20:37
t*r*o*n*a*i*n.org βœ… F 2026-04-23 23:22:44
b*o*.medit.com βœ… C 2026-04-23 21:51:22
k*a*i*s*a.com (WP 6.6.5) βœ… F 2026-04-23 21:26:01
a*i*n*e*i*r*.com.au βœ… F 2026-04-23 14:57:21
h*s*p*i*e.com βœ… F 2026-04-23 12:29:45
a*t*s*n*p.com (WP 6.9.4) βœ… F 2026-04-22 20:15:18
u*r*q*a.com (WP 6.9.4) βœ… B 2026-04-22 18:29:21
c*i*f*v*.com βœ… F 2026-04-22 06:08:50
k*o*l*d*e*u*e.com βœ… F 2026-04-22 00:06:48
k*s*.com (WP 6.9.4) βœ… C 2026-04-21 09:15:58
s*r*t*g*e*a*e*c*.com (WP 6.9.4) βœ… F 2026-04-21 07:06:06
m*r*a*a*n*e*n*t.com (WP 6.9.4) πŸ”“ F 2026-04-21 05:31:21
s*r*t*b*a*.com βœ… C 2026-04-21 05:30:06
o*i*i*a*b*u*a*t*a*e*s.com βœ… F 2026-04-21 04:57:56
o*i*i*a*b*u*a*.com βœ… F 2026-04-21 04:57:56
x*n*o*.com βœ… F 2026-04-20 15:20:36
d*v*n*a*e*.com (WP 6.8.5) βœ… F 2026-04-20 12:08:49
w*r*d*r*e*f*o*e*s.com (WP 6.9.4) βœ… C 2026-04-20 10:41:43
k*a*r*a*.com (WP 6.9.4) βœ… F 2026-04-20 08:39:59
e*o*e*i*l*u*e*t.ca βœ… F 2026-04-20 07:44:59
o*t*k*p*r*e*t.com (WP 6.9.4) βœ… A 2026-04-20 07:04:02
o*w*r*i*j*r*l*w.com βœ… F 2026-04-19 15:14:01
d*r*c*c*l*.com.br (WP 6.8.1) βœ… F 2026-04-19 12:23:05
u*b*n*e*l*h*l*n.org βœ… F 2026-04-19 10:55:25
g*m*i*l.law βœ… F 2026-04-19 04:12:37
k*c*h.go-vip.net (WP 6.9.4) βœ… B 2026-04-18 23:46:41
m*d*t*9*0.com βœ… D 2026-04-18 21:56:08
m*d*t.com βœ… D 2026-04-18 20:57:41
m*d*t*c*o*e.com βœ… D 2026-04-18 20:57:41
o*g*i*t*w*r.com (WP 6.9.4) πŸ”“ F 2026-04-18 20:12:48
n*v*s*r*.de (WP 6.9.4) βœ… F 2026-04-18 19:33:04
m*d*o*n*c*o*e.com βœ… F 2026-04-18 08:46:24
t*i*o*m*t*l*.com (WP 6.9.4) βœ… F 2026-04-17 20:11:53
r*p*i*s*i*i*g*o*r*e*r*e.com (WP 6.7.2) βœ… F 2026-04-17 17:31:52
t*i*n*l*.com (WP 6.9.4) βœ… F 2026-04-17 15:31:14
o*d*u*e*a*i*.com βœ… F 2026-04-17 05:52:10
z*s*a*o*k*.com (WP 6.9.4) βœ… F 2026-04-16 21:44:49
d*3*n*u*a*c*s*r*i*e*.com (WP 6.8.3) βœ… F 2026-04-16 00:29:33
t*a*m*d*a.com (WP 6.9) βœ… F 2026-04-15 16:41:03
g*o*e*l*r*a*a*t*o*i*t*o.com (WP 6.0.11) ⚠️ F 2026-04-15 03:47:07
a*p*i*i*o*a*t*.com βœ… A 2026-04-14 14:43:10
h*r*e*s*r*e*b*d.com βœ… F 2026-04-14 08:56:32
n*b.com βœ… F 2026-04-14 05:58:03
n*r*i*g*o*e*i*m.com (WP 6.9.4) βœ… D 2026-04-13 23:26:14
t*p*o*c*h*m*p*o*.com (WP 6.9) βœ… F 2026-04-13 23:06:50
t*p*o*c*-*i*i*g.com (WP 6.9) βœ… F 2026-04-13 22:59:20
b*d*t*c*c*r*c*o.com πŸ”“ F 2026-04-13 17:15:47
e*e*n*l*f*e*l*n*e.com βœ… F 2026-04-13 08:34:01
u*p*r*u*d*g*t*l.com.au (WP 6.9.4) βœ… F 2026-04-13 03:14:54
j*r*t*i*l*o.com (WP 6.9.4) βœ… D 2026-04-12 20:09:34
n*v*c*i*i*a*a*t*c*c*l*a.com βœ… F 2026-04-12 13:18:18
c*g*v*s.com βœ… A 2026-04-12 11:43:00
c*c*d*.com βœ… A 2026-04-12 11:22:40
c*b*r*o*c*s.com βœ… A 2026-04-12 07:37:44
i*t*r*i*w.ba (WP 6.9.4) βœ… F 2026-04-12 06:52:48
s*a*a*o*a*s.com βœ… D 2026-04-12 05:46:36
s*c*e*e*e*l*h*o*u*i*n*.com βœ… F 2026-04-11 23:52:10
s*o*i*.com βœ… D 2026-04-11 18:28:54
x*c*m*l*.com (WP 6.6.2) βœ… F 2026-04-11 08:55:07
m*m*r*n*u*.com βœ… F 2026-04-11 08:16:50
m*l*l*w*i*m.com (WP 6.9.4) βœ… D 2026-04-11 01:00:59
b*t*a*s*.com (WP 6.5) ⚠️ F 2026-04-10 16:43:17
d*r*c*c*l*.com (WP 6.8.1) βœ… F 2026-04-10 13:11:48
j*h*d*e*v*.com (WP 6.9.4) βœ… F 2026-04-10 00:52:54
s*y*o*r*i*.com βœ… F 2026-04-09 23:39:34
c*h*u*g*r*.com (WP 6.9.4) βœ… B 2026-04-09 12:51:31

Top 50 Plugins

Plugin Count
elementor 2,526,802
contact-form-7 2,277,621
elementor-pro 1,421,953
woocommerce 1,182,024
revslider 850,913
js_composer 557,290
jetpack 489,601
wp-rocket 407,248
essential-addons-for-elementor-lite 382,959
header-footer-elementor 326,489
gutenberg-core 310,592
elementskit-lite 306,387
gravityforms 294,309
instagram-feed 290,354
google-analytics-for-wordpress 287,819
google-site-kit 280,053
complianz-gdpr 280,022
cookie-law-info 274,921
sitepress-multilingual-cms 244,232
bluehost-wordpress-plugin 229,571
wpforms-lite 227,795
astra-sites 220,378
litespeed-cache 200,291
gtranslate 169,605
gutenberg 161,573
cookie-notice 160,949
coblocks 160,814
the-events-calendar 142,644
popup-maker 134,490
astra-addon 124,293
premium-addons-for-elementor 123,758
bb-plugin 123,460
LayerSlider 120,163
mailchimp-for-wp 120,139
wp-smushit 118,705
tablepress 115,517
creame-whatsapp-me 108,808
duracelltomi-google-tag-manager 106,664
custom-fonts 106,354
pro-elements 105,328
woocommerce-gateway-stripe 104,494
click-to-chat-for-whatsapp 103,091
cleantalk-spam-protect 103,061
akismet 101,353
honeypot 99,423
smart-slider-3 99,378
megamenu 98,594
fusion-builder 97,364
pixelyoursite 97,084
formidable 93,772

Top 50 Themes

Theme Count
hello-elementor 814,793
Divi 669,263
astra 663,737
pub 207,693
generatepress 153,055
flatsome 151,598
Avada 147,565
h4 125,378
oceanwp 111,769
kadence 99,521
enfold 85,828
salient 82,879
bb-theme 78,570
twentytwentyfour 76,265
blocksy 73,519
twentytwentyfive 71,810
cocoon-master 70,554
betheme 67,709
twentyseventeen 66,572
dt-the7 55,761
woodmart 55,117
neve 48,902
twentytwentyone 42,385
bridge 41,596
Avada-Child-Theme 38,875
swell 37,577
twentytwenty 36,716
gox 36,493
lightning 36,153
twentytwentythree 34,860
Impreza 29,885
bricks 29,885
Newspaper 27,572
twentytwentytwo 27,079
epik-redesign 23,397
extendable 22,403
pro 22,390
storefront 22,309
uncode 21,925
twentysixteen 21,545
yith-wonder 20,953
sydney 20,328
themify-ultra 19,480
Total 18,179
twentyfifteen 17,486
porto 16,658
hestia 16,053
thrive-theme 15,189
yootheme 15,117
twentynineteen 14,917