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

Plugin: wp-menu-custom-fields (Used by 184 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
g*a*a*x*e*t*.c*m.br (WP 7.0) βœ… F 2026-06-12 13:38:56
s*i*c*i*i*s.com (WP 6.9.4) βœ… F 2026-06-11 04:21:46
w*e*e*s*e*n*o*h*r*p.de (WP 7.0) βœ… F 2026-06-10 19:17:27
c*s*p*b*o.es βœ… F 2026-06-10 15:37:15
f*m*g*z*n*.w*e*g*n*.com βœ… F 2026-06-10 05:42:48
j*u*e*e*n*r*.l*n*r*.fr (WP 7.0) βœ… D 2026-06-09 04:41:14
n*r*c*l*e*e*.e*t*d*.fr (WP 7.0) βœ… D 2026-06-08 08:13:03
w*w*.g*a*s*e*m.com βœ… F 2026-06-07 17:42:28
e*n*.org βœ… F 2026-06-05 17:06:41
m*1*0*.com (WP 7.0) βœ… B 2026-06-05 13:06:27
j*m*h*t*l.c*m.ua βœ… F 2026-06-05 13:04:40
a*o*a*-*e*o*x.com βœ… D 2026-06-03 15:29:50
m*k*v*a.com (WP 6.7.5) βœ… F 2026-06-03 10:20:57
s*u*h*a*d*h*m*e*.c*.nz (WP 6.5.8) βœ… F 2026-06-03 07:08:23
d*g*e*n*e*i*f.com βœ… F 2026-06-02 04:44:22
s*r*i*e*r*d*p*o*.com (WP 7.0) βœ… D 2026-06-02 01:22:14
h*u*d*i*a*b*a.com (WP 7.0) βœ… F 2026-06-02 00:55:38
u*b*n*e*o*e*i*n.com (WP 7.0) βœ… F 2026-06-01 22:15:18
a*f*r*p*s*c*n*r*l.com (WP 7.0) βœ… F 2026-05-31 22:55:43
s*f*s*l*e*.com (WP 6.9.4) βœ… F 2026-05-31 19:24:44
a*l*n*i*o*e*n*c.com βœ… F 2026-05-31 13:40:34
u*c*a*n*d*l*b*.cn βœ… B 2026-05-31 10:09:50
a*i*a*n*o*r*u*u*e.com βœ… F 2026-05-31 09:24:33
m*t*l*o*o*r*b*t*a*4.ru (WP 7.0) βœ… D 2026-05-31 08:05:36
i*t*r*a*.fr (WP 7.0) βœ… F 2026-05-31 07:00:25
s*c*s*n*a*n*n.com (WP 6.9.4) βœ… F 2026-05-31 04:22:18
s*c*s*n*f*h*e*.com (WP 6.9.4) βœ… F 2026-05-31 04:22:17
a*i*n*e*i*r*.c*.nz βœ… F 2026-05-30 21:21:30
p*a*a*o*m*c*n*t*t*c*o*a*c*p.cl (WP 5.9.10) ⚠️ F 2026-05-30 20:12:32
f*o*i*a*a*n*b*s*a*d.com (WP 6.9.4) βœ… F 2026-05-30 17:03:40
u*l*a*e*.s*c*s*n*a*n*n.de (WP 6.9.4) βœ… F 2026-05-30 16:24:12
c*n*o*e*u*p*e*t.com βœ… D 2026-05-30 14:01:24
k*s*.com (WP 7.0) βœ… C 2026-05-30 13:33:30
k*e*s*l*r*a*s*3.de (WP 6.9.4) βœ… F 2026-05-30 10:04:00
i*v*a*o*o*i*s.com βœ… F 2026-05-30 08:18:19
t*t*v*f*e*g*t.com (WP 7.0) βœ… F 2026-05-30 07:51:48
p*w*r*o*s*c*n*u*t*n*.group βœ… C 2026-05-30 03:09:19
w*r*s*o*s.s*r*t*b*a*.com βœ… C 2026-05-30 01:19:53
a*a*i*n*h*l*.org (WP 7.0) βœ… F 2026-05-30 01:00:00
u*b*n*e*l*h.w*e*g*n*.com βœ… F 2026-05-29 23:04:31
k*a*r*a*.com (WP 7.0) βœ… F 2026-05-29 12:16:01
d*c*o*g*e*n*e*i*f.com βœ… F 2026-05-29 06:30:55
m*b*l*d*v*l*p*e*t*o*s*o*.com βœ… D 2026-05-29 04:19:17
v*m*r*e*i*g*n*b*a*d*n*.com βœ… F 2026-05-28 21:49:05
s*r*t*g*e*a*e*c*.com (WP 7.0) βœ… F 2026-05-28 17:39:41
s*r*t*b*a*.com βœ… C 2026-05-28 15:55:57
l*.s*i*a*l*n*i*.com (WP 7.0) βœ… F 2026-05-28 14:49:52
h*n*a*i*.com (WP 7.0) βœ… F 2026-05-28 12:47:17
s*r*n*e*h*a*t*c*r*.nl βœ… F 2026-05-28 06:48:57
c*i*f*v*.com βœ… F 2026-05-28 04:54:42
c*h.nl (WP 7.0) βœ… B 2026-05-27 15:37:05
a*t*s*n*p.com (WP 7.0) βœ… F 2026-05-27 15:13:52
p*i*e*a*.org (WP 7.0) βœ… F 2026-05-27 03:25:32
c*i*l*s*u*e.com (WP 7.0) βœ… F 2026-05-26 23:32:22
d*r*c*c*l*s*f*.com (WP 6.8.1) πŸ’€ πŸ”“ F 2026-05-26 20:12:20
a*a*t*s*a*s*.land βœ… F 2026-05-26 18:42:25
r*h*s*h*i*l*w.com βœ… F 2026-05-26 05:49:36
h*s*p*i*e.com βœ… F 2026-05-26 03:09:42
v*l*a*a*t*m*n*y.com (WP 6.9.4) βœ… F 2026-05-25 13:33:25
g*m*i*l*a*.w*e*g*n*p*w*r*d.com βœ… F 2026-05-25 13:06:30
k*e*s*l*r*a*s*3.com (WP 6.9.4) βœ… F 2026-05-25 09:33:38
u*p*r*u*a*e*c*n*w.com (WP 6.9.4) βœ… F 2026-05-25 06:42:35
u*p*r*u*a*e*c*a*.com (WP 6.9.4) βœ… F 2026-05-25 06:42:35
j*h*s*n*e*a*.us (WP 6.9.4) βœ… D 2026-05-25 05:27:02
c*a*b*e*o*m*r*e*a*d*n.ca (WP 6.9.4) βœ… F 2026-05-25 01:47:04
o*i*i*a*b*u*a*t*a*e*s.com βœ… F 2026-05-24 20:56:01
o*i*i*a*b*u*a*.com βœ… F 2026-05-24 20:56:01
t*r*o*n*a*i*n.org βœ… F 2026-05-24 18:58:43
m*r*a*a*n*e*n*t.com (WP 6.9.4) πŸ”“ F 2026-05-24 10:31:29
k*a*i*s*a.com (WP 6.6.5) βœ… F 2026-05-24 09:41:05
y*t*.h*u*d*i*a*b*a.com (WP 7.0) βœ… F 2026-05-24 03:41:53
m*d*a*u*a*s*r*l*a.c*m.au βœ… C 2026-05-24 00:29:37
o*t*k*p*r*e*t.com (WP 6.9.4) βœ… A 2026-05-23 21:09:12
d*g*t*l*m*r*e*i*g*n*w.com βœ… C 2026-05-23 09:27:45
g*o*e*l*r*a*a*t*o*i*t*o.com (WP 6.0.12) ⚠️ F 2026-05-23 08:34:00
o*w*r*i*j*r*l*w.com βœ… F 2026-05-23 02:54:46
k*o*l*d*e*u*e.com βœ… F 2026-05-22 06:30:00
o*g*i*t*w*r.com (WP 7.0) πŸ”“ F 2026-05-22 05:13:34
w*w.e*n*.org βœ… F 2026-05-21 23:51:19
d*3*n*u*a*c*s*r*i*e*.com (WP 6.8.3) βœ… F 2026-05-21 19:00:24
m*d*t*9*0.com βœ… D 2026-05-21 18:03:47
m*d*t.com βœ… D 2026-05-21 17:02:46
m*d*t*c*o*e.com βœ… D 2026-05-21 17:02:46
e*o*e*i*l*u*e*t.ca βœ… F 2026-05-21 07:23:38
x*n*o*.com βœ… F 2026-05-21 04:00:39
m*d*o*n*c*o*e.com βœ… F 2026-05-21 02:29:33
f*t*r*s.f*i*t*i*l.org βœ… F 2026-05-21 01:19:47
d*v*n*a*e*.com (WP 6.8.5) βœ… F 2026-05-20 21:13:24
d*v*l*p*r*p*o*.com βœ… A 2026-05-20 17:01:58
m*n*t*g*d*t*o*s*e*e.l*n*r*.fr (WP 6.9.4) βœ… D 2026-05-20 13:53:26
d*r*c*c*l*.c*m.br (WP 6.8.1) βœ… F 2026-05-20 13:42:39
w*y*o*k*l*e*t*v.com (WP 6.9.4) βœ… F 2026-05-20 13:07:10
g*m*i*l.law βœ… F 2026-05-20 09:42:04
u*b*n*e*l*h*l*n.org βœ… F 2026-05-20 09:33:58
o*d*u*e*a*i*.com βœ… F 2026-05-20 08:17:58
k*c*h.g*-*i*.net (WP 6.9.4) βœ… B 2026-05-20 00:02:25
t*i*o*m*t*l*.com (WP 6.9.4) βœ… F 2026-05-19 19:35:24
n*v*s*r*.de (WP 6.9.4) βœ… F 2026-05-19 18:25:22
e*o*v*d*t*n*n*.com βœ… F 2026-05-19 18:20:00
r*s*l*t*h*m*s*l*.com (WP 6.9.4) βœ… F 2026-05-19 16:54:15

Top 50 Plugins

Plugin Count
elementor 1,819,196
contact-form-7 1,789,483
elementor-pro 1,060,662
woocommerce 824,782
revslider 623,770
jetpack 470,465
js_composer 436,870
wp-rocket 337,948
essential-addons-for-elementor-lite 297,183
gravityforms 269,158
complianz-gdpr 259,951
cookie-law-info 234,187
instagram-feed 230,506
google-site-kit 224,321
sitepress-multilingual-cms 223,618
google-analytics-for-wordpress 216,054
header-footer-elementor 212,182
elementskit-lite 209,363
bluehost-wordpress-plugin 191,408
gutenberg 163,525
gutenberg-core 160,943
cookie-notice 153,633
the-events-calendar 133,454
litespeed-cache 132,870
wpforms-lite 130,558
gtranslate 129,224
astra-sites 120,332
popup-maker 117,257
woocommerce-payments 113,813
tablepress 110,939
coblocks 100,525
honeypot 98,579
astra-addon 96,287
duracelltomi-google-tag-manager 94,758
wp-smushit 94,540
all-in-one-seo-pack 94,163
LayerSlider 92,505
bb-plugin 91,548
premium-addons-for-elementor 87,784
megamenu 87,690
akismet 86,772
mailchimp-for-wp 84,606
cleantalk-spam-protect 84,528
woocommerce-gateway-stripe 83,875
ml-slider 81,965
borlabs-cookie 80,562
fusion-builder 80,452
ewww-image-optimizer 79,824
wp-pagenavi 79,811
formidable 78,763

Top 50 Themes

Theme Count
hello-elementor 622,154
Divi 515,376
astra 427,781
flatsome 136,821
Avada 125,534
generatepress 122,038
pub 110,907
oceanwp 84,326
kadence 79,509
enfold 72,549
salient 67,305
twentytwentyfour 59,420
h4 56,888
twentyseventeen 56,800
bb-theme 55,720
betheme 52,419
cocoon-master 52,256
blocksy 51,289
dt-the7 46,628
twentytwentyfive 44,378
neve 39,825
Avada-Child-Theme 37,985
sydney 35,715
gox 33,650
woodmart 33,613
bridge 33,188
twentytwentyone 32,430
lightning 31,653
twentytwenty 30,348
swell 28,740
Impreza 26,771
bricks 26,340
twentytwentythree 24,219
Newspaper 23,785
voxel 23,104
twentytwentytwo 20,100
kubio 19,580
sinatra 19,425
uncode 19,303
epik-redesign 19,278
twentysixteen 18,417
storefront 18,092
pro 17,983
Total 14,866
extendable 14,714
yith-wonder 14,087
hello-theme-child-master 13,503
themify-ultra 13,124
yootheme 13,090
factory-templates-4 13,019