Filters list of available tabs.
apply_filters("anycomment/admin/tabs", array $tabs)
Location: templates/admin/tabs.php:44
$tabs
(array) An array of available tabs.
Filters Intro.js steps, with ability to add custom steps.
apply_filters("anycomment/admin/tour-steps", array $tabs)
Location: templates/admin/tour-steps.php:60
$tabs
(array) An array of available tabs. This is supposed to be array in the following form:php $steps['your-key'][] = ['element' => '#some-id-to-find', 'intro' => 'Some text'];
Filters addon list.
apply_filters("anycomment/admin/addons", array $addons)
Location: templates/admin/tab-addons.php:22
$addons
(array) List of available addons.