You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This plugin offers a bunch of internal filters and actions. Below is a list of them.

Filter nameInReturnDescription
rbwc_admin_dynamic_content$content
$current_section
$yourContentRenders dynamic content for each section. If something specific, that is not included in the form fields, this could be used and will be appended in the bottom of each section.
rbwc_get_dependent_settings$currentArray$yourArrayIf settings are dependent of other activated options in the configuration, this filter should be used. The plugin use this internally, to enable/disable the developer-options tab.
rbwc_get_plugin_information$content$yourContent

Content added to this section will be shown in the information/support, as a part of the "version view". If you for example need to show openssl releases or other vital data for your platform, you should add it here.

Example:

[
   'OpenSSL version' => defined('OPENSSL_VERSION_TEXT') ? OPENSSL_VERSION_TEXT : ''
]


  • No labels