@@ -4,12 +4,12 @@ discard block |
||
4 | 4 | |
5 | 5 | public function __construct() { |
6 | 6 | $action_ops = array( |
7 | - 'classes' => 'frm_email_icon frm_icon_font', |
|
8 | - 'active' => true, |
|
7 | + 'classes' => 'frm_email_icon frm_icon_font', |
|
8 | + 'active' => true, |
|
9 | 9 | 'event' => array( 'create' ), |
10 | - 'limit' => 99, |
|
11 | - 'priority' => 10, |
|
12 | - 'ajax_load' => false, |
|
10 | + 'limit' => 99, |
|
11 | + 'priority' => 10, |
|
12 | + 'ajax_load' => false, |
|
13 | 13 | ); |
14 | 14 | $action_ops = apply_filters('frm_email_control_settings', $action_ops); |
15 | 15 | |
@@ -17,23 +17,23 @@ discard block |
||
17 | 17 | } |
18 | 18 | |
19 | 19 | public function form( $form_action, $args = array() ) { |
20 | - extract($args); |
|
20 | + extract($args); |
|
21 | 21 | |
22 | 22 | include( FrmAppHelper::plugin_path() . '/classes/views/frm-form-actions/_email_settings.php' ); |
23 | 23 | } |
24 | 24 | |
25 | 25 | public function get_defaults() { |
26 | - return array( |
|
27 | - 'email_to' => '[admin_email]', |
|
28 | - 'cc' => '', |
|
29 | - 'bcc' => '', |
|
30 | - 'from' => '[sitename] <[admin_email]>', |
|
31 | - 'reply_to' => '', |
|
32 | - 'email_subject' => '', |
|
33 | - 'email_message' => '[default-message]', |
|
34 | - 'inc_user_info' => 0, |
|
35 | - 'plain_text' => 0, |
|
26 | + return array( |
|
27 | + 'email_to' => '[admin_email]', |
|
28 | + 'cc' => '', |
|
29 | + 'bcc' => '', |
|
30 | + 'from' => '[sitename] <[admin_email]>', |
|
31 | + 'reply_to' => '', |
|
32 | + 'email_subject' => '', |
|
33 | + 'email_message' => '[default-message]', |
|
34 | + 'inc_user_info' => 0, |
|
35 | + 'plain_text' => 0, |
|
36 | 36 | 'event' => array( 'create' ), |
37 | - ); |
|
37 | + ); |
|
38 | 38 | } |
39 | 39 | } |
@@ -11,13 +11,13 @@ |
||
11 | 11 | 'priority' => 10, |
12 | 12 | 'ajax_load' => false, |
13 | 13 | ); |
14 | - $action_ops = apply_filters('frm_email_control_settings', $action_ops); |
|
14 | + $action_ops = apply_filters( 'frm_email_control_settings', $action_ops ); |
|
15 | 15 | |
16 | - parent::__construct('email', __( 'Email Notification', 'formidable' ), $action_ops); |
|
16 | + parent::__construct( 'email', __( 'Email Notification', 'formidable' ), $action_ops ); |
|
17 | 17 | } |
18 | 18 | |
19 | 19 | public function form( $form_action, $args = array() ) { |
20 | - extract($args); |
|
20 | + extract( $args ); |
|
21 | 21 | |
22 | 22 | include( FrmAppHelper::plugin_path() . '/classes/views/frm-form-actions/_email_settings.php' ); |
23 | 23 | } |
@@ -1,15 +1,15 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | if ( ! isset($saving) ) { |
3 | - header( 'Content-type: text/css' ); |
|
3 | + header( 'Content-type: text/css' ); |
|
4 | 4 | |
5 | - if ( isset($css) && $css ) { |
|
6 | - echo $css; |
|
7 | - die(); |
|
8 | - } |
|
5 | + if ( isset($css) && $css ) { |
|
6 | + echo $css; |
|
7 | + die(); |
|
8 | + } |
|
9 | 9 | } |
10 | 10 | |
11 | 11 | if ( ! isset($frm_style) ) { |
12 | - $frm_style = new FrmStyle(); |
|
12 | + $frm_style = new FrmStyle(); |
|
13 | 13 | } |
14 | 14 | |
15 | 15 | $styles = $frm_style->get_all(); |
@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | <?php |
188 | 188 | foreach ( $styles as $style ) { |
189 | 189 | include( dirname( __FILE__ ) . '/_single_theme.css.php' ); |
190 | - unset($style); |
|
190 | + unset($style); |
|
191 | 191 | } |
192 | 192 | ?> |
193 | 193 |
@@ -1,19 +1,19 @@ discard block |
||
1 | 1 | <?php |
2 | -if ( ! isset($saving) ) { |
|
2 | +if ( ! isset( $saving ) ) { |
|
3 | 3 | header( 'Content-type: text/css' ); |
4 | 4 | |
5 | - if ( isset($css) && $css ) { |
|
5 | + if ( isset( $css ) && $css ) { |
|
6 | 6 | echo $css; |
7 | 7 | die(); |
8 | 8 | } |
9 | 9 | } |
10 | 10 | |
11 | -if ( ! isset($frm_style) ) { |
|
11 | +if ( ! isset( $frm_style ) ) { |
|
12 | 12 | $frm_style = new FrmStyle(); |
13 | 13 | } |
14 | 14 | |
15 | 15 | $styles = $frm_style->get_all(); |
16 | -$default_style = $frm_style->get_default_style($styles); |
|
16 | +$default_style = $frm_style->get_default_style( $styles ); |
|
17 | 17 | $defaults = FrmStylesHelper::get_settings_for_output( $default_style ); |
18 | 18 | |
19 | 19 | ?> |
@@ -267,7 +267,7 @@ discard block |
||
267 | 267 | <?php |
268 | 268 | foreach ( $styles as $style ) { |
269 | 269 | include( dirname( __FILE__ ) . '/_single_theme.css.php' ); |
270 | - unset($style); |
|
270 | + unset( $style ); |
|
271 | 271 | } |
272 | 272 | ?> |
273 | 273 | |
@@ -510,7 +510,7 @@ discard block |
||
510 | 510 | color: transparent !important; |
511 | 511 | } |
512 | 512 | |
513 | -<?php include( dirname(__FILE__) . '/frm_grids.css' ); ?> |
|
513 | +<?php include( dirname( __FILE__ ) . '/frm_grids.css' ); ?> |
|
514 | 514 | |
515 | 515 | /* Left and right label styling for non-Formidable styling - very basic, not responsive */ |
516 | 516 | .frm_form_field.frm_left_container label.frm_primary_label{ |
@@ -1,10 +1,10 @@ discard block |
||
1 | -<?php wp_nonce_field('frm_save_form_nonce', 'frm_save_form'); ?> |
|
1 | +<?php wp_nonce_field( 'frm_save_form_nonce', 'frm_save_form' ); ?> |
|
2 | 2 | <input type="hidden" name="status" value="<?php echo esc_attr( $values['status'] ); ?>" /> |
3 | 3 | <input type="hidden" name="new_status" value="" /> |
4 | 4 | |
5 | 5 | <div id="frm_form_editor_container"> |
6 | 6 | <div id="titlediv"> |
7 | - <input type="text" name="name" value="<?php echo esc_attr($form->name); ?>" id="title" placeholder="<?php esc_attr_e( 'Enter title here') ?>" /> |
|
7 | + <input type="text" name="name" value="<?php echo esc_attr( $form->name ); ?>" id="title" placeholder="<?php esc_attr_e( 'Enter title here' ) ?>" /> |
|
8 | 8 | <div id="edit-slug-box" class="hide-if-no-js"> |
9 | 9 | <div id="frm_form_key_box" class="alignright"> |
10 | 10 | <strong><?php _e( 'Form Key:', 'formidable' ) ?></strong> |
@@ -16,7 +16,7 @@ discard block |
||
16 | 16 | </div> |
17 | 17 | |
18 | 18 | <div class="postbox"> |
19 | - <div class="frm_no_fields <?php echo ( isset($values['fields']) && ! empty($values['fields']) ) ? 'frm_hidden' : ''; ?>"> |
|
19 | + <div class="frm_no_fields <?php echo ( isset( $values['fields'] ) && ! empty( $values['fields'] ) ) ? 'frm_hidden' : ''; ?>"> |
|
20 | 20 | <div class="alignleft sketch1"> |
21 | 21 | <img src="<?php echo esc_url( FrmAppHelper::plugin_url() . '/images/sketch_arrow1.png' ); ?>" alt="" /> |
22 | 22 | </div> |
@@ -50,16 +50,16 @@ discard block |
||
50 | 50 | </div> |
51 | 51 | <ul id="new_fields" class="frm_sorting inside"> |
52 | 52 | <?php |
53 | -if ( isset($values['fields']) && ! empty($values['fields']) ) { |
|
53 | +if ( isset( $values['fields'] ) && ! empty( $values['fields'] ) ) { |
|
54 | 54 | $count = 0; |
55 | 55 | foreach ( $values['fields'] as $field ) { |
56 | - $count++; |
|
56 | + $count ++; |
|
57 | 57 | $field_name = 'item_meta[' . $field['id'] . ']'; |
58 | - $html_id = FrmFieldsHelper::get_html_id($field); |
|
58 | + $html_id = FrmFieldsHelper::get_html_id( $field ); |
|
59 | 59 | require( FrmAppHelper::plugin_path() . '/classes/views/frm-forms/add_field.php' ); |
60 | - unset($field, $field_name); |
|
60 | + unset( $field, $field_name ); |
|
61 | 61 | } |
62 | - unset($count); |
|
62 | + unset( $count ); |
|
63 | 63 | } ?> |
64 | 64 | </ul> |
65 | 65 | </div> |
@@ -51,15 +51,15 @@ |
||
51 | 51 | <ul id="new_fields" class="frm_sorting inside"> |
52 | 52 | <?php |
53 | 53 | if ( isset($values['fields']) && ! empty($values['fields']) ) { |
54 | - $count = 0; |
|
55 | - foreach ( $values['fields'] as $field ) { |
|
56 | - $count++; |
|
54 | + $count = 0; |
|
55 | + foreach ( $values['fields'] as $field ) { |
|
56 | + $count++; |
|
57 | 57 | $field_name = 'item_meta[' . $field['id'] . ']'; |
58 | - $html_id = FrmFieldsHelper::get_html_id($field); |
|
58 | + $html_id = FrmFieldsHelper::get_html_id($field); |
|
59 | 59 | require( FrmAppHelper::plugin_path() . '/classes/views/frm-forms/add_field.php' ); |
60 | - unset($field, $field_name); |
|
61 | - } |
|
62 | - unset($count); |
|
60 | + unset($field, $field_name); |
|
61 | + } |
|
62 | + unset($count); |
|
63 | 63 | } ?> |
64 | 64 | </ul> |
65 | 65 | </div> |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | public $id = 0; // the id of the post |
5 | 5 | |
6 | 6 | /** |
7 | - * @param int|string $id The id of the stylsheet or 'default' |
|
7 | + * @param integer $id The id of the stylsheet or 'default' |
|
8 | 8 | */ |
9 | 9 | public function __construct( $id = 0 ) { |
10 | 10 | $this->id = $id; |
@@ -120,6 +120,9 @@ discard block |
||
120 | 120 | set_transient('frmpro_css', $css); |
121 | 121 | } |
122 | 122 | |
123 | + /** |
|
124 | + * @param string $filename |
|
125 | + */ |
|
123 | 126 | private function get_css_content( $filename ) { |
124 | 127 | $css = '/* ' . __( 'WARNING: Any changes made to this file will be lost when your Formidable settings are updated', 'formidable' ) . ' */' . "\n"; |
125 | 128 |
@@ -1,52 +1,52 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | class FrmStyle { |
3 | - public $number = false; // Unique ID number of the current instance. |
|
3 | + public $number = false; // Unique ID number of the current instance. |
|
4 | 4 | public $id = 0; // the id of the post |
5 | 5 | |
6 | 6 | /** |
7 | 7 | * @param int|string $id The id of the stylsheet or 'default' |
8 | 8 | */ |
9 | 9 | public function __construct( $id = 0 ) { |
10 | - $this->id = $id; |
|
11 | - } |
|
10 | + $this->id = $id; |
|
11 | + } |
|
12 | 12 | |
13 | - public function get_new() { |
|
13 | + public function get_new() { |
|
14 | 14 | $this->id = 0; |
15 | 15 | |
16 | - $max_slug_value = 2147483647; |
|
17 | - $min_slug_value = 37; // we want to have at least 2 characters in the slug |
|
18 | - $key = base_convert( rand($min_slug_value, $max_slug_value), 10, 36 ); |
|
19 | - |
|
20 | - $style = array( |
|
21 | - 'post_type' => FrmStylesController::$post_type, |
|
22 | - 'ID' => '', |
|
23 | - 'post_title' => __( 'New Style', 'formidable' ), |
|
24 | - 'post_name' => $key, |
|
25 | - 'post_content' => $this->get_defaults(), |
|
26 | - 'menu_order' => '', |
|
27 | - 'post_status' => 'publish', |
|
28 | - ); |
|
16 | + $max_slug_value = 2147483647; |
|
17 | + $min_slug_value = 37; // we want to have at least 2 characters in the slug |
|
18 | + $key = base_convert( rand($min_slug_value, $max_slug_value), 10, 36 ); |
|
19 | + |
|
20 | + $style = array( |
|
21 | + 'post_type' => FrmStylesController::$post_type, |
|
22 | + 'ID' => '', |
|
23 | + 'post_title' => __( 'New Style', 'formidable' ), |
|
24 | + 'post_name' => $key, |
|
25 | + 'post_content' => $this->get_defaults(), |
|
26 | + 'menu_order' => '', |
|
27 | + 'post_status' => 'publish', |
|
28 | + ); |
|
29 | 29 | |
30 | - return (object) $style; |
|
31 | - } |
|
30 | + return (object) $style; |
|
31 | + } |
|
32 | 32 | |
33 | 33 | public function save( $settings ) { |
34 | 34 | return FrmAppHelper::save_settings( $settings, 'frm_styles' ); |
35 | - } |
|
35 | + } |
|
36 | 36 | |
37 | 37 | public function duplicate( $id ) { |
38 | - // duplicating is a pro feature |
|
39 | - } |
|
38 | + // duplicating is a pro feature |
|
39 | + } |
|
40 | 40 | |
41 | - public function update( $id = 'default' ) { |
|
41 | + public function update( $id = 'default' ) { |
|
42 | 42 | $all_instances = $this->get_all(); |
43 | 43 | |
44 | 44 | if ( empty($id) ) { |
45 | - $new_style = (array) $this->get_new(); |
|
46 | - $all_instances[] = $new_style; |
|
45 | + $new_style = (array) $this->get_new(); |
|
46 | + $all_instances[] = $new_style; |
|
47 | 47 | } |
48 | 48 | |
49 | - $action_ids = array(); |
|
49 | + $action_ids = array(); |
|
50 | 50 | |
51 | 51 | foreach ( $all_instances as $number => $new_instance ) { |
52 | 52 | $new_instance = stripslashes_deep( (array) $new_instance); |
@@ -54,46 +54,46 @@ discard block |
||
54 | 54 | if ( $id != $this->id || ! $_POST || ! isset($_POST['frm_style_setting']) ) { |
55 | 55 | $all_instances[ $number ] = $new_instance; |
56 | 56 | |
57 | - if ( $new_instance['menu_order'] && $_POST && empty($_POST['prev_menu_order']) && isset($_POST['frm_style_setting']['menu_order']) ) { |
|
58 | - // this style was set to default, so remove default setting on previous default style |
|
59 | - $new_instance['menu_order'] = 0; |
|
60 | - $action_ids[] = $this->save($new_instance); |
|
61 | - } |
|
57 | + if ( $new_instance['menu_order'] && $_POST && empty($_POST['prev_menu_order']) && isset($_POST['frm_style_setting']['menu_order']) ) { |
|
58 | + // this style was set to default, so remove default setting on previous default style |
|
59 | + $new_instance['menu_order'] = 0; |
|
60 | + $action_ids[] = $this->save($new_instance); |
|
61 | + } |
|
62 | 62 | |
63 | - // don't continue if not saving this style |
|
64 | - continue; |
|
63 | + // don't continue if not saving this style |
|
64 | + continue; |
|
65 | 65 | } |
66 | 66 | |
67 | 67 | $new_instance['post_title'] = sanitize_text_field( $_POST['frm_style_setting']['post_title'] ); |
68 | 68 | $new_instance['post_content'] = $_POST['frm_style_setting']['post_content']; |
69 | 69 | $new_instance['post_type'] = FrmStylesController::$post_type; |
70 | - $new_instance['post_status'] = 'publish'; |
|
70 | + $new_instance['post_status'] = 'publish'; |
|
71 | 71 | $new_instance['menu_order'] = isset( $_POST['frm_style_setting']['menu_order'] ) ? absint( $_POST['frm_style_setting']['menu_order'] ) : 0; |
72 | 72 | |
73 | - if ( empty($id) ) { |
|
74 | - $new_instance['post_name'] = $new_instance['post_title']; |
|
75 | - } |
|
73 | + if ( empty($id) ) { |
|
74 | + $new_instance['post_name'] = $new_instance['post_title']; |
|
75 | + } |
|
76 | 76 | |
77 | - $default_settings = $this->get_defaults(); |
|
77 | + $default_settings = $this->get_defaults(); |
|
78 | 78 | |
79 | - foreach ( $default_settings as $setting => $default ) { |
|
79 | + foreach ( $default_settings as $setting => $default ) { |
|
80 | 80 | if ( ! isset( $new_instance['post_content'][ $setting ] ) ) { |
81 | 81 | $new_instance['post_content'][ $setting ] = $default; |
82 | 82 | } |
83 | 83 | |
84 | 84 | if ( strpos( $setting, 'color' ) !== false || in_array( $setting, array( 'error_bg', 'error_border', 'error_text' ) ) ) { |
85 | - //if is a color |
|
85 | + //if is a color |
|
86 | 86 | $new_instance['post_content'][ $setting ] = str_replace( '#', '', $new_instance['post_content'][ $setting ] ); |
87 | 87 | } else if ( in_array( $setting, array( 'submit_style', 'important_style', 'auto_width' ) ) && ! isset( $new_instance['post_content'][ $setting ] ) ) { |
88 | 88 | $new_instance['post_content'][ $setting ] = 0; |
89 | - } else if ( $setting == 'font' ) { |
|
90 | - $new_instance['post_content'][ $setting ] = $this->force_balanced_quotation( $new_instance['post_content'][ $setting ] ); |
|
91 | - } |
|
92 | - } |
|
89 | + } else if ( $setting == 'font' ) { |
|
90 | + $new_instance['post_content'][ $setting ] = $this->force_balanced_quotation( $new_instance['post_content'][ $setting ] ); |
|
91 | + } |
|
92 | + } |
|
93 | 93 | |
94 | 94 | $all_instances[ $number ] = $new_instance; |
95 | 95 | |
96 | - $action_ids[] = $this->save($new_instance); |
|
96 | + $action_ids[] = $this->save($new_instance); |
|
97 | 97 | |
98 | 98 | } |
99 | 99 | |
@@ -102,16 +102,16 @@ discard block |
||
102 | 102 | return $action_ids; |
103 | 103 | } |
104 | 104 | |
105 | - /** |
|
106 | - * Create static css file |
|
107 | - */ |
|
105 | + /** |
|
106 | + * Create static css file |
|
107 | + */ |
|
108 | 108 | public function save_settings() { |
109 | 109 | $filename = FrmAppHelper::plugin_path() . '/css/custom_theme.css.php'; |
110 | 110 | update_option( 'frm_last_style_update', date('njGi') ); |
111 | 111 | |
112 | - if ( ! is_file($filename) ) { |
|
113 | - return; |
|
114 | - } |
|
112 | + if ( ! is_file($filename) ) { |
|
113 | + return; |
|
114 | + } |
|
115 | 115 | |
116 | 116 | $this->clear_cache(); |
117 | 117 | |
@@ -120,9 +120,9 @@ discard block |
||
120 | 120 | $create_file = new FrmCreateFile( array( 'folder_name' => 'formidable/css', 'file_name' => 'formidablepro.css' ) ); |
121 | 121 | $create_file->create_file( $css ); |
122 | 122 | |
123 | - update_option('frmpro_css', $css); |
|
123 | + update_option('frmpro_css', $css); |
|
124 | 124 | |
125 | - set_transient('frmpro_css', $css); |
|
125 | + set_transient('frmpro_css', $css); |
|
126 | 126 | } |
127 | 127 | |
128 | 128 | private function get_css_content( $filename ) { |
@@ -131,10 +131,10 @@ discard block |
||
131 | 131 | $saving = true; |
132 | 132 | $frm_style = $this; |
133 | 133 | |
134 | - ob_start(); |
|
135 | - include( $filename ); |
|
134 | + ob_start(); |
|
135 | + include( $filename ); |
|
136 | 136 | $css .= preg_replace( '/\/\*(.|\s)*?\*\//', '', str_replace( array( "\r\n", "\r", "\n", "\t", ' ' ), '', ob_get_contents() ) ); |
137 | - ob_end_clean(); |
|
137 | + ob_end_clean(); |
|
138 | 138 | |
139 | 139 | return $css; |
140 | 140 | } |
@@ -154,269 +154,269 @@ discard block |
||
154 | 154 | } |
155 | 155 | |
156 | 156 | public function destroy( $id ) { |
157 | - return wp_delete_post($id); |
|
158 | - } |
|
157 | + return wp_delete_post($id); |
|
158 | + } |
|
159 | 159 | |
160 | - public function get_one() { |
|
161 | - if ( 'default' == $this->id ) { |
|
162 | - $style = $this->get_default_style(); |
|
163 | - if ( $style ) { |
|
164 | - $this->id = $style->ID; |
|
165 | - } else { |
|
166 | - $this->id = 0; |
|
167 | - } |
|
168 | - return $style; |
|
169 | - } |
|
160 | + public function get_one() { |
|
161 | + if ( 'default' == $this->id ) { |
|
162 | + $style = $this->get_default_style(); |
|
163 | + if ( $style ) { |
|
164 | + $this->id = $style->ID; |
|
165 | + } else { |
|
166 | + $this->id = 0; |
|
167 | + } |
|
168 | + return $style; |
|
169 | + } |
|
170 | 170 | |
171 | - $style = get_post($this->id); |
|
171 | + $style = get_post($this->id); |
|
172 | 172 | |
173 | - if ( ! $style ) { |
|
174 | - return $style; |
|
175 | - } |
|
173 | + if ( ! $style ) { |
|
174 | + return $style; |
|
175 | + } |
|
176 | 176 | |
177 | - $style->post_content = FrmAppHelper::maybe_json_decode($style->post_content); |
|
177 | + $style->post_content = FrmAppHelper::maybe_json_decode($style->post_content); |
|
178 | 178 | |
179 | - $default_values = $this->get_defaults(); |
|
179 | + $default_values = $this->get_defaults(); |
|
180 | 180 | |
181 | - // fill default values |
|
182 | - $style->post_content = $this->override_defaults($style->post_content); |
|
183 | - $style->post_content = wp_parse_args( $style->post_content, $default_values); |
|
181 | + // fill default values |
|
182 | + $style->post_content = $this->override_defaults($style->post_content); |
|
183 | + $style->post_content = wp_parse_args( $style->post_content, $default_values); |
|
184 | 184 | |
185 | - return $style; |
|
186 | - } |
|
185 | + return $style; |
|
186 | + } |
|
187 | 187 | |
188 | - public function get_all( $orderby = 'title', $order = 'ASC', $limit = 99 ) { |
|
189 | - $post_atts = array( |
|
188 | + public function get_all( $orderby = 'title', $order = 'ASC', $limit = 99 ) { |
|
189 | + $post_atts = array( |
|
190 | 190 | 'post_type' => FrmStylesController::$post_type, |
191 | 191 | 'post_status' => 'publish', |
192 | 192 | 'numberposts' => $limit, |
193 | 193 | 'orderby' => $orderby, |
194 | 194 | 'order' => $order, |
195 | - ); |
|
195 | + ); |
|
196 | 196 | |
197 | - $temp_styles = FrmAppHelper::check_cache(serialize($post_atts), 'frm_styles', $post_atts, 'get_posts'); |
|
197 | + $temp_styles = FrmAppHelper::check_cache(serialize($post_atts), 'frm_styles', $post_atts, 'get_posts'); |
|
198 | 198 | |
199 | - if ( empty($temp_styles) ) { |
|
200 | - global $wpdb; |
|
201 | - // make sure there wasn't a conflict with the query |
|
199 | + if ( empty($temp_styles) ) { |
|
200 | + global $wpdb; |
|
201 | + // make sure there wasn't a conflict with the query |
|
202 | 202 | $query = $wpdb->prepare( 'SELECT * FROM ' . $wpdb->posts . ' WHERE post_type=%s AND post_status=%s ORDER BY post_title ASC LIMIT 99', FrmStylesController::$post_type, 'publish' ); |
203 | - $temp_styles = FrmAppHelper::check_cache('frm_backup_style_check', 'frm_styles', $query, 'get_results'); |
|
203 | + $temp_styles = FrmAppHelper::check_cache('frm_backup_style_check', 'frm_styles', $query, 'get_results'); |
|
204 | 204 | |
205 | - if ( empty($temp_styles) ) { |
|
206 | - // create a new style if there are none |
|
207 | - $new = $this->get_new(); |
|
205 | + if ( empty($temp_styles) ) { |
|
206 | + // create a new style if there are none |
|
207 | + $new = $this->get_new(); |
|
208 | 208 | $new->post_title = __( 'Formidable Style', 'formidable' ); |
209 | 209 | $new->post_name = $new->post_title; |
210 | - $new->menu_order = 1; |
|
211 | - $new = $this->save( (array) $new); |
|
212 | - $this->update('default'); |
|
213 | - |
|
214 | - $post_atts['include'] = $new; |
|
215 | - |
|
216 | - $temp_styles = get_posts( $post_atts ); |
|
217 | - } |
|
218 | - } |
|
219 | - |
|
220 | - $default_values = $this->get_defaults(); |
|
221 | - $default_style = false; |
|
222 | - |
|
223 | - $styles = array(); |
|
224 | - foreach ( $temp_styles as $style ) { |
|
225 | - $this->id = $style->ID; |
|
226 | - if ( $style->menu_order ) { |
|
227 | - if ( $default_style ) { |
|
228 | - // only return one default |
|
229 | - $style->menu_order = 0; |
|
230 | - } else { |
|
231 | - // check for a default style |
|
232 | - $default_style = $style->ID; |
|
233 | - } |
|
234 | - } |
|
235 | - |
|
236 | - $style->post_content = FrmAppHelper::maybe_json_decode($style->post_content); |
|
237 | - |
|
238 | - // fill default values |
|
239 | - $style->post_content = $this->override_defaults($style->post_content); |
|
240 | - $style->post_content = wp_parse_args( $style->post_content, $default_values); |
|
210 | + $new->menu_order = 1; |
|
211 | + $new = $this->save( (array) $new); |
|
212 | + $this->update('default'); |
|
213 | + |
|
214 | + $post_atts['include'] = $new; |
|
215 | + |
|
216 | + $temp_styles = get_posts( $post_atts ); |
|
217 | + } |
|
218 | + } |
|
219 | + |
|
220 | + $default_values = $this->get_defaults(); |
|
221 | + $default_style = false; |
|
222 | + |
|
223 | + $styles = array(); |
|
224 | + foreach ( $temp_styles as $style ) { |
|
225 | + $this->id = $style->ID; |
|
226 | + if ( $style->menu_order ) { |
|
227 | + if ( $default_style ) { |
|
228 | + // only return one default |
|
229 | + $style->menu_order = 0; |
|
230 | + } else { |
|
231 | + // check for a default style |
|
232 | + $default_style = $style->ID; |
|
233 | + } |
|
234 | + } |
|
235 | + |
|
236 | + $style->post_content = FrmAppHelper::maybe_json_decode($style->post_content); |
|
237 | + |
|
238 | + // fill default values |
|
239 | + $style->post_content = $this->override_defaults($style->post_content); |
|
240 | + $style->post_content = wp_parse_args( $style->post_content, $default_values); |
|
241 | 241 | |
242 | 242 | $styles[ $style->ID ] = $style; |
243 | - } |
|
243 | + } |
|
244 | 244 | |
245 | - if ( ! $default_style ) { |
|
246 | - $default_style = reset($styles); |
|
245 | + if ( ! $default_style ) { |
|
246 | + $default_style = reset($styles); |
|
247 | 247 | $styles[ $default_style->ID ]->menu_order = 1; |
248 | - } |
|
248 | + } |
|
249 | 249 | |
250 | - return $styles; |
|
251 | - } |
|
250 | + return $styles; |
|
251 | + } |
|
252 | 252 | |
253 | 253 | public function get_default_style( $styles = null ) { |
254 | - if ( ! isset($styles) ) { |
|
254 | + if ( ! isset($styles) ) { |
|
255 | 255 | $styles = $this->get_all( 'menu_order', 'DESC', 1 ); |
256 | - } |
|
256 | + } |
|
257 | 257 | |
258 | - foreach ( $styles as $style ) { |
|
259 | - if ( $style->menu_order ) { |
|
260 | - return $style; |
|
261 | - } |
|
262 | - } |
|
263 | - } |
|
258 | + foreach ( $styles as $style ) { |
|
259 | + if ( $style->menu_order ) { |
|
260 | + return $style; |
|
261 | + } |
|
262 | + } |
|
263 | + } |
|
264 | 264 | |
265 | 265 | public function override_defaults( $settings ) { |
266 | - if ( ! is_array($settings) ) { |
|
267 | - return $settings; |
|
268 | - } |
|
269 | - |
|
270 | - $settings['line_height'] = ( ! isset($settings['field_height']) || $settings['field_height'] == '' || $settings['field_height'] == 'auto') ? 'normal' : $settings['field_height']; |
|
271 | - |
|
272 | - if ( ! isset($settings['form_desc_size']) && isset($settings['description_font_size']) ) { |
|
273 | - $settings['form_desc_size'] = $settings['description_font_size']; |
|
274 | - $settings['form_desc_color'] = $settings['description_color']; |
|
275 | - $settings['title_color'] = $settings['label_color']; |
|
276 | - } |
|
277 | - |
|
278 | - if ( ! isset($settings['section_color']) && isset($settings['label_color']) ) { |
|
279 | - $settings['section_color'] = $settings['label_color']; |
|
280 | - $settings['section_border_color'] = $settings['border_color']; |
|
281 | - } |
|
282 | - |
|
283 | - if ( ! isset($settings['submit_hover_bg_color']) && isset($settings['submit_bg_color']) ) { |
|
284 | - $settings['submit_hover_bg_color'] = $settings['submit_bg_color']; |
|
285 | - $settings['submit_hover_color'] = $settings['submit_text_color']; |
|
286 | - $settings['submit_hover_border_color'] = $settings['submit_border_color']; |
|
287 | - |
|
288 | - $settings['submit_active_bg_color'] = $settings['submit_bg_color']; |
|
289 | - $settings['submit_active_color'] = $settings['submit_text_color']; |
|
290 | - $settings['submit_active_border_color'] = $settings['submit_border_color']; |
|
291 | - } |
|
292 | - |
|
293 | - return $settings; |
|
266 | + if ( ! is_array($settings) ) { |
|
267 | + return $settings; |
|
268 | + } |
|
269 | + |
|
270 | + $settings['line_height'] = ( ! isset($settings['field_height']) || $settings['field_height'] == '' || $settings['field_height'] == 'auto') ? 'normal' : $settings['field_height']; |
|
271 | + |
|
272 | + if ( ! isset($settings['form_desc_size']) && isset($settings['description_font_size']) ) { |
|
273 | + $settings['form_desc_size'] = $settings['description_font_size']; |
|
274 | + $settings['form_desc_color'] = $settings['description_color']; |
|
275 | + $settings['title_color'] = $settings['label_color']; |
|
276 | + } |
|
277 | + |
|
278 | + if ( ! isset($settings['section_color']) && isset($settings['label_color']) ) { |
|
279 | + $settings['section_color'] = $settings['label_color']; |
|
280 | + $settings['section_border_color'] = $settings['border_color']; |
|
281 | + } |
|
282 | + |
|
283 | + if ( ! isset($settings['submit_hover_bg_color']) && isset($settings['submit_bg_color']) ) { |
|
284 | + $settings['submit_hover_bg_color'] = $settings['submit_bg_color']; |
|
285 | + $settings['submit_hover_color'] = $settings['submit_text_color']; |
|
286 | + $settings['submit_hover_border_color'] = $settings['submit_border_color']; |
|
287 | + |
|
288 | + $settings['submit_active_bg_color'] = $settings['submit_bg_color']; |
|
289 | + $settings['submit_active_color'] = $settings['submit_text_color']; |
|
290 | + $settings['submit_active_border_color'] = $settings['submit_border_color']; |
|
291 | + } |
|
292 | + |
|
293 | + return $settings; |
|
294 | 294 | } |
295 | 295 | |
296 | 296 | public function get_defaults() { |
297 | - return array( |
|
298 | - 'theme_css' => 'ui-lightness', |
|
299 | - 'theme_name' => 'UI Lightness', |
|
297 | + return array( |
|
298 | + 'theme_css' => 'ui-lightness', |
|
299 | + 'theme_name' => 'UI Lightness', |
|
300 | 300 | |
301 | 301 | 'center_form' => '', |
302 | - 'form_width' => '100%', |
|
303 | - 'form_align' => 'left', |
|
304 | - 'direction' => is_rtl() ? 'rtl' : 'ltr', |
|
305 | - 'fieldset' => '0px', |
|
306 | - 'fieldset_color' => '000000', |
|
307 | - 'fieldset_padding' => '0 0 15px 0', |
|
308 | - 'fieldset_bg_color' => '', |
|
309 | - |
|
310 | - 'title_size' => '20px', |
|
311 | - 'title_color' => '444444', |
|
302 | + 'form_width' => '100%', |
|
303 | + 'form_align' => 'left', |
|
304 | + 'direction' => is_rtl() ? 'rtl' : 'ltr', |
|
305 | + 'fieldset' => '0px', |
|
306 | + 'fieldset_color' => '000000', |
|
307 | + 'fieldset_padding' => '0 0 15px 0', |
|
308 | + 'fieldset_bg_color' => '', |
|
309 | + |
|
310 | + 'title_size' => '20px', |
|
311 | + 'title_color' => '444444', |
|
312 | 312 | 'title_margin_top' => '10px', |
313 | 313 | 'title_margin_bottom' => '10px', |
314 | - 'form_desc_size' => '14px', |
|
315 | - 'form_desc_color' => '666666', |
|
314 | + 'form_desc_size' => '14px', |
|
315 | + 'form_desc_color' => '666666', |
|
316 | 316 | 'form_desc_margin_top' => '10px', |
317 | 317 | 'form_desc_margin_bottom' => '25px', |
318 | 318 | |
319 | - 'font' => '"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif', |
|
320 | - 'font_size' => '14px', |
|
321 | - 'label_color' => '444444', |
|
322 | - 'weight' => 'bold', |
|
323 | - 'position' => 'none', |
|
324 | - 'align' => 'left', |
|
325 | - 'width' => '150px', |
|
326 | - 'required_color' => 'B94A48', |
|
327 | - 'required_weight' => 'bold', |
|
328 | - 'label_padding' => '0 0 3px 0', |
|
329 | - |
|
330 | - 'description_font_size' => '12px', |
|
331 | - 'description_color' => '666666', |
|
332 | - 'description_weight' => 'normal', |
|
333 | - 'description_style' => 'normal', |
|
334 | - 'description_align' => 'left', |
|
319 | + 'font' => '"Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif', |
|
320 | + 'font_size' => '14px', |
|
321 | + 'label_color' => '444444', |
|
322 | + 'weight' => 'bold', |
|
323 | + 'position' => 'none', |
|
324 | + 'align' => 'left', |
|
325 | + 'width' => '150px', |
|
326 | + 'required_color' => 'B94A48', |
|
327 | + 'required_weight' => 'bold', |
|
328 | + 'label_padding' => '0 0 3px 0', |
|
329 | + |
|
330 | + 'description_font_size' => '12px', |
|
331 | + 'description_color' => '666666', |
|
332 | + 'description_weight' => 'normal', |
|
333 | + 'description_style' => 'normal', |
|
334 | + 'description_align' => 'left', |
|
335 | 335 | 'description_margin' => '0', |
336 | 336 | |
337 | - 'field_font_size' => '14px', |
|
338 | - 'field_height' => '32px', |
|
339 | - 'line_height' => 'normal', |
|
340 | - 'field_width' => '100%', |
|
341 | - 'auto_width' => false, |
|
342 | - 'field_pad' => '6px 10px', |
|
343 | - 'field_margin' => '20px', |
|
337 | + 'field_font_size' => '14px', |
|
338 | + 'field_height' => '32px', |
|
339 | + 'line_height' => 'normal', |
|
340 | + 'field_width' => '100%', |
|
341 | + 'auto_width' => false, |
|
342 | + 'field_pad' => '6px 10px', |
|
343 | + 'field_margin' => '20px', |
|
344 | 344 | 'field_weight' => 'normal', |
345 | - 'text_color' => '555555', |
|
346 | - //'border_color_hv' => 'cccccc', |
|
347 | - 'border_color' => 'cccccc', |
|
348 | - 'field_border_width' => '1px', |
|
349 | - 'field_border_style' => 'solid', |
|
350 | - |
|
351 | - 'bg_color' => 'ffffff', |
|
352 | - //'bg_color_hv' => 'ffffff', |
|
345 | + 'text_color' => '555555', |
|
346 | + //'border_color_hv' => 'cccccc', |
|
347 | + 'border_color' => 'cccccc', |
|
348 | + 'field_border_width' => '1px', |
|
349 | + 'field_border_style' => 'solid', |
|
350 | + |
|
351 | + 'bg_color' => 'ffffff', |
|
352 | + //'bg_color_hv' => 'ffffff', |
|
353 | 353 | 'remove_box_shadow' => '', |
354 | - 'bg_color_active' => 'ffffff', |
|
354 | + 'bg_color_active' => 'ffffff', |
|
355 | 355 | 'border_color_active' => '66afe9', |
356 | 356 | 'remove_box_shadow_active' => '', |
357 | - 'text_color_error' => '444444', |
|
358 | - 'bg_color_error' => 'ffffff', |
|
357 | + 'text_color_error' => '444444', |
|
358 | + 'bg_color_error' => 'ffffff', |
|
359 | 359 | 'border_color_error' => 'B94A48', |
360 | 360 | 'border_width_error' => '1px', |
361 | 361 | 'border_style_error' => 'solid', |
362 | - 'bg_color_disabled' => 'ffffff', |
|
363 | - 'border_color_disabled' => 'E5E5E5', |
|
364 | - 'text_color_disabled' => 'A1A1A1', |
|
365 | - |
|
366 | - 'radio_align' => 'block', |
|
367 | - 'check_align' => 'block', |
|
368 | - 'check_font_size' => '13px', |
|
369 | - 'check_label_color' => '444444', |
|
370 | - 'check_weight' => 'normal', |
|
371 | - |
|
372 | - 'section_font_size' => '18px', |
|
373 | - 'section_color' => '444444', |
|
374 | - 'section_weight' => 'bold', |
|
375 | - 'section_pad' => '15px 0 3px 0', |
|
376 | - 'section_mar_top' => '15px', |
|
362 | + 'bg_color_disabled' => 'ffffff', |
|
363 | + 'border_color_disabled' => 'E5E5E5', |
|
364 | + 'text_color_disabled' => 'A1A1A1', |
|
365 | + |
|
366 | + 'radio_align' => 'block', |
|
367 | + 'check_align' => 'block', |
|
368 | + 'check_font_size' => '13px', |
|
369 | + 'check_label_color' => '444444', |
|
370 | + 'check_weight' => 'normal', |
|
371 | + |
|
372 | + 'section_font_size' => '18px', |
|
373 | + 'section_color' => '444444', |
|
374 | + 'section_weight' => 'bold', |
|
375 | + 'section_pad' => '15px 0 3px 0', |
|
376 | + 'section_mar_top' => '15px', |
|
377 | 377 | 'section_mar_bottom' => '12px', |
378 | - 'section_bg_color' => '', |
|
379 | - 'section_border_color' => 'e8e8e8', |
|
380 | - 'section_border_width' => '2px', |
|
381 | - 'section_border_style' => 'solid', |
|
382 | - 'section_border_loc' => '-top', |
|
383 | - 'collapse_icon' => '6', |
|
384 | - 'collapse_pos' => 'after', |
|
385 | - 'repeat_icon' => '1', |
|
386 | - |
|
387 | - 'submit_style' => false, |
|
388 | - 'submit_font_size' => '14px', |
|
389 | - 'submit_width' => 'auto', |
|
390 | - 'submit_height' => 'auto', |
|
391 | - 'submit_bg_color' => 'ffffff', |
|
392 | - 'submit_border_color' => 'cccccc', |
|
393 | - 'submit_border_width' => '1px', |
|
394 | - 'submit_text_color' => '444444', |
|
395 | - 'submit_weight' => 'normal', |
|
396 | - 'submit_border_radius' => '4px', |
|
397 | - 'submit_bg_img' => '', |
|
398 | - 'submit_margin' => '10px', |
|
399 | - 'submit_padding' => '6px 11px', |
|
400 | - 'submit_shadow_color' => 'eeeeee', |
|
401 | - 'submit_hover_bg_color' => 'efefef', |
|
402 | - 'submit_hover_color' => '444444', |
|
403 | - 'submit_hover_border_color' => 'cccccc', |
|
404 | - 'submit_active_bg_color' => 'efefef', |
|
405 | - 'submit_active_color' => '444444', |
|
406 | - 'submit_active_border_color' => 'cccccc', |
|
407 | - |
|
408 | - 'border_radius' => '4px', |
|
409 | - 'error_bg' => 'F2DEDE', |
|
410 | - 'error_border' => 'EBCCD1', |
|
411 | - 'error_text' => 'B94A48', |
|
412 | - 'error_font_size' => '14px', |
|
413 | - |
|
414 | - 'success_bg_color' => 'DFF0D8', |
|
415 | - 'success_border_color' => 'D6E9C6', |
|
416 | - 'success_text_color' => '468847', |
|
417 | - 'success_font_size' => '14px', |
|
418 | - |
|
419 | - 'important_style' => false, |
|
378 | + 'section_bg_color' => '', |
|
379 | + 'section_border_color' => 'e8e8e8', |
|
380 | + 'section_border_width' => '2px', |
|
381 | + 'section_border_style' => 'solid', |
|
382 | + 'section_border_loc' => '-top', |
|
383 | + 'collapse_icon' => '6', |
|
384 | + 'collapse_pos' => 'after', |
|
385 | + 'repeat_icon' => '1', |
|
386 | + |
|
387 | + 'submit_style' => false, |
|
388 | + 'submit_font_size' => '14px', |
|
389 | + 'submit_width' => 'auto', |
|
390 | + 'submit_height' => 'auto', |
|
391 | + 'submit_bg_color' => 'ffffff', |
|
392 | + 'submit_border_color' => 'cccccc', |
|
393 | + 'submit_border_width' => '1px', |
|
394 | + 'submit_text_color' => '444444', |
|
395 | + 'submit_weight' => 'normal', |
|
396 | + 'submit_border_radius' => '4px', |
|
397 | + 'submit_bg_img' => '', |
|
398 | + 'submit_margin' => '10px', |
|
399 | + 'submit_padding' => '6px 11px', |
|
400 | + 'submit_shadow_color' => 'eeeeee', |
|
401 | + 'submit_hover_bg_color' => 'efefef', |
|
402 | + 'submit_hover_color' => '444444', |
|
403 | + 'submit_hover_border_color' => 'cccccc', |
|
404 | + 'submit_active_bg_color' => 'efefef', |
|
405 | + 'submit_active_color' => '444444', |
|
406 | + 'submit_active_border_color' => 'cccccc', |
|
407 | + |
|
408 | + 'border_radius' => '4px', |
|
409 | + 'error_bg' => 'F2DEDE', |
|
410 | + 'error_border' => 'EBCCD1', |
|
411 | + 'error_text' => 'B94A48', |
|
412 | + 'error_font_size' => '14px', |
|
413 | + |
|
414 | + 'success_bg_color' => 'DFF0D8', |
|
415 | + 'success_border_color' => 'D6E9C6', |
|
416 | + 'success_text_color' => '468847', |
|
417 | + 'success_font_size' => '14px', |
|
418 | + |
|
419 | + 'important_style' => false, |
|
420 | 420 | |
421 | 421 | 'progress_bg_color' => 'dddddd', |
422 | 422 | 'progress_active_color' => 'ffffff', |
@@ -426,9 +426,9 @@ discard block |
||
426 | 426 | 'progress_border_size' => '2px', |
427 | 427 | 'progress_size' => '30px', |
428 | 428 | |
429 | - 'custom_css' => '', |
|
430 | - ); |
|
431 | - } |
|
429 | + 'custom_css' => '', |
|
430 | + ); |
|
431 | + } |
|
432 | 432 | |
433 | 433 | public function get_field_name( $field_name, $post_field = 'post_content' ) { |
434 | 434 | return 'frm_style_setting' . ( empty( $post_field ) ? '' : '[' . $post_field . ']' ) . '[' . $field_name . ']'; |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | class FrmStyle { |
3 | - public $number = false; // Unique ID number of the current instance. |
|
3 | + public $number = false; // Unique ID number of the current instance. |
|
4 | 4 | public $id = 0; // the id of the post |
5 | 5 | |
6 | 6 | /** |
@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | |
16 | 16 | $max_slug_value = 2147483647; |
17 | 17 | $min_slug_value = 37; // we want to have at least 2 characters in the slug |
18 | - $key = base_convert( rand($min_slug_value, $max_slug_value), 10, 36 ); |
|
18 | + $key = base_convert( rand( $min_slug_value, $max_slug_value ), 10, 36 ); |
|
19 | 19 | |
20 | 20 | $style = array( |
21 | 21 | 'post_type' => FrmStylesController::$post_type, |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | public function update( $id = 'default' ) { |
42 | 42 | $all_instances = $this->get_all(); |
43 | 43 | |
44 | - if ( empty($id) ) { |
|
44 | + if ( empty( $id ) ) { |
|
45 | 45 | $new_style = (array) $this->get_new(); |
46 | 46 | $all_instances[] = $new_style; |
47 | 47 | } |
@@ -49,15 +49,15 @@ discard block |
||
49 | 49 | $action_ids = array(); |
50 | 50 | |
51 | 51 | foreach ( $all_instances as $number => $new_instance ) { |
52 | - $new_instance = stripslashes_deep( (array) $new_instance); |
|
52 | + $new_instance = stripslashes_deep( (array) $new_instance ); |
|
53 | 53 | $this->id = $new_instance['ID']; |
54 | - if ( $id != $this->id || ! $_POST || ! isset($_POST['frm_style_setting']) ) { |
|
55 | - $all_instances[ $number ] = $new_instance; |
|
54 | + if ( $id != $this->id || ! $_POST || ! isset( $_POST['frm_style_setting'] ) ) { |
|
55 | + $all_instances[$number] = $new_instance; |
|
56 | 56 | |
57 | - if ( $new_instance['menu_order'] && $_POST && empty($_POST['prev_menu_order']) && isset($_POST['frm_style_setting']['menu_order']) ) { |
|
57 | + if ( $new_instance['menu_order'] && $_POST && empty( $_POST['prev_menu_order'] ) && isset( $_POST['frm_style_setting']['menu_order'] ) ) { |
|
58 | 58 | // this style was set to default, so remove default setting on previous default style |
59 | 59 | $new_instance['menu_order'] = 0; |
60 | - $action_ids[] = $this->save($new_instance); |
|
60 | + $action_ids[] = $this->save( $new_instance ); |
|
61 | 61 | } |
62 | 62 | |
63 | 63 | // don't continue if not saving this style |
@@ -67,33 +67,33 @@ discard block |
||
67 | 67 | $new_instance['post_title'] = sanitize_text_field( $_POST['frm_style_setting']['post_title'] ); |
68 | 68 | $new_instance['post_content'] = $_POST['frm_style_setting']['post_content']; |
69 | 69 | $new_instance['post_type'] = FrmStylesController::$post_type; |
70 | - $new_instance['post_status'] = 'publish'; |
|
70 | + $new_instance['post_status'] = 'publish'; |
|
71 | 71 | $new_instance['menu_order'] = isset( $_POST['frm_style_setting']['menu_order'] ) ? absint( $_POST['frm_style_setting']['menu_order'] ) : 0; |
72 | 72 | |
73 | - if ( empty($id) ) { |
|
73 | + if ( empty( $id ) ) { |
|
74 | 74 | $new_instance['post_name'] = $new_instance['post_title']; |
75 | 75 | } |
76 | 76 | |
77 | 77 | $default_settings = $this->get_defaults(); |
78 | 78 | |
79 | 79 | foreach ( $default_settings as $setting => $default ) { |
80 | - if ( ! isset( $new_instance['post_content'][ $setting ] ) ) { |
|
81 | - $new_instance['post_content'][ $setting ] = $default; |
|
80 | + if ( ! isset( $new_instance['post_content'][$setting] ) ) { |
|
81 | + $new_instance['post_content'][$setting] = $default; |
|
82 | 82 | } |
83 | 83 | |
84 | 84 | if ( strpos( $setting, 'color' ) !== false || in_array( $setting, array( 'error_bg', 'error_border', 'error_text' ) ) ) { |
85 | 85 | //if is a color |
86 | - $new_instance['post_content'][ $setting ] = str_replace( '#', '', $new_instance['post_content'][ $setting ] ); |
|
87 | - } else if ( in_array( $setting, array( 'submit_style', 'important_style', 'auto_width' ) ) && ! isset( $new_instance['post_content'][ $setting ] ) ) { |
|
88 | - $new_instance['post_content'][ $setting ] = 0; |
|
86 | + $new_instance['post_content'][$setting] = str_replace( '#', '', $new_instance['post_content'][$setting] ); |
|
87 | + } else if ( in_array( $setting, array( 'submit_style', 'important_style', 'auto_width' ) ) && ! isset( $new_instance['post_content'][$setting] ) ) { |
|
88 | + $new_instance['post_content'][$setting] = 0; |
|
89 | 89 | } else if ( $setting == 'font' ) { |
90 | - $new_instance['post_content'][ $setting ] = $this->force_balanced_quotation( $new_instance['post_content'][ $setting ] ); |
|
90 | + $new_instance['post_content'][$setting] = $this->force_balanced_quotation( $new_instance['post_content'][$setting] ); |
|
91 | 91 | } |
92 | 92 | } |
93 | 93 | |
94 | - $all_instances[ $number ] = $new_instance; |
|
94 | + $all_instances[$number] = $new_instance; |
|
95 | 95 | |
96 | - $action_ids[] = $this->save($new_instance); |
|
96 | + $action_ids[] = $this->save( $new_instance ); |
|
97 | 97 | |
98 | 98 | } |
99 | 99 | |
@@ -107,9 +107,9 @@ discard block |
||
107 | 107 | */ |
108 | 108 | public function save_settings() { |
109 | 109 | $filename = FrmAppHelper::plugin_path() . '/css/custom_theme.css.php'; |
110 | - update_option( 'frm_last_style_update', date('njGi') ); |
|
110 | + update_option( 'frm_last_style_update', date( 'njGi' ) ); |
|
111 | 111 | |
112 | - if ( ! is_file($filename) ) { |
|
112 | + if ( ! is_file( $filename ) ) { |
|
113 | 113 | return; |
114 | 114 | } |
115 | 115 | |
@@ -120,9 +120,9 @@ discard block |
||
120 | 120 | $create_file = new FrmCreateFile( array( 'folder_name' => 'formidable/css', 'file_name' => 'formidablepro.css' ) ); |
121 | 121 | $create_file->create_file( $css ); |
122 | 122 | |
123 | - update_option('frmpro_css', $css); |
|
123 | + update_option( 'frmpro_css', $css ); |
|
124 | 124 | |
125 | - set_transient('frmpro_css', $css); |
|
125 | + set_transient( 'frmpro_css', $css ); |
|
126 | 126 | } |
127 | 127 | |
128 | 128 | private function get_css_content( $filename ) { |
@@ -154,7 +154,7 @@ discard block |
||
154 | 154 | } |
155 | 155 | |
156 | 156 | public function destroy( $id ) { |
157 | - return wp_delete_post($id); |
|
157 | + return wp_delete_post( $id ); |
|
158 | 158 | } |
159 | 159 | |
160 | 160 | public function get_one() { |
@@ -168,19 +168,19 @@ discard block |
||
168 | 168 | return $style; |
169 | 169 | } |
170 | 170 | |
171 | - $style = get_post($this->id); |
|
171 | + $style = get_post( $this->id ); |
|
172 | 172 | |
173 | 173 | if ( ! $style ) { |
174 | 174 | return $style; |
175 | 175 | } |
176 | 176 | |
177 | - $style->post_content = FrmAppHelper::maybe_json_decode($style->post_content); |
|
177 | + $style->post_content = FrmAppHelper::maybe_json_decode( $style->post_content ); |
|
178 | 178 | |
179 | 179 | $default_values = $this->get_defaults(); |
180 | 180 | |
181 | 181 | // fill default values |
182 | - $style->post_content = $this->override_defaults($style->post_content); |
|
183 | - $style->post_content = wp_parse_args( $style->post_content, $default_values); |
|
182 | + $style->post_content = $this->override_defaults( $style->post_content ); |
|
183 | + $style->post_content = wp_parse_args( $style->post_content, $default_values ); |
|
184 | 184 | |
185 | 185 | return $style; |
186 | 186 | } |
@@ -194,22 +194,22 @@ discard block |
||
194 | 194 | 'order' => $order, |
195 | 195 | ); |
196 | 196 | |
197 | - $temp_styles = FrmAppHelper::check_cache(serialize($post_atts), 'frm_styles', $post_atts, 'get_posts'); |
|
197 | + $temp_styles = FrmAppHelper::check_cache( serialize( $post_atts ), 'frm_styles', $post_atts, 'get_posts' ); |
|
198 | 198 | |
199 | - if ( empty($temp_styles) ) { |
|
199 | + if ( empty( $temp_styles ) ) { |
|
200 | 200 | global $wpdb; |
201 | 201 | // make sure there wasn't a conflict with the query |
202 | 202 | $query = $wpdb->prepare( 'SELECT * FROM ' . $wpdb->posts . ' WHERE post_type=%s AND post_status=%s ORDER BY post_title ASC LIMIT 99', FrmStylesController::$post_type, 'publish' ); |
203 | - $temp_styles = FrmAppHelper::check_cache('frm_backup_style_check', 'frm_styles', $query, 'get_results'); |
|
203 | + $temp_styles = FrmAppHelper::check_cache( 'frm_backup_style_check', 'frm_styles', $query, 'get_results' ); |
|
204 | 204 | |
205 | - if ( empty($temp_styles) ) { |
|
205 | + if ( empty( $temp_styles ) ) { |
|
206 | 206 | // create a new style if there are none |
207 | 207 | $new = $this->get_new(); |
208 | 208 | $new->post_title = __( 'Formidable Style', 'formidable' ); |
209 | 209 | $new->post_name = $new->post_title; |
210 | 210 | $new->menu_order = 1; |
211 | - $new = $this->save( (array) $new); |
|
212 | - $this->update('default'); |
|
211 | + $new = $this->save( (array) $new ); |
|
212 | + $this->update( 'default' ); |
|
213 | 213 | |
214 | 214 | $post_atts['include'] = $new; |
215 | 215 | |
@@ -233,25 +233,25 @@ discard block |
||
233 | 233 | } |
234 | 234 | } |
235 | 235 | |
236 | - $style->post_content = FrmAppHelper::maybe_json_decode($style->post_content); |
|
236 | + $style->post_content = FrmAppHelper::maybe_json_decode( $style->post_content ); |
|
237 | 237 | |
238 | 238 | // fill default values |
239 | - $style->post_content = $this->override_defaults($style->post_content); |
|
240 | - $style->post_content = wp_parse_args( $style->post_content, $default_values); |
|
239 | + $style->post_content = $this->override_defaults( $style->post_content ); |
|
240 | + $style->post_content = wp_parse_args( $style->post_content, $default_values ); |
|
241 | 241 | |
242 | - $styles[ $style->ID ] = $style; |
|
242 | + $styles[$style->ID] = $style; |
|
243 | 243 | } |
244 | 244 | |
245 | 245 | if ( ! $default_style ) { |
246 | - $default_style = reset($styles); |
|
247 | - $styles[ $default_style->ID ]->menu_order = 1; |
|
246 | + $default_style = reset( $styles ); |
|
247 | + $styles[$default_style->ID]->menu_order = 1; |
|
248 | 248 | } |
249 | 249 | |
250 | 250 | return $styles; |
251 | 251 | } |
252 | 252 | |
253 | 253 | public function get_default_style( $styles = null ) { |
254 | - if ( ! isset($styles) ) { |
|
254 | + if ( ! isset( $styles ) ) { |
|
255 | 255 | $styles = $this->get_all( 'menu_order', 'DESC', 1 ); |
256 | 256 | } |
257 | 257 | |
@@ -263,24 +263,24 @@ discard block |
||
263 | 263 | } |
264 | 264 | |
265 | 265 | public function override_defaults( $settings ) { |
266 | - if ( ! is_array($settings) ) { |
|
266 | + if ( ! is_array( $settings ) ) { |
|
267 | 267 | return $settings; |
268 | 268 | } |
269 | 269 | |
270 | - $settings['line_height'] = ( ! isset($settings['field_height']) || $settings['field_height'] == '' || $settings['field_height'] == 'auto') ? 'normal' : $settings['field_height']; |
|
270 | + $settings['line_height'] = ( ! isset( $settings['field_height'] ) || $settings['field_height'] == '' || $settings['field_height'] == 'auto' ) ? 'normal' : $settings['field_height']; |
|
271 | 271 | |
272 | - if ( ! isset($settings['form_desc_size']) && isset($settings['description_font_size']) ) { |
|
272 | + if ( ! isset( $settings['form_desc_size'] ) && isset( $settings['description_font_size'] ) ) { |
|
273 | 273 | $settings['form_desc_size'] = $settings['description_font_size']; |
274 | 274 | $settings['form_desc_color'] = $settings['description_color']; |
275 | 275 | $settings['title_color'] = $settings['label_color']; |
276 | 276 | } |
277 | 277 | |
278 | - if ( ! isset($settings['section_color']) && isset($settings['label_color']) ) { |
|
278 | + if ( ! isset( $settings['section_color'] ) && isset( $settings['label_color'] ) ) { |
|
279 | 279 | $settings['section_color'] = $settings['label_color']; |
280 | 280 | $settings['section_border_color'] = $settings['border_color']; |
281 | 281 | } |
282 | 282 | |
283 | - if ( ! isset($settings['submit_hover_bg_color']) && isset($settings['submit_bg_color']) ) { |
|
283 | + if ( ! isset( $settings['submit_hover_bg_color'] ) && isset( $settings['submit_bg_color'] ) ) { |
|
284 | 284 | $settings['submit_hover_bg_color'] = $settings['submit_bg_color']; |
285 | 285 | $settings['submit_hover_color'] = $settings['submit_text_color']; |
286 | 286 | $settings['submit_hover_border_color'] = $settings['submit_border_color']; |
@@ -18,8 +18,8 @@ discard block |
||
18 | 18 | $this->file_name = $atts['file_name']; |
19 | 19 | $this->error_message = isset( $atts['error_message'] ) ? $atts['error_message'] : ''; |
20 | 20 | $this->uploads = wp_upload_dir(); |
21 | - $this->chmod_dir = defined('FS_CHMOD_DIR') ? FS_CHMOD_DIR : ( fileperms( ABSPATH ) & 0777 | 0755 ); |
|
22 | - $this->chmod_file = defined('FS_CHMOD_FILE') ? FS_CHMOD_FILE : ( fileperms( ABSPATH . 'index.php' ) & 0777 | 0644 ); |
|
21 | + $this->chmod_dir = defined( 'FS_CHMOD_DIR' ) ? FS_CHMOD_DIR : ( fileperms( ABSPATH ) & 0777 | 0755 ); |
|
22 | + $this->chmod_file = defined( 'FS_CHMOD_FILE' ) ? FS_CHMOD_FILE : ( fileperms( ABSPATH . 'index.php' ) & 0777 | 0644 ); |
|
23 | 23 | } |
24 | 24 | |
25 | 25 | public function create_file( $file_content ) { |
@@ -85,13 +85,13 @@ discard block |
||
85 | 85 | private function get_ftp_creds( $type ) { |
86 | 86 | $credentials = get_option( 'ftp_credentials', array( 'hostname' => '', 'username' => '' ) ); |
87 | 87 | |
88 | - $credentials['hostname'] = defined('FTP_HOST') ? FTP_HOST : $credentials['hostname']; |
|
89 | - $credentials['username'] = defined('FTP_USER') ? FTP_USER : $credentials['username']; |
|
90 | - $credentials['password'] = defined('FTP_PASS') ? FTP_PASS : ''; |
|
88 | + $credentials['hostname'] = defined( 'FTP_HOST' ) ? FTP_HOST : $credentials['hostname']; |
|
89 | + $credentials['username'] = defined( 'FTP_USER' ) ? FTP_USER : $credentials['username']; |
|
90 | + $credentials['password'] = defined( 'FTP_PASS' ) ? FTP_PASS : ''; |
|
91 | 91 | |
92 | 92 | // Check to see if we are setting the public/private keys for ssh |
93 | - $credentials['public_key'] = defined('FTP_PUBKEY') ? FTP_PUBKEY : ''; |
|
94 | - $credentials['private_key'] = defined('FTP_PRIKEY') ? FTP_PRIKEY : ''; |
|
93 | + $credentials['public_key'] = defined( 'FTP_PUBKEY' ) ? FTP_PUBKEY : ''; |
|
94 | + $credentials['private_key'] = defined( 'FTP_PRIKEY' ) ? FTP_PRIKEY : ''; |
|
95 | 95 | |
96 | 96 | // Sanitize the hostname, Some people might pass in odd-data: |
97 | 97 | $credentials['hostname'] = preg_replace( '|\w+://|', '', $credentials['hostname'] ); //Strip any schemes off |
@@ -22,8 +22,8 @@ discard block |
||
22 | 22 | <a href="javascript:void(0)" class="show_field_custom_html frmbutton button frm_insert_code <?php echo is_array( $sname ) ? 'frm_help' : ''; ?>" data-code="<?php echo esc_attr( $skey ) ?>" <?php echo is_array( $sname ) ? 'title="' . esc_attr( $sname['title'] ) . '"' : ''; ?>><?php echo is_array( $sname ) ? $sname['label'] : $sname; ?></a> |
23 | 23 | </li> |
24 | 24 | <?php |
25 | - $col = ($col == 'one') ? 'two' : 'one'; |
|
26 | - unset($skey, $sname); |
|
25 | + $col = ( $col == 'one' ) ? 'two' : 'one'; |
|
26 | + unset( $skey, $sname ); |
|
27 | 27 | } |
28 | 28 | ?> |
29 | 29 | </ul> |
@@ -36,18 +36,18 @@ discard block |
||
36 | 36 | 'form_key' => __( 'Form Key', 'formidable' ), 'deletelink' => __( 'Delete Entry Link', 'formidable' ), |
37 | 37 | ) as $skey => $sname ) { ?> |
38 | 38 | <li class="frm_col_<?php echo esc_attr( $col ) ?>"> |
39 | - <a href="javascript:void(0)" class="show_before_html show_after_html frmbutton button frm_insert_code" data-code="<?php echo esc_attr($skey) ?>"><?php echo esc_html( $sname ); ?></a> |
|
39 | + <a href="javascript:void(0)" class="show_before_html show_after_html frmbutton button frm_insert_code" data-code="<?php echo esc_attr( $skey ) ?>"><?php echo esc_html( $sname ); ?></a> |
|
40 | 40 | </li> |
41 | 41 | <?php |
42 | - $col = ($col == 'one') ? 'two' : 'one'; |
|
42 | + $col = ( $col == 'one' ) ? 'two' : 'one'; |
|
43 | 43 | } |
44 | 44 | |
45 | 45 | foreach ( array( 'button_label' => __( 'Button Label', 'formidable' ), 'button_action' => __( 'Button Hook', 'formidable' ) ) as $skey => $sname ) { ?> |
46 | 46 | <li class="frm_col_<?php echo esc_attr( $col ) ?>"> |
47 | - <a href="javascript:void(0)" class="show_submit_html frmbutton button frm_insert_code" data-code="<?php echo esc_attr($skey) ?>"><?php echo esc_html( $sname ); ?></a> |
|
47 | + <a href="javascript:void(0)" class="show_submit_html frmbutton button frm_insert_code" data-code="<?php echo esc_attr( $skey ) ?>"><?php echo esc_html( $sname ); ?></a> |
|
48 | 48 | </li> |
49 | 49 | <?php |
50 | - $col = ($col == 'one') ? 'two' : 'one'; |
|
50 | + $col = ( $col == 'one' ) ? 'two' : 'one'; |
|
51 | 51 | } ?> |
52 | 52 | </ul> |
53 | 53 | </div> |
@@ -1,53 +1,53 @@ |
||
1 | 1 | <div id="frm-html-tags" class="tabs-panel"> |
2 | 2 | <ul class="frm_code_list"> |
3 | 3 | <?php |
4 | - $col = 'one'; |
|
5 | - $entry_shortcodes = array( |
|
6 | - 'id' => __( 'Field ID', 'formidable' ), |
|
7 | - 'key' => __( 'Field Key', 'formidable' ), |
|
8 | - 'field_name' => __( 'Field Name', 'formidable' ), |
|
9 | - 'description' => __( 'Field Description', 'formidable' ), |
|
10 | - 'label_position' => __( 'Label Position', 'formidable' ), |
|
11 | - 'required_label' => __( 'Required Label', 'formidable' ), |
|
12 | - 'input' => __( 'Input Field', 'formidable' ), |
|
4 | + $col = 'one'; |
|
5 | + $entry_shortcodes = array( |
|
6 | + 'id' => __( 'Field ID', 'formidable' ), |
|
7 | + 'key' => __( 'Field Key', 'formidable' ), |
|
8 | + 'field_name' => __( 'Field Name', 'formidable' ), |
|
9 | + 'description' => __( 'Field Description', 'formidable' ), |
|
10 | + 'label_position' => __( 'Label Position', 'formidable' ), |
|
11 | + 'required_label' => __( 'Required Label', 'formidable' ), |
|
12 | + 'input' => __( 'Input Field', 'formidable' ), |
|
13 | 13 | 'input opt=1' => array( 'label' => __( 'Single Option', 'formidable' ), 'title' => __( 'Show a single radio or checkbox option by replacing 1 with the order of the option', 'formidable' ) ), |
14 | - 'input label=0' => __( 'Hide Option Label', 'formidable' ), |
|
14 | + 'input label=0' => __( 'Hide Option Label', 'formidable' ), |
|
15 | 15 | 'required_class' => array( 'label' => __( 'Required Class', 'formidable' ), 'title' => __( 'Add class name if field is required', 'formidable' ) ), |
16 | 16 | 'error_class' => array( 'label' => __( 'Error Class', 'formidable' ), 'title' => __( 'Add class name if field has an error on form submit', 'formidable' ) ), |
17 | - ); |
|
17 | + ); |
|
18 | 18 | |
19 | 19 | foreach ( $entry_shortcodes as $skey => $sname ) { |
20 | - ?> |
|
20 | + ?> |
|
21 | 21 | <li class="frm_col_<?php echo esc_attr( $col ) ?>"> |
22 | 22 | <a href="javascript:void(0)" class="show_field_custom_html frmbutton button frm_insert_code <?php echo is_array( $sname ) ? 'frm_help' : ''; ?>" data-code="<?php echo esc_attr( $skey ) ?>" <?php echo is_array( $sname ) ? 'title="' . esc_attr( $sname['title'] ) . '"' : ''; ?>><?php echo is_array( $sname ) ? $sname['label'] : $sname; ?></a> |
23 | 23 | </li> |
24 | 24 | <?php |
25 | - $col = ($col == 'one') ? 'two' : 'one'; |
|
26 | - unset($skey, $sname); |
|
27 | - } |
|
28 | - ?> |
|
25 | + $col = ($col == 'one') ? 'two' : 'one'; |
|
26 | + unset($skey, $sname); |
|
27 | + } |
|
28 | + ?> |
|
29 | 29 | </ul> |
30 | 30 | |
31 | 31 | <ul class="frm_code_list frm_clear"> |
32 | 32 | <?php |
33 | - $col = 'one'; |
|
33 | + $col = 'one'; |
|
34 | 34 | foreach ( array( |
35 | - 'form_name' => __( 'Form Name', 'formidable' ), 'form_description' => __( 'Form Description', 'formidable' ), |
|
36 | - 'form_key' => __( 'Form Key', 'formidable' ), 'deletelink' => __( 'Delete Entry Link', 'formidable' ), |
|
35 | + 'form_name' => __( 'Form Name', 'formidable' ), 'form_description' => __( 'Form Description', 'formidable' ), |
|
36 | + 'form_key' => __( 'Form Key', 'formidable' ), 'deletelink' => __( 'Delete Entry Link', 'formidable' ), |
|
37 | 37 | ) as $skey => $sname ) { ?> |
38 | 38 | <li class="frm_col_<?php echo esc_attr( $col ) ?>"> |
39 | 39 | <a href="javascript:void(0)" class="show_before_html show_after_html frmbutton button frm_insert_code" data-code="<?php echo esc_attr($skey) ?>"><?php echo esc_html( $sname ); ?></a> |
40 | 40 | </li> |
41 | 41 | <?php |
42 | - $col = ($col == 'one') ? 'two' : 'one'; |
|
43 | - } |
|
42 | + $col = ($col == 'one') ? 'two' : 'one'; |
|
43 | + } |
|
44 | 44 | |
45 | - foreach ( array( 'button_label' => __( 'Button Label', 'formidable' ), 'button_action' => __( 'Button Hook', 'formidable' ) ) as $skey => $sname ) { ?> |
|
45 | + foreach ( array( 'button_label' => __( 'Button Label', 'formidable' ), 'button_action' => __( 'Button Hook', 'formidable' ) ) as $skey => $sname ) { ?> |
|
46 | 46 | <li class="frm_col_<?php echo esc_attr( $col ) ?>"> |
47 | 47 | <a href="javascript:void(0)" class="show_submit_html frmbutton button frm_insert_code" data-code="<?php echo esc_attr($skey) ?>"><?php echo esc_html( $sname ); ?></a> |
48 | 48 | </li> |
49 | 49 | <?php |
50 | - $col = ($col == 'one') ? 'two' : 'one'; |
|
51 | - } ?> |
|
50 | + $col = ($col == 'one') ? 'two' : 'one'; |
|
51 | + } ?> |
|
52 | 52 | </ul> |
53 | 53 | </div> |
@@ -1,10 +1,10 @@ discard block |
||
1 | 1 | <div class="field-group field-group-background clearfix frm-first-row"> |
2 | 2 | <label><?php _e( 'Color', 'formidable' ) ?></label> |
3 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name('label_color') ) ?>" id="frm_label_color" class="hex" value="<?php echo esc_attr( $style->post_content['label_color'] ) ?>" /> |
|
3 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'label_color' ) ) ?>" id="frm_label_color" class="hex" value="<?php echo esc_attr( $style->post_content['label_color'] ) ?>" /> |
|
4 | 4 | </div> |
5 | 5 | <div class="field-group clearfix frm-first-row"> |
6 | 6 | <label><?php _e( 'Weight', 'formidable' ) ?></label> |
7 | - <select name="<?php echo esc_attr( $frm_style->get_field_name('weight') ) ?>" id="frm_weight"> |
|
7 | + <select name="<?php echo esc_attr( $frm_style->get_field_name( 'weight' ) ) ?>" id="frm_weight"> |
|
8 | 8 | <?php foreach ( FrmStyle::get_bold_options() as $value => $name ) { ?> |
9 | 9 | <option value="<?php echo esc_attr( $value ) ?>" <?php selected( $style->post_content['weight'], $value ) ?>><?php echo esc_html( $name ) ?></option> |
10 | 10 | <?php } ?> |
@@ -12,45 +12,45 @@ discard block |
||
12 | 12 | </div> |
13 | 13 | <div class="field-group clearfix frm-first-row"> |
14 | 14 | <label><?php _e( 'Size', 'formidable' ) ?></label> |
15 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name('font_size') ) ?>" id="frm_font_size" value="<?php echo esc_attr($style->post_content['font_size']) ?>" size="3" /> |
|
15 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'font_size' ) ) ?>" id="frm_font_size" value="<?php echo esc_attr( $style->post_content['font_size'] ) ?>" size="3" /> |
|
16 | 16 | </div> |
17 | 17 | |
18 | 18 | <div class="field-group clearfix frm_clear"> |
19 | 19 | <label><?php _e( 'Position', 'formidable' ) ?></label> |
20 | - <select name="<?php echo esc_attr( $frm_style->get_field_name('position') ) ?>" id="frm_position"> |
|
20 | + <select name="<?php echo esc_attr( $frm_style->get_field_name( 'position' ) ) ?>" id="frm_position"> |
|
21 | 21 | <?php foreach ( array( 'none' => __( 'top', 'formidable' ), 'left' => __( 'left', 'formidable' ), 'right' => __( 'right', 'formidable' ), 'no_label' => __( 'none', 'formidable' ) ) as $pos => $pos_label ) { ?> |
22 | - <option value="<?php echo esc_attr( $pos ) ?>" <?php selected($style->post_content['position'], $pos) ?>><?php echo esc_html( $pos_label ) ?></option> |
|
22 | + <option value="<?php echo esc_attr( $pos ) ?>" <?php selected( $style->post_content['position'], $pos ) ?>><?php echo esc_html( $pos_label ) ?></option> |
|
23 | 23 | <?php } ?> |
24 | 24 | </select> |
25 | 25 | </div> |
26 | 26 | |
27 | 27 | <div class="field-group clearfix"> |
28 | 28 | <label><?php _e( 'Align', 'formidable' ) ?></label> |
29 | - <select name="<?php echo esc_attr( $frm_style->get_field_name('align') ) ?>" id="frm_align"> |
|
30 | - <option value="left" <?php selected($style->post_content['align'], 'left') ?>><?php _e( 'left', 'formidable' ) ?></option> |
|
31 | - <option value="right" <?php selected($style->post_content['align'], 'right') ?>><?php _e( 'right', 'formidable' ) ?></option> |
|
29 | + <select name="<?php echo esc_attr( $frm_style->get_field_name( 'align' ) ) ?>" id="frm_align"> |
|
30 | + <option value="left" <?php selected( $style->post_content['align'], 'left' ) ?>><?php _e( 'left', 'formidable' ) ?></option> |
|
31 | + <option value="right" <?php selected( $style->post_content['align'], 'right' ) ?>><?php _e( 'right', 'formidable' ) ?></option> |
|
32 | 32 | </select> |
33 | 33 | </div> |
34 | 34 | |
35 | 35 | <div class="field-group clearfix"> |
36 | 36 | <label><?php _e( 'Width', 'formidable' ) ?></label> |
37 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name('width') ) ?>" id="frm_width" value="<?php echo esc_attr( $style->post_content['width'] ) ?>" /> |
|
37 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'width' ) ) ?>" id="frm_width" value="<?php echo esc_attr( $style->post_content['width'] ) ?>" /> |
|
38 | 38 | </div> |
39 | 39 | |
40 | 40 | <div class="field-group clearfix frm_clear"> |
41 | 41 | <label><?php _e( 'Padding', 'formidable' ) ?></label> |
42 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name('label_padding') ) ?>" id="frm_label_padding" value="<?php echo esc_attr( $style->post_content['label_padding'] ) ?>" /> |
|
42 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'label_padding' ) ) ?>" id="frm_label_padding" value="<?php echo esc_attr( $style->post_content['label_padding'] ) ?>" /> |
|
43 | 43 | </div> |
44 | 44 | |
45 | 45 | <div class="clear"></div> |
46 | 46 | <h3><?php _e( 'Required Indicator', 'formidable' ) ?></h3> |
47 | 47 | <div class="field-group field-group-border clearfix after-h3"> |
48 | 48 | <label class="background"><?php _e( 'Color', 'formidable' ) ?></label> |
49 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name('required_color') ) ?>" id="frm_required_color" class="hex" value="<?php echo esc_attr( $style->post_content['required_color'] ) ?>" /> |
|
49 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'required_color' ) ) ?>" id="frm_required_color" class="hex" value="<?php echo esc_attr( $style->post_content['required_color'] ) ?>" /> |
|
50 | 50 | </div> |
51 | 51 | <div class="field-group clearfix after-h3"> |
52 | 52 | <label><?php _e( 'Weight', 'formidable' ) ?></label> |
53 | - <select name="<?php echo esc_attr( $frm_style->get_field_name('required_weight') ) ?>" id="frm_required_weight"> |
|
53 | + <select name="<?php echo esc_attr( $frm_style->get_field_name( 'required_weight' ) ) ?>" id="frm_required_weight"> |
|
54 | 54 | <?php foreach ( FrmStyle::get_bold_options() as $value => $name ) { ?> |
55 | 55 | <option value="<?php echo esc_attr( $value ) ?>" <?php selected( $style->post_content['required_weight'], $value ) ?>><?php echo esc_html( $name ) ?></option> |
56 | 56 | <?php } ?> |
@@ -1,7 +1,7 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | if ( ! $item_ids ) { |
4 | - return; |
|
4 | + return; |
|
5 | 5 | } |
6 | 6 | |
7 | 7 | global $wp_query; |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | } |
66 | 66 | |
67 | 67 | if ( empty( $taxonomies ) ) { |
68 | - return; |
|
68 | + return; |
|
69 | 69 | } |
70 | 70 | |
71 | 71 | global $frm_inc_tax; |
@@ -75,18 +75,18 @@ discard block |
||
75 | 75 | |
76 | 76 | foreach ( (array) $terms as $term ) { |
77 | 77 | if ( in_array( $term->term_id, $frm_inc_tax ) ) { |
78 | - return; |
|
78 | + return; |
|
79 | 79 | } |
80 | 80 | |
81 | - $frm_inc_tax[] = $term->term_id; |
|
82 | - $label = ($term->taxonomy == 'category' || $term->taxonomy == 'tag') ? $term->taxonomy : 'term'; ?> |
|
81 | + $frm_inc_tax[] = $term->term_id; |
|
82 | + $label = ($term->taxonomy == 'category' || $term->taxonomy == 'tag') ? $term->taxonomy : 'term'; ?> |
|
83 | 83 | <term><term_id><?php echo esc_html( $term->term_id ) ?></term_id><term_taxonomy><?php echo esc_html( $term->taxonomy ); ?></term_taxonomy><?php |
84 | - if ( ! empty( $term->name ) ) { |
|
85 | - echo '<term_name>' . FrmXMLHelper::cdata( $term->name ) . '</term_name>'; |
|
86 | - } |
|
87 | - if ( ! empty( $term->description ) ) { |
|
88 | - ?><term_description><?php echo FrmXMLHelper::cdata( $term->description ) ?></term_description><?php |
|
89 | - } |
|
90 | - ?><term_slug><?php echo esc_html( $term->slug ); ?></term_slug></term> |
|
84 | + if ( ! empty( $term->name ) ) { |
|
85 | + echo '<term_name>' . FrmXMLHelper::cdata( $term->name ) . '</term_name>'; |
|
86 | + } |
|
87 | + if ( ! empty( $term->description ) ) { |
|
88 | + ?><term_description><?php echo FrmXMLHelper::cdata( $term->description ) ?></term_description><?php |
|
89 | + } |
|
90 | + ?><term_slug><?php echo esc_html( $term->slug ); ?></term_slug></term> |
|
91 | 91 | <?php |
92 | 92 | } |
@@ -79,7 +79,7 @@ |
||
79 | 79 | } |
80 | 80 | |
81 | 81 | $frm_inc_tax[] = $term->term_id; |
82 | - $label = ($term->taxonomy == 'category' || $term->taxonomy == 'tag') ? $term->taxonomy : 'term'; ?> |
|
82 | + $label = ( $term->taxonomy == 'category' || $term->taxonomy == 'tag' ) ? $term->taxonomy : 'term'; ?> |
|
83 | 83 | <term><term_id><?php echo esc_html( $term->term_id ) ?></term_id><term_taxonomy><?php echo esc_html( $term->taxonomy ); ?></term_taxonomy><?php |
84 | 84 | if ( ! empty( $term->name ) ) { |
85 | 85 | echo '<term_name>' . FrmXMLHelper::cdata( $term->name ) . '</term_name>'; |
@@ -1,10 +1,10 @@ discard block |
||
1 | 1 | <div class="field-group field-group-background clearfix frm-first-row"> |
2 | 2 | <label><?php _e( 'Color', 'formidable' ) ?></label> |
3 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name('description_color') ) ?>" id="frm_description_color" class="hex" value="<?php echo esc_attr( $style->post_content['description_color'] ) ?>" /> |
|
3 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'description_color' ) ) ?>" id="frm_description_color" class="hex" value="<?php echo esc_attr( $style->post_content['description_color'] ) ?>" /> |
|
4 | 4 | </div> |
5 | 5 | <div class="field-group clearfix frm-first-row"> |
6 | 6 | <label><?php _e( 'Weight', 'formidable' ) ?></label> |
7 | - <select name="<?php echo esc_attr( $frm_style->get_field_name('description_weight') ) ?>" id="frm_description_weight"> |
|
7 | + <select name="<?php echo esc_attr( $frm_style->get_field_name( 'description_weight' ) ) ?>" id="frm_description_weight"> |
|
8 | 8 | <?php foreach ( FrmStyle::get_bold_options() as $value => $name ) { ?> |
9 | 9 | <option value="<?php echo esc_attr( $value ) ?>" <?php selected( $style->post_content['description_weight'], $value ) ?>><?php echo esc_html( $name ) ?></option> |
10 | 10 | <?php } ?> |
@@ -12,25 +12,25 @@ discard block |
||
12 | 12 | </div> |
13 | 13 | <div class="field-group clearfix frm-first-row"> |
14 | 14 | <label><?php _e( 'Style', 'formidable' ) ?></label> |
15 | - <select name="<?php echo esc_attr( $frm_style->get_field_name('description_style') ) ?>" id="frm_description_style"> |
|
16 | - <option value="normal" <?php selected($style->post_content['description_style'], 'normal') ?>><?php _e( 'normal', 'formidable' ) ?></option> |
|
17 | - <option value="italic" <?php selected($style->post_content['description_style'], 'italic') ?>><?php _e( 'italic', 'formidable' ) ?></option> |
|
15 | + <select name="<?php echo esc_attr( $frm_style->get_field_name( 'description_style' ) ) ?>" id="frm_description_style"> |
|
16 | + <option value="normal" <?php selected( $style->post_content['description_style'], 'normal' ) ?>><?php _e( 'normal', 'formidable' ) ?></option> |
|
17 | + <option value="italic" <?php selected( $style->post_content['description_style'], 'italic' ) ?>><?php _e( 'italic', 'formidable' ) ?></option> |
|
18 | 18 | </select> |
19 | 19 | </div> |
20 | 20 | |
21 | 21 | <div class="field-group clearfix"> |
22 | 22 | <label><?php _e( 'Size', 'formidable' ) ?></label> |
23 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name('description_font_size') ) ?>" id="frm_description_font_size" value="<?php echo esc_attr( $style->post_content['description_font_size'] ) ?>" size="3" /> |
|
23 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'description_font_size' ) ) ?>" id="frm_description_font_size" value="<?php echo esc_attr( $style->post_content['description_font_size'] ) ?>" size="3" /> |
|
24 | 24 | </div> |
25 | 25 | <div class="field-group clearfix"> |
26 | 26 | <label><?php _e( 'Align', 'formidable' ) ?></label> |
27 | - <select name="<?php echo esc_attr( $frm_style->get_field_name('description_align') ) ?>" id="frm_description_align"> |
|
28 | - <option value="left" <?php selected($style->post_content['description_align'], 'left') ?>><?php _e( 'left', 'formidable' ) ?></option> |
|
29 | - <option value="right" <?php selected($style->post_content['description_align'], 'right') ?>><?php _e( 'right', 'formidable' ) ?></option> |
|
27 | + <select name="<?php echo esc_attr( $frm_style->get_field_name( 'description_align' ) ) ?>" id="frm_description_align"> |
|
28 | + <option value="left" <?php selected( $style->post_content['description_align'], 'left' ) ?>><?php _e( 'left', 'formidable' ) ?></option> |
|
29 | + <option value="right" <?php selected( $style->post_content['description_align'], 'right' ) ?>><?php _e( 'right', 'formidable' ) ?></option> |
|
30 | 30 | </select> |
31 | 31 | </div> |
32 | 32 | <div class="field-group clearfix"> |
33 | 33 | <label><?php _e( 'Margin', 'formidable' ) ?></label> |
34 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name('description_margin') ) ?>" id="frm_description_margin" value="<?php echo esc_attr( $style->post_content['description_margin'] ) ?>" size="3" /> |
|
34 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'description_margin' ) ) ?>" id="frm_description_margin" value="<?php echo esc_attr( $style->post_content['description_margin'] ) ?>" size="3" /> |
|
35 | 35 | </div> |
36 | 36 | <div class="clear"></div> |