wpessential/wpessential-require-notifier

Its open source library. Used to apply the notifications fire in WordPress admin panel. If your theme used any plugin that is required. Used it to fire the notification.

Maintainers

Package info

github.com/6SigmaMatrix/wpessential-require-notifier

Homepage

Issues

Forum

Wiki

Documentation

pkg:composer/wpessential/wpessential-require-notifier

Fund package maintenance!

Patreon

Statistics

Installs: 9

Dependents: 2

Suggesters: 0

Stars: 0

1.0.0 2023-11-14 17:53 UTC

This package is auto-updated.

Last update: 2026-03-14 23:26:38 UTC


README

RequiredNotiFire is an open-source library. Used to apply the notifications fire in the WordPress admin panel. If your theme used any plugin that is required. Used it to fire the notification.

Used

RequiredNotifire::make( __( 'Thanks for', 'add_text_domain' ) )
->plugin_check( 'example_plugin_slug' )
->desc( __( 'Example description to show in admin panel.', 'add_text_domain' ) )
->dismiss( true )
->icon( 'htt_patho_of_icon' ) // jpg, jpeg, png, gif
->icon_alt('icon_alt_tag_name')
->type('error') // error, warning, update
->css_color('#9b0a46');