Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-admin
/
wp-content
/
plugins
/
formidable
/
classes
/
helpers
:
FrmFormActionsHelper.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( ! defined( 'ABSPATH' ) ) { die( 'You are not allowed to call this page directly.' ); } class FrmFormActionsHelper { public static function get_action_for_form( $form_id, $type = 'all', $limit = 99 ) { //_deprecated_function( __FUNCTION__, '2.0.9', 'FrmFormAction::get_action_for_form' ); return FrmFormAction::get_action_for_form( $form_id, $type, $limit ); } public static function default_action_opts( $class = '' ) { //_deprecated_function( __FUNCTION__, '2.0.9', 'FrmFormAction::default_action_opts' ); return FrmFormAction::default_action_opts( $class ); } }