コード例 #1
0
 public static function default_action_opts($class = '')
 {
     //_deprecated_function( __FUNCTION__, '2.0.9', 'FrmFormAction::default_action_opts' );
     return FrmFormAction::default_action_opts($class);
 }
コード例 #2
0
 public function __construct()
 {
     $action_ops = FrmFormAction::default_action_opts('frm_highrise_icon');
     $this->FrmFormAction('highrise', __('Highrise', 'formidable'), $action_ops);
 }