GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Public Member Functions
GravityView_Extension Class Reference

Extend this class to create a GravityView extension that gets updates from GravityView.co. More...

Inheritance diagram for GravityView_Extension:
Extension

Public Member Functions

 __construct ()
 
- Public Member Functions inherited from Extension
 __construct ()
 Generic initialization. More...
 
 add_hooks ()
 Extensions should override this hook to add their hooks. More...
 
 add_metabox_tab ()
 If Extension overrides tab_settings() and passes its own tab, add it to the tabbed settings metabox. More...
 
 admin_notice ()
 Outputs the admin notices generated by the all plugins. More...
 
 load_plugin_textdomain ()
 Load translations for the extension. More...
 
 save_post ( $post_id)
 Save extra view configuration. More...
 
 tooltips ( $tooltips=array())
 Add tooltips for the extension. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Extension
static add_notice ( $notice=array())
 Add a notice to be displayed in the admin. More...
 
static is_compatible ()
 Is this extension even compatible? More...
 
- Static Public Attributes inherited from Extension
static $is_compatible = array()
 
- Protected Member Functions inherited from Extension
 is_extension_supported ()
 Check whether the extension is supported: More...
 
 tab_settings ()
 Add a tab to GravityView Edit View tabbed metabox. More...
 
- Protected Attributes inherited from Extension
 $_author = 'Katz Web Services, Inc.'
 
 $_item_id = NULL
 
 $_max_gravityview_version = null
 
 $_min_gravityview_version = '2.0-dev'
 
 $_min_php_version = '5.6.4'
 
 $_path = ''
 
 $_text_domain = 'gravityview'
 
 $_title = NULL
 
 $_version = NULL
 
- Static Protected Attributes inherited from Extension
static $admin_notices = array()
 

Detailed Description

Extend this class to create a GravityView extension that gets updates from GravityView.co.

Remove once all extensions have been updated to use Foundation.

Definition at line 17 of file class-gravityview-extension.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Definition at line 18 of file class-gravityview-extension.php.

References gravityview().


The documentation for this class was generated from the following file: