apply_filters( 'ap_activity_actions', array $actions )
Description #
Filter allows adding new activity actions. This hook is only called once while class initiate. Hence, later filters will not work. Also make sure to keep array key length less then 20 characters.
Parameters #
- $actionsarray Originally registered actions.
Source #
Add your comment