Plugin Directory

Changeset 1707039


Ignore:
Timestamp:
08/02/2017 02:34:23 PM (9 years ago)
Author:
roblesterjr
Message:

Exposed new hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-vbx-lite/trunk/applets/menu.php

    r1620997 r1707039  
    8080           
    8181        } else {
    82             $gather = $this->twiml->Gather(array('timeout'=>$timeout ?: 5));
     82            $args = apply_filters('wp-vbx-menu-gather-arguments', array('timeout'=>$timeout ?: 5), $this);
     83            $gather = $this->twiml->Gather($args);
    8384            $this->prompt_output('greeting', $gather);
    8485            $this->run();
Note: See TracChangeset for help on using the changeset viewer.