Widget_Abstract::get_arguments( $_deprecated = array() )
{@inheritDoc}
Source
File: src/Tribe/Widget/Widget_Abstract.php
public function get_arguments( array $_deprecated = [] ) {
return $this->filter_arguments( $this->arguments );
}
{@inheritDoc}
File: src/Tribe/Widget/Widget_Abstract.php
public function get_arguments( array $_deprecated = [] ) {
return $this->filter_arguments( $this->arguments );
}