Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 871 Bytes

hooks.md

File metadata and controls

27 lines (24 loc) · 871 Bytes

anycomment/admin/tabs

Filters list of available tabs.

apply_filters("anycomment/admin/tabs", array $tabs)

Location: templates/admin/tabs.php:44

Arguments

  • $tabs (array) An array of available tabs.

anycomment/admin/tour-steps

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

Arguments

  • $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'];

anycomment/admin/addons

Filters addon list.

apply_filters("anycomment/admin/addons", array $addons)

Location: templates/admin/tab-addons.php:22

Arguments

  • $addons (array) List of available addons.