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

Plugin: vanilla-bean-slack-hooker (Used by 11 domains)

Vanilla Bean Slack Hooker

πŸ‘€ vsmash πŸ“¦ v5.5.10 πŸ”— Plugin Homepage

Automated notifications from your WordPress site to your Slack / Mattermost application channels and webhooks.

There is no limit to the ways you may integrate this plugin.

It supports all other Vanilla Bean plugins and is available for under-the-hood use as well as shortcode access.

Key Features

  • Real-time WordPress notifications – Post status changes, comments, user registrations
  • WooCommerce integration – Sales notifications with order details
  • Plugin management alerts – Install, update, and deletion notifications
  • Multiple webhook support – Send to Slack, Mattermost, Discord, or custom endpoints
  • Formatted data messages – Rich attachments with structured name-value pairs (NEW in 5.5.2)
  • Smart queueing – Non-blocking message delivery with optional immediate sending
  • Email fallback – Send notifications via email when webhooks aren’t available
  • Shortcode support – Easy integration in posts and pages
  • Programmatic API – Full developer access with PHP functions

Shortcode Examples

[slackhooker text="Here is a message from my WordPress site"]

or

[slackhooker text="Here is a message" channel="general" username="My WordPress"]

or

[slackhooker text="Here is a message" channel="https://myorg.slack.com/services/xxoxlsodsfsfsdfds#channelname" username="My WordPress"]

Messages are queued last in the PHP process to ensure your other page processing is not interrupted, but you can override:

[slackhooker text="Here is a message from my WordPress." sendnow="true"]

Multiple or custom webhooks supported:

[slackhooker text="Here is a message to multiple webhooks" alsoto="https://hooks.slack.com/services/T03TDTbUF/BBG9SQV6X/abcdefghij,https://hooks.slack.com/services/T03TDTbUF/BBG9SQV6X/abcxxxxxxx"]

Programmatic Examples

Simple text messages:

if(function_exists('\VanillaBeans\SlackHooker\vbean_slackhooker')){
    \VanillaBeans\SlackHooker\vbean_slackhooker('Here is my notification');
}

if(function_exists('\VanillaBeans\SlackHooker\vbean_slackhooker')){
    \VanillaBeans\SlackHooker\vbean_slackhooker('Here is my notification','mychannel','Username',':specific_icon:');
}

if(function_exists('\VanillaBeans\SlackHooker\vbean_slacknotify')){
    \VanillaBeans\SlackHooker\vbean_slacknotify(array('text'=>'Here is my notification','icon'=>':open_mouth:'));
}

Formatted data messages (NEW in 5.5.2):

if(function_exists('\VanillaBeans\SlackHooker\vbean_send_data')){
    $data = array(
        'User ID' => '12345',
        'Email' => '[email protected]',
        'Status' => 'Active',
        'Last Login' => '2025-10-03 14:30:00'
    );
    \VanillaBeans\SlackHooker\vbean_send_data('User Registration', $data);
}

Custom formatted messages with options:

if(function_exists('\VanillaBeans\SlackHooker\vbean_send_data')){
    $data = array(
        'Order ID' => '#WC-12345',
        'Amount' => '$299.99',
        'Customer' => 'John Doe',
        'Payment Method' => 'Credit Card'
    );

    $options = array(
        'color' => '#00ff00',
        'pretext' => 'New WooCommerce Sale!',
        'text' => 'Payment processed successfully'
    );

    \VanillaBeans\SlackHooker\vbean_send_data('E-commerce Sale', $data, $options);
}

Building custom attachment messages:

if(function_exists('\VanillaBeans\SlackHooker\vbean_build_data_message')){
    $message = \VanillaBeans\SlackHooker\vbean_build_data_message('System Alert', array(
        'Server' => 'web-01.example.com',
        'CPU Usage' => '85%',
        'Memory' => '3.2GB / 4GB',
        'Disk Space' => '75% full'
    ), array('color' => '#ff9900'));

    // Send using existing notification system
    Vanilla_Bean_Slack_Hooker::notification_send($message);
}

Parameters

There are defaults for all except the message. You can specify:

  • text – required. This is your message
  • endpoints – override defaults with a comma separated list of endpoints with optional channel and alert eg: endpoints=’https://endpoint.com#channel#here’
  • channel – defaults to β€˜general’ or your admin default specified channel – deprecated
  • username – the identity you would like displayed as the sender in the channel
  • icon – any of the available emoji icons in the slack system
  • sendnow – true or false. Defaults to false. True means that the message would be executed at the time it is called rather than at the end of page load.

New Data Message Parameters (5.5.2):

  • title – required for data messages. Main title of the message
  • data – associative array of name => value pairs to display
  • options – array of formatting options (color, pretext, text, author_name, etc.)

Use Cases

  • E-commerce monitoring – WooCommerce order notifications
  • User activity tracking – Registration and login alerts
  • System monitoring – Server status and health checks
  • Content management – Post publication and comment notifications
  • Security alerts – Failed login attempts and suspicious activity
  • Plugin management – Installation, update, and deletion notifications

Contact

We can be found at:

DomainExposuresHeadersLast Checked
a*b*r*s.co πŸ‘€ F 2026-07-23 21:54:01
i*d*.com βœ… D 2026-07-22 17:19:13
t*e*o*t*a.au (WP 7.0.2) πŸ‘€ F 2026-07-20 17:26:50
l*n*x*n*n*e*.org πŸ‘€ D 2026-07-20 13:50:17
i*d*.eu βœ… D 2026-07-20 07:32:12
k*n*a*o*f*a*s*o*a*e.com βœ… F 2026-07-16 13:19:47
w*l*o*s*o*a*e.c*m.au βœ… F 2026-07-15 23:12:16
t*a*s*e*m*g.com (WP 6.7.5) βœ… D 2026-07-14 09:50:23
t*c*o*o*t.net (WP 6.8.3) βœ… F 2026-07-10 10:29:58
s*l*t*c*p*d*a*t*n*.c*m.au πŸ‘€ D 2026-07-09 06:19:48
i*d*.org πŸ‘€ F 2026-07-06 10:13:13

Top 50 Plugins

Plugin Count
elementor 1,781,350
contact-form-7 1,763,473
elementor-pro 1,056,403
woocommerce 818,396
revslider 613,184
jetpack 459,687
js_composer 423,500
wp-rocket 341,701
essential-addons-for-elementor-lite 267,186
complianz-gdpr 260,358
gravityforms 257,842
google-site-kit 232,120
cookie-law-info 230,851
instagram-feed 226,401
sitepress-multilingual-cms 212,109
header-footer-elementor 208,941
google-analytics-for-wordpress 207,506
bluehost-wordpress-plugin 193,159
elementskit-lite 182,255
gutenberg 167,504
cookie-notice 150,713
litespeed-cache 142,941
gtranslate 126,300
wpforms-lite 125,731
the-events-calendar 123,260
gutenberg-core 121,980
astra-sites 114,946
popup-maker 110,750
woocommerce-payments 110,631
tablepress 102,411
honeypot 98,192
astra-addon 94,627
wp-smushit 91,689
duracelltomi-google-tag-manager 90,994
layerslider 90,135
coblocks 89,955
all-in-one-seo-pack 89,864
bb-plugin 86,751
akismet 85,480
premium-addons-for-elementor 85,165
cleantalk-spam-protect 83,466
ml-slider 82,941
mailchimp-for-wp 82,596
megamenu 80,887
woocommerce-gateway-stripe 80,153
fusion-builder 77,796
jet-engine 77,676
ewww-image-optimizer 76,887
smart-slider-3 76,763
wp-pagenavi 76,618

Top 50 Themes

Theme Count
hello-elementor 623,608
Divi 500,513
astra 418,376
flatsome 137,115
Avada 122,205
generatepress 115,566
pub 84,984
oceanwp 81,354
kadence 79,424
enfold 69,500
salient 65,679
twentyseventeen 54,668
bb-theme 52,923
betheme 52,600
twentytwentyfour 52,508
blocksy 51,323
cocoon-master 49,331
dt-the7 45,735
twentytwentyfive 44,941
h4 42,389
woodmart 41,191
neve 38,486
Avada-Child-Theme 37,096
gox 36,285
bridge 31,680
twentytwentyone 30,564
lightning 29,886
twentytwenty 28,924
swell 27,928
bricks 26,537
Impreza 26,232
Newspaper 24,292
twentytwentythree 22,275
epik-redesign 19,258
twentytwentytwo 18,955
uncode 18,704
twentysixteen 17,709
pro 17,598
sydney 16,686
storefront 16,470
Total 14,553
hello-theme-child-master 14,056
factory-templates-4 13,746
extendable 13,275
themify-ultra 13,031
hestia 12,693
yootheme 12,635
yith-wonder 12,470
porto 12,064
jupiter 11,703