@@ -21,15 +21,15 @@ |
||
21 | 21 | $settings = array( |
22 | 22 | 'slug' => 'list', |
23 | 23 | 'type' => 'preset', |
24 | - 'label' => __( 'Event Listings', 'gravityview' ), |
|
25 | - 'description' => __( 'Present a list of your events.', 'gravityview' ), |
|
26 | - 'logo' => plugins_url( 'includes/presets/event-listings/logo-event-listings.png', GRAVITYVIEW_FILE ), |
|
24 | + 'label' => __('Event Listings', 'gravityview'), |
|
25 | + 'description' => __('Present a list of your events.', 'gravityview'), |
|
26 | + 'logo' => plugins_url('includes/presets/event-listings/logo-event-listings.png', GRAVITYVIEW_FILE), |
|
27 | 27 | 'preview' => 'http://demo.gravityview.co/blog/view/event-listings/', |
28 | - 'preset_form' => GRAVITYVIEW_DIR . 'includes/presets/event-listings/form-event-listings.xml', |
|
29 | - 'preset_fields' => GRAVITYVIEW_DIR . 'includes/presets/event-listings/fields-event-listings.xml' |
|
28 | + 'preset_form' => GRAVITYVIEW_DIR.'includes/presets/event-listings/form-event-listings.xml', |
|
29 | + 'preset_fields' => GRAVITYVIEW_DIR.'includes/presets/event-listings/fields-event-listings.xml' |
|
30 | 30 | ); |
31 | 31 | |
32 | - parent::__construct( $id, $settings ); |
|
32 | + parent::__construct($id, $settings); |
|
33 | 33 | |
34 | 34 | } |
35 | 35 | } |
@@ -21,16 +21,16 @@ |
||
21 | 21 | $settings = array( |
22 | 22 | 'slug' => 'table', |
23 | 23 | 'type' => 'preset', |
24 | - 'label' => __( 'Issue Tracker', 'gravityview' ), |
|
25 | - 'description' => __( 'Manage issues and their statuses.', 'gravityview' ), |
|
26 | - 'logo' => plugins_url( 'includes/presets/issue-tracker/logo-issue-tracker.png', GRAVITYVIEW_FILE ), |
|
24 | + 'label' => __('Issue Tracker', 'gravityview'), |
|
25 | + 'description' => __('Manage issues and their statuses.', 'gravityview'), |
|
26 | + 'logo' => plugins_url('includes/presets/issue-tracker/logo-issue-tracker.png', GRAVITYVIEW_FILE), |
|
27 | 27 | 'preview' => 'http://demo.gravityview.co/blog/view/issue-tracker/', |
28 | - 'preset_form' => GRAVITYVIEW_DIR . 'includes/presets/issue-tracker/form-issue-tracker.xml', |
|
29 | - 'preset_fields' => GRAVITYVIEW_DIR . 'includes/presets/issue-tracker/fields-issue-tracker.xml' |
|
28 | + 'preset_form' => GRAVITYVIEW_DIR.'includes/presets/issue-tracker/form-issue-tracker.xml', |
|
29 | + 'preset_fields' => GRAVITYVIEW_DIR.'includes/presets/issue-tracker/fields-issue-tracker.xml' |
|
30 | 30 | |
31 | 31 | ); |
32 | 32 | |
33 | - parent::__construct( $id, $settings ); |
|
33 | + parent::__construct($id, $settings); |
|
34 | 34 | |
35 | 35 | } |
36 | 36 | } |
@@ -21,16 +21,16 @@ |
||
21 | 21 | $settings = array( |
22 | 22 | 'slug' => 'list', |
23 | 23 | 'type' => 'preset', |
24 | - 'label' => __( 'Job Board', 'gravityview' ), |
|
25 | - 'description' => __( 'Post available jobs in a simple job board.', 'gravityview' ), |
|
26 | - 'logo' => plugins_url( 'includes/presets/job-board/logo-job-board.png', GRAVITYVIEW_FILE ), |
|
24 | + 'label' => __('Job Board', 'gravityview'), |
|
25 | + 'description' => __('Post available jobs in a simple job board.', 'gravityview'), |
|
26 | + 'logo' => plugins_url('includes/presets/job-board/logo-job-board.png', GRAVITYVIEW_FILE), |
|
27 | 27 | 'preview' => 'http://demo.gravityview.co/blog/view/job-board/', |
28 | - 'preset_form' => GRAVITYVIEW_DIR . 'includes/presets/job-board/form-job-board.xml', |
|
29 | - 'preset_fields' => GRAVITYVIEW_DIR . 'includes/presets/job-board/fields-job-board.xml' |
|
28 | + 'preset_form' => GRAVITYVIEW_DIR.'includes/presets/job-board/form-job-board.xml', |
|
29 | + 'preset_fields' => GRAVITYVIEW_DIR.'includes/presets/job-board/fields-job-board.xml' |
|
30 | 30 | |
31 | 31 | ); |
32 | 32 | |
33 | - parent::__construct( $id, $settings ); |
|
33 | + parent::__construct($id, $settings); |
|
34 | 34 | } |
35 | 35 | } |
36 | 36 |
@@ -21,15 +21,15 @@ |
||
21 | 21 | $settings = array( |
22 | 22 | 'slug' => 'list', |
23 | 23 | 'type' => 'preset', |
24 | - 'label' => __( 'People Profiles', 'gravityview' ), |
|
25 | - 'description' => __( 'List people with individual profiles.', 'gravityview' ), |
|
26 | - 'logo' => plugins_url( 'includes/presets/profiles/logo-profiles.png', GRAVITYVIEW_FILE ), |
|
24 | + 'label' => __('People Profiles', 'gravityview'), |
|
25 | + 'description' => __('List people with individual profiles.', 'gravityview'), |
|
26 | + 'logo' => plugins_url('includes/presets/profiles/logo-profiles.png', GRAVITYVIEW_FILE), |
|
27 | 27 | 'preview' => 'http://demo.gravityview.co/blog/view/people-profiles/', |
28 | - 'preset_form' => GRAVITYVIEW_DIR . 'includes/presets/profiles/form-profiles.xml', |
|
29 | - 'preset_fields' => GRAVITYVIEW_DIR . 'includes/presets/profiles/fields-profiles.xml' |
|
28 | + 'preset_form' => GRAVITYVIEW_DIR.'includes/presets/profiles/form-profiles.xml', |
|
29 | + 'preset_fields' => GRAVITYVIEW_DIR.'includes/presets/profiles/fields-profiles.xml' |
|
30 | 30 | ); |
31 | 31 | |
32 | - parent::__construct( $id, $settings ); |
|
32 | + parent::__construct($id, $settings); |
|
33 | 33 | |
34 | 34 | } |
35 | 35 | } |
@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | */ |
14 | 14 | |
15 | 15 | // Load default templates |
16 | -add_action( 'init', 'gravityview_register_default_templates', 11 ); |
|
16 | +add_action('init', 'gravityview_register_default_templates', 11); |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * Registers the default templates |
@@ -23,19 +23,19 @@ discard block |
||
23 | 23 | /** @define "GRAVITYVIEW_DIR" "../../" */ |
24 | 24 | |
25 | 25 | // The abstract class required by all template files. |
26 | - require_once GRAVITYVIEW_DIR . 'includes/class-gravityview-template.php'; |
|
26 | + require_once GRAVITYVIEW_DIR.'includes/class-gravityview-template.php'; |
|
27 | 27 | |
28 | - $path = GRAVITYVIEW_DIR . 'includes/presets/'; |
|
29 | - include_once $path . 'default-table/class-gravityview-default-template-table.php'; |
|
30 | - include_once $path . 'default-list/class-gravityview-default-template-list.php'; |
|
31 | - include_once $path . 'default-edit/class-gravityview-default-template-edit.php'; |
|
32 | - include_once $path . 'business-listings/class-gravityview-preset-business-listings.php'; |
|
33 | - include_once $path . 'business-data/class-gravityview-preset-business-data.php'; |
|
34 | - include_once $path . 'profiles/class-gravityview-preset-profiles.php'; |
|
35 | - include_once $path . 'staff-profiles/class-gravityview-preset-staff-profiles.php'; |
|
36 | - include_once $path . 'website-showcase/class-gravityview-preset-website-showcase.php'; |
|
37 | - include_once $path . 'issue-tracker/class-gravityview-preset-issue-tracker.php'; |
|
38 | - include_once $path . 'resume-board/class-gravityview-preset-resume-board.php'; |
|
39 | - include_once $path . 'job-board/class-gravityview-preset-job-board.php'; |
|
40 | - include_once $path . 'event-listings/class-gravityview-preset-event-listings.php'; |
|
28 | + $path = GRAVITYVIEW_DIR.'includes/presets/'; |
|
29 | + include_once $path.'default-table/class-gravityview-default-template-table.php'; |
|
30 | + include_once $path.'default-list/class-gravityview-default-template-list.php'; |
|
31 | + include_once $path.'default-edit/class-gravityview-default-template-edit.php'; |
|
32 | + include_once $path.'business-listings/class-gravityview-preset-business-listings.php'; |
|
33 | + include_once $path.'business-data/class-gravityview-preset-business-data.php'; |
|
34 | + include_once $path.'profiles/class-gravityview-preset-profiles.php'; |
|
35 | + include_once $path.'staff-profiles/class-gravityview-preset-staff-profiles.php'; |
|
36 | + include_once $path.'website-showcase/class-gravityview-preset-website-showcase.php'; |
|
37 | + include_once $path.'issue-tracker/class-gravityview-preset-issue-tracker.php'; |
|
38 | + include_once $path.'resume-board/class-gravityview-preset-resume-board.php'; |
|
39 | + include_once $path.'job-board/class-gravityview-preset-job-board.php'; |
|
40 | + include_once $path.'event-listings/class-gravityview-preset-event-listings.php'; |
|
41 | 41 | } |
42 | 42 | \ No newline at end of file |
@@ -21,15 +21,15 @@ |
||
21 | 21 | $settings = array( |
22 | 22 | 'slug' => 'table', |
23 | 23 | 'type' => 'preset', |
24 | - 'label' => __( 'Resume Board', 'gravityview' ), |
|
25 | - 'description' => __( 'Allow job-seekers to post their resumes.', 'gravityview' ), |
|
26 | - 'logo' => plugins_url( 'includes/presets/resume-board/logo-resume-board.png', GRAVITYVIEW_FILE ), |
|
24 | + 'label' => __('Resume Board', 'gravityview'), |
|
25 | + 'description' => __('Allow job-seekers to post their resumes.', 'gravityview'), |
|
26 | + 'logo' => plugins_url('includes/presets/resume-board/logo-resume-board.png', GRAVITYVIEW_FILE), |
|
27 | 27 | 'preview' => 'http://demo.gravityview.co/blog/view/resume-board/', |
28 | - 'preset_form' => GRAVITYVIEW_DIR . 'includes/presets/resume-board/form-resume-board.xml', |
|
29 | - 'preset_fields' => GRAVITYVIEW_DIR . 'includes/presets/resume-board/fields-resume-board.xml' |
|
28 | + 'preset_form' => GRAVITYVIEW_DIR.'includes/presets/resume-board/form-resume-board.xml', |
|
29 | + 'preset_fields' => GRAVITYVIEW_DIR.'includes/presets/resume-board/fields-resume-board.xml' |
|
30 | 30 | ); |
31 | 31 | |
32 | - parent::__construct( $id, $settings ); |
|
32 | + parent::__construct($id, $settings); |
|
33 | 33 | |
34 | 34 | } |
35 | 35 | } |
@@ -21,15 +21,15 @@ |
||
21 | 21 | $settings = array( |
22 | 22 | 'slug' => 'list', |
23 | 23 | 'type' => 'preset', |
24 | - 'label' => __( 'Staff Profiles', 'gravityview' ), |
|
25 | - 'description' => __( 'List members of your team.', 'gravityview' ), |
|
26 | - 'logo' => plugins_url( 'includes/presets/staff-profiles/logo-staff-profiles.png', GRAVITYVIEW_FILE ), |
|
24 | + 'label' => __('Staff Profiles', 'gravityview'), |
|
25 | + 'description' => __('List members of your team.', 'gravityview'), |
|
26 | + 'logo' => plugins_url('includes/presets/staff-profiles/logo-staff-profiles.png', GRAVITYVIEW_FILE), |
|
27 | 27 | 'preview' => 'http://demo.gravityview.co/blog/view/staff-profiles/', |
28 | - 'preset_form' => GRAVITYVIEW_DIR . 'includes/presets/staff-profiles/form-staff-profiles.xml', |
|
29 | - 'preset_fields' => GRAVITYVIEW_DIR . 'includes/presets/staff-profiles/fields-staff-profiles.xml', |
|
28 | + 'preset_form' => GRAVITYVIEW_DIR.'includes/presets/staff-profiles/form-staff-profiles.xml', |
|
29 | + 'preset_fields' => GRAVITYVIEW_DIR.'includes/presets/staff-profiles/fields-staff-profiles.xml', |
|
30 | 30 | ); |
31 | 31 | |
32 | - parent::__construct( $id, $settings ); |
|
32 | + parent::__construct($id, $settings); |
|
33 | 33 | |
34 | 34 | } |
35 | 35 | } |
@@ -21,15 +21,15 @@ |
||
21 | 21 | $settings = array( |
22 | 22 | 'slug' => 'list', |
23 | 23 | 'type' => 'preset', |
24 | - 'label' => __( 'Website Showcase', 'gravityview' ), |
|
25 | - 'description' => __( 'Feature submitted websites with screenshots.', 'gravityview' ), |
|
26 | - 'logo' => plugins_url( 'includes/presets/website-showcase/logo-website-showcase.png', GRAVITYVIEW_FILE ), |
|
24 | + 'label' => __('Website Showcase', 'gravityview'), |
|
25 | + 'description' => __('Feature submitted websites with screenshots.', 'gravityview'), |
|
26 | + 'logo' => plugins_url('includes/presets/website-showcase/logo-website-showcase.png', GRAVITYVIEW_FILE), |
|
27 | 27 | 'preview' => 'http://demo.gravityview.co/blog/view/website-showcase/', |
28 | - 'preset_form' => GRAVITYVIEW_DIR . 'includes/presets/website-showcase/form-website-showcase.xml', |
|
29 | - 'preset_fields' => GRAVITYVIEW_DIR . 'includes/presets/website-showcase/fields-website-showcase.xml' |
|
28 | + 'preset_form' => GRAVITYVIEW_DIR.'includes/presets/website-showcase/form-website-showcase.xml', |
|
29 | + 'preset_fields' => GRAVITYVIEW_DIR.'includes/presets/website-showcase/fields-website-showcase.xml' |
|
30 | 30 | ); |
31 | 31 | |
32 | - parent::__construct( $id, $settings ); |
|
32 | + parent::__construct($id, $settings); |
|
33 | 33 | |
34 | 34 | } |
35 | 35 | } |
@@ -17,7 +17,7 @@ discard block |
||
17 | 17 | |
18 | 18 | function __construct() { |
19 | 19 | |
20 | - $this->widget_description = __('Insert custom text or HTML as a widget', 'gravityview' ); |
|
20 | + $this->widget_description = __('Insert custom text or HTML as a widget', 'gravityview'); |
|
21 | 21 | |
22 | 22 | $default_values = array( |
23 | 23 | 'header' => 1, |
@@ -27,8 +27,8 @@ discard block |
||
27 | 27 | $settings = array( |
28 | 28 | 'content' => array( |
29 | 29 | 'type' => 'textarea', |
30 | - 'label' => __( 'Custom Content', 'gravityview' ), |
|
31 | - 'desc' => __( 'Enter text or HTML. Also supports shortcodes.', 'gravityview' ), |
|
30 | + 'label' => __('Custom Content', 'gravityview'), |
|
31 | + 'desc' => __('Enter text or HTML. Also supports shortcodes.', 'gravityview'), |
|
32 | 32 | 'value' => '', |
33 | 33 | 'class' => 'code', |
34 | 34 | 'merge_tags' => false, |
@@ -36,58 +36,58 @@ discard block |
||
36 | 36 | ), |
37 | 37 | 'wpautop' => array( |
38 | 38 | 'type' => 'checkbox', |
39 | - 'label' => __( 'Automatically add paragraphs to content', 'gravityview' ), |
|
40 | - 'tooltip' => __( 'Wrap each block of text in an HTML paragraph tag (recommended for text).', 'gravityview' ), |
|
39 | + 'label' => __('Automatically add paragraphs to content', 'gravityview'), |
|
40 | + 'tooltip' => __('Wrap each block of text in an HTML paragraph tag (recommended for text).', 'gravityview'), |
|
41 | 41 | 'value' => '', |
42 | 42 | ), |
43 | 43 | ); |
44 | 44 | |
45 | - parent::__construct( __( 'Custom Content', 'gravityview' ) , 'custom_content', $default_values, $settings ); |
|
45 | + parent::__construct(__('Custom Content', 'gravityview'), 'custom_content', $default_values, $settings); |
|
46 | 46 | } |
47 | 47 | |
48 | - public function render_frontend( $widget_args, $content = '', $context = '') { |
|
48 | + public function render_frontend($widget_args, $content = '', $context = '') { |
|
49 | 49 | |
50 | - if( !$this->pre_render_frontend() ) { |
|
50 | + if (!$this->pre_render_frontend()) { |
|
51 | 51 | return; |
52 | 52 | } |
53 | 53 | |
54 | - if( !empty( $widget_args['title'] ) ) { |
|
54 | + if (!empty($widget_args['title'])) { |
|
55 | 55 | echo $widget_args['title']; |
56 | 56 | } |
57 | 57 | |
58 | 58 | |
59 | 59 | // Make sure the class is loaded in DataTables |
60 | - if( !class_exists( 'GFFormDisplay' ) ) { |
|
61 | - include_once( GFCommon::get_base_path() . '/form_display.php' ); |
|
60 | + if (!class_exists('GFFormDisplay')) { |
|
61 | + include_once(GFCommon::get_base_path().'/form_display.php'); |
|
62 | 62 | } |
63 | 63 | |
64 | - $widget_args['content'] = trim( rtrim( $widget_args['content'] ) ); |
|
64 | + $widget_args['content'] = trim(rtrim($widget_args['content'])); |
|
65 | 65 | |
66 | 66 | // No custom content |
67 | - if( empty( $widget_args['content'] ) ) { |
|
68 | - do_action('gravityview_log_debug', sprintf( '%s[render_frontend]: No content.', get_class($this)) ); |
|
67 | + if (empty($widget_args['content'])) { |
|
68 | + do_action('gravityview_log_debug', sprintf('%s[render_frontend]: No content.', get_class($this))); |
|
69 | 69 | return; |
70 | 70 | } |
71 | 71 | |
72 | 72 | // Add paragraphs? |
73 | - if( !empty( $widget_args['wpautop'] ) ) { |
|
74 | - $widget_args['content'] = wpautop( $widget_args['content'] ); |
|
73 | + if (!empty($widget_args['wpautop'])) { |
|
74 | + $widget_args['content'] = wpautop($widget_args['content']); |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | $content = $widget_args['content']; |
78 | 78 | |
79 | - $content = GravityView_Merge_Tags::replace_variables( $content ); |
|
79 | + $content = GravityView_Merge_Tags::replace_variables($content); |
|
80 | 80 | |
81 | 81 | // Enqueue scripts needed for Gravity Form display, if form shortcode exists. |
82 | 82 | // Also runs `do_shortcode()` |
83 | - $content = GFCommon::gform_do_shortcode( $content ); |
|
83 | + $content = GFCommon::gform_do_shortcode($content); |
|
84 | 84 | |
85 | 85 | |
86 | 86 | // Add custom class |
87 | - $class = !empty( $widget_args['custom_class'] ) ? $widget_args['custom_class'] : ''; |
|
88 | - $class = gravityview_sanitize_html_class( $class ); |
|
87 | + $class = !empty($widget_args['custom_class']) ? $widget_args['custom_class'] : ''; |
|
88 | + $class = gravityview_sanitize_html_class($class); |
|
89 | 89 | |
90 | - echo '<div class="gv-widget-custom-content '.$class.'">'. $content .'</div>'; |
|
90 | + echo '<div class="gv-widget-custom-content '.$class.'">'.$content.'</div>'; |
|
91 | 91 | |
92 | 92 | } |
93 | 93 |