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
t*a*s*e*m*g.com (WP 6.7.5) βœ… D 2026-04-15 23:21:52
k*n*a*o*f*a*s*o*a*e.com βœ… F 2026-04-14 23:54:45
t*c*o*o*t.net (WP 6.8.3) βœ… F 2026-04-13 07:23:57
s*n*a*s*e*c*c*u*.com βœ… F 2026-04-04 04:48:23
a*b*r*s.co βœ… β€” 2026-03-27 21:01:34
i*d*.eu βœ… β€” 2026-03-23 19:27:08
i*d*.org βœ… β€” 2026-03-19 18:07:04
i*d*.com βœ… β€” 2025-11-08 10:11:48
d*c*e*-*o*k*t.com βœ… β€” 2025-11-07 06:33:59

Top 50 Plugins

Plugin Count
elementor 3,346,694
contact-form-7 2,897,965
elementor-pro 1,853,788
woocommerce 1,587,290
revslider 1,105,702
js_composer 702,257
jetpack 517,588
wp-rocket 501,904
essential-addons-for-elementor-lite 499,296
header-footer-elementor 447,736
elementskit-lite 424,476
gutenberg-core 380,985
google-analytics-for-wordpress 369,842
instagram-feed 366,848
google-site-kit 354,591
cookie-law-info 339,420
complianz-gdpr 335,485
gravityforms 331,898
wpforms-lite 326,075
astra-sites 319,995
sitepress-multilingual-cms 286,622
litespeed-cache 283,530
bluehost-wordpress-plugin 267,424
gtranslate 218,961
coblocks 197,829
cookie-notice 197,693
the-events-calendar 166,559
premium-addons-for-elementor 165,238
gutenberg 164,420
mailchimp-for-wp 160,686
astra-addon 159,214
bb-plugin 158,593
popup-maker 155,789
LayerSlider 150,799
pro-elements 148,836
wp-smushit 148,694
creame-whatsapp-me 147,567
click-to-chat-for-whatsapp 146,663
sg-cachepress 138,354
tablepress 137,481
custom-fonts 137,270
woocommerce-gateway-stripe 130,252
royal-elementor-addons 129,955
duracelltomi-google-tag-manager 127,494
smart-slider-3 127,102
pixelyoursite 125,192
ultimate-addons-for-gutenberg 123,726
cleantalk-spam-protect 123,622
fusion-builder 118,887
megamenu 118,708

Top 50 Themes

Theme Count
hello-elementor 1,045,895
astra 915,652
Divi 847,091
pub 250,982
generatepress 196,254
flatsome 194,619
Avada 175,335
h4 168,672
oceanwp 144,036
kadence 125,835
enfold 104,257
bb-theme 103,614
twentytwentyfive 101,632
salient 101,219
blocksy 100,136
twentytwentyfour 99,471
cocoon-master 94,680
betheme 85,737
woodmart 80,455
twentyseventeen 78,904
dt-the7 68,742
neve 60,598
twentytwentyone 52,263
bridge 51,313
swell 50,610
lightning 45,097
twentytwentythree 44,634
twentytwenty 44,027
Avada-Child-Theme 41,827
gox 39,495
Impreza 35,843
bricks 35,518
Newspaper 34,068
twentytwentytwo 33,567
storefront 27,571
yith-wonder 27,434
extendable 27,275
pro 26,832
epik-redesign 26,685
uncode 26,262
themify-ultra 26,061
twentysixteen 25,484
sydney 25,004
twentyfifteen 24,561
Total 22,368
porto 21,720
hestia 20,041
go 19,688
thrive-theme 18,926
popularfx 18,730