Unofficial SMF API Documentation

Editor

Subs-Editor.php

integrate_load_message_icons

call_integration_hook('integrate_load_message_icons', array(&$icons))
Type Parameter Description
array &$icons desc
Called from
getMessageIcons() in ./Sources/Subs-Editor.php
Notes
Since 2.1

integrate_bbc_buttons

call_integration_hook('integrate_bbc_buttons', array(&$context['bbc_tags'], &$editor_tag_map))
Type Parameter Description
array &$bbc_tags desc
array &$editor_tag_map desc
Called from
create_control_richedit() in ./Sources/Subs-Editor.php
Notes
Since 2.1

integrate_sceditor_options

call_integration_hook('integrate_sceditor_options', array(&$sce_options))
Type Parameter Description
array &$sce_options desc
Called from
create_control_richedit() in ./Sources/Subs-Editor.php
Notes
Since 2.1

integrate_create_control_verification_pre

call_integration_hook('integrate_create_control_verification_pre', array(&$verificationOptions, $do_test))
Type Parameter Description
array &$verificationOptions desc
array $do_test desc
Called from
create_control_verification() in ./Sources/Subs-Editor.php
Notes
Since 2.1

integrate_create_control_verification_test

call_integration_hook('integrate_create_control_verification_test', array($thisVerification, &$verification_errors))
Type Parameter Description
array $thisVerification desc
array &$verification_errors desc
Called from
create_control_verification() in ./Sources/Subs-Editor.php
Notes
Since 2.1

integrate_create_control_verification_refresh

call_integration_hook('integrate_create_control_verification_refresh', array($thisVerification))
Type Parameter Description
array $thisVerification desc
Called from
create_control_verification() in ./Sources/Subs-Editor.php
Notes
Since 2.1

integrate_create_control_verification_post

call_integration_hook('integrate_create_control_verification_post', array(&$verification_errors, $do_test))
Type Parameter Description
array &$verification_errors desc
array $do_test desc
Called from
create_control_verification() in ./Sources/Subs-Editor.php
Notes
Since 2.1

integrate_autosuggest

call_integration_hook('integrate_autosuggest', array(&$searchTypes))
Type Parameter Description
array &$searchTypes desc
Called from
AutoSuggestHandler() in ./Sources/Subs-Editor.php
Notes
Since 2.1

Suggest an edit to this page on GitHub