Select Page

Starting with version 3.0, JavaScript code of the plugin has an analogue of WordPress hook to change the behavior of filters.

All functions are analogs of WordPress functions.

Functions that are applied for hooks and WordPress analogs:

berocket_add_filter – add_filter

berocket_apply_filters – apply_filters

berocket_do_action – do_action

berocket_remove_filter – remove_filter