Version Description
Download this release
Release Info
Developer | rilwis |
Plugin | Meta Box |
Version | 4.18.2 |
Comparing to | |
See all releases |
Code changes from version 4.18.1 to 4.18.2
- inc/about/css/about.css +28 -45
- inc/about/sections/extensions.php +13 -239
- inc/about/sections/getting-started.php +2 -2
- inc/about/sections/support.php +1 -1
- inc/fields/media.php +33 -3
- inc/loader.php +1 -1
- js/map.js +3 -2
- js/media.js +5 -20
- js/osm.js +4 -3
- meta-box.php +1 -1
- readme.txt +2 -2
inc/about/css/about.css
CHANGED
@@ -24,19 +24,6 @@
|
|
24 |
margin-top: 60px;
|
25 |
}
|
26 |
|
27 |
-
.feature-section.two-col {
|
28 |
-
align-items: flex-start;
|
29 |
-
}
|
30 |
-
|
31 |
-
.feature-section.two-col h3:not(:first-child) {
|
32 |
-
margin-top: 3em;
|
33 |
-
}
|
34 |
-
|
35 |
-
.feature-section img {
|
36 |
-
display: block;
|
37 |
-
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
|
38 |
-
}
|
39 |
-
|
40 |
.nav-tab-active:focus {
|
41 |
box-shadow: none;
|
42 |
}
|
@@ -49,19 +36,34 @@
|
|
49 |
display: block;
|
50 |
}
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
.screenshot {
|
53 |
display: block;
|
54 |
margin: 3em auto;
|
55 |
}
|
|
|
|
|
|
|
56 |
.col ul {
|
57 |
font-size: 14px;
|
58 |
margin: 2em 0;
|
59 |
}
|
60 |
-
|
61 |
.col li a {
|
62 |
text-decoration: none;
|
63 |
}
|
64 |
-
|
65 |
.col .dashicons {
|
66 |
color: #82878c;
|
67 |
padding-right: 5px;
|
@@ -70,11 +72,15 @@
|
|
70 |
}
|
71 |
|
72 |
/* Extensions tab */
|
73 |
-
.
|
74 |
margin-top: 40px;
|
|
|
|
|
|
|
75 |
}
|
76 |
-
.
|
77 |
-
|
|
|
78 |
}
|
79 |
.extension-inner {
|
80 |
display: flex;
|
@@ -105,38 +111,15 @@
|
|
105 |
}
|
106 |
|
107 |
/* Extensions tab: 2 columns */
|
108 |
-
.extension {
|
109 |
-
margin-bottom: 4%;
|
110 |
-
}
|
111 |
@media (min-width: 768px) {
|
112 |
.extension {
|
113 |
-
|
114 |
-
width: 47.5%;
|
115 |
-
margin: 0 4% 4% 0;
|
116 |
-
}
|
117 |
-
.extension:nth-child(2n) {
|
118 |
-
margin-right: 0;
|
119 |
-
}
|
120 |
-
.extension:nth-child(2n+1) {
|
121 |
-
clear: left;
|
122 |
}
|
123 |
}
|
124 |
-
/* For large screen:
|
125 |
-
@media (min-width:
|
126 |
.extension {
|
127 |
-
width:
|
128 |
-
}
|
129 |
-
.extension:nth-child(2n) {
|
130 |
-
margin-right: 4%;
|
131 |
-
}
|
132 |
-
.extension:nth-child(2n+1) {
|
133 |
-
clear: none;
|
134 |
-
}
|
135 |
-
.extension:nth-child(3n) {
|
136 |
-
margin-right: 0;
|
137 |
-
}
|
138 |
-
.extension:nth-child(3n+1) {
|
139 |
-
clear: left;
|
140 |
}
|
141 |
}
|
142 |
|
24 |
margin-top: 60px;
|
25 |
}
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
.nav-tab-active:focus {
|
28 |
box-shadow: none;
|
29 |
}
|
36 |
display: block;
|
37 |
}
|
38 |
|
39 |
+
.two {
|
40 |
+
margin-top: 15px;
|
41 |
+
display: flex;
|
42 |
+
}
|
43 |
+
.two .col + .col {
|
44 |
+
margin-left: 40px;
|
45 |
+
}
|
46 |
+
.two h3:not(:first-child) {
|
47 |
+
margin-top: 3em;
|
48 |
+
}
|
49 |
+
.two img {
|
50 |
+
display: block;
|
51 |
+
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
|
52 |
+
}
|
53 |
.screenshot {
|
54 |
display: block;
|
55 |
margin: 3em auto;
|
56 |
}
|
57 |
+
.col {
|
58 |
+
flex: 1;
|
59 |
+
}
|
60 |
.col ul {
|
61 |
font-size: 14px;
|
62 |
margin: 2em 0;
|
63 |
}
|
|
|
64 |
.col li a {
|
65 |
text-decoration: none;
|
66 |
}
|
|
|
67 |
.col .dashicons {
|
68 |
color: #82878c;
|
69 |
padding-right: 5px;
|
72 |
}
|
73 |
|
74 |
/* Extensions tab */
|
75 |
+
.extensions {
|
76 |
margin-top: 40px;
|
77 |
+
display: flex;
|
78 |
+
justify-content: space-between;
|
79 |
+
flex-wrap: wrap;
|
80 |
}
|
81 |
+
.extension {
|
82 |
+
width: 100%;
|
83 |
+
margin-bottom: 20px;
|
84 |
}
|
85 |
.extension-inner {
|
86 |
display: flex;
|
111 |
}
|
112 |
|
113 |
/* Extensions tab: 2 columns */
|
|
|
|
|
|
|
114 |
@media (min-width: 768px) {
|
115 |
.extension {
|
116 |
+
width: 49%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
}
|
118 |
}
|
119 |
+
/* For large screen: 3 columns */
|
120 |
+
@media (min-width: 1440px) {
|
121 |
.extension {
|
122 |
+
width: 32%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
}
|
124 |
}
|
125 |
|
inc/about/sections/extensions.php
CHANGED
@@ -8,31 +8,32 @@
|
|
8 |
?>
|
9 |
<div id="extensions" class="gt-tab-pane">
|
10 |
<p class="about-description">
|
11 |
-
<?php esc_html_e( 'Extend custom fields in WordPress well beyond what others would ever consider ordinary!
|
|
|
12 |
</p>
|
13 |
<div class="extensions wp-clearfix">
|
14 |
<div class="extension">
|
15 |
<div class="extension-inner">
|
16 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="
|
17 |
<div class="extension-info">
|
18 |
-
<h3>
|
19 |
-
<p><?php esc_html_e( '
|
20 |
</div>
|
21 |
</div>
|
22 |
<div class="extension-action">
|
23 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/
|
24 |
</div>
|
25 |
</div>
|
26 |
<div class="extension">
|
27 |
<div class="extension-inner">
|
28 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="
|
29 |
<div class="extension-info">
|
30 |
-
<h3>
|
31 |
-
<p><?php esc_html_e( '
|
32 |
</div>
|
33 |
</div>
|
34 |
<div class="extension-action">
|
35 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/
|
36 |
</div>
|
37 |
</div>
|
38 |
<div class="extension">
|
@@ -71,30 +72,6 @@
|
|
71 |
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-conditional-logic/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
72 |
</div>
|
73 |
</div>
|
74 |
-
<div class="extension">
|
75 |
-
<div class="extension-inner">
|
76 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1703 478q40 57 18 129l-275 906q-19 64-76.5 107.5t-122.5 43.5h-923q-77 0-148.5-53.5t-99.5-131.5q-24-67-2-127 0-4 3-27t4-37q1-8-3-21.5t-3-19.5q2-11 8-21t16.5-23.5 16.5-23.5q23-38 45-91.5t30-91.5q3-10 .5-30t-.5-28q3-11 17-28t17-23q21-36 42-92t25-90q1-9-2.5-32t.5-28q4-13 22-30.5t22-22.5q19-26 42.5-84.5t27.5-96.5q1-8-3-25.5t-2-26.5q2-8 9-18t18-23 17-21q8-12 16.5-30.5t15-35 16-36 19.5-32 26.5-23.5 36-11.5 47.5 5.5l-1 3q38-9 51-9h761q74 0 114 56t18 130l-274 906q-36 119-71.5 153.5t-128.5 34.5h-869q-27 0-38 15-11 16-1 43 24 70 144 70h923q29 0 56-15.5t35-41.5l300-987q7-22 5-57 38 15 59 43zm-1064 2q-4 13 2 22.5t20 9.5h608q13 0 25.5-9.5t16.5-22.5l21-64q4-13-2-22.5t-20-9.5h-608q-13 0-25.5 9.5t-16.5 22.5zm-83 256q-4 13 2 22.5t20 9.5h608q13 0 25.5-9.5t16.5-22.5l21-64q4-13-2-22.5t-20-9.5h-608q-13 0-25.5 9.5t-16.5 22.5z" /></svg>
|
77 |
-
<div class="extension-info">
|
78 |
-
<h3>MB Term Meta</h3>
|
79 |
-
<p><?php esc_html_e( 'Easily add custom fields to categories, tags or any custom taxonomy.', 'meta-box' ); ?></p>
|
80 |
-
</div>
|
81 |
-
</div>
|
82 |
-
<div class="extension-action">
|
83 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-term-meta/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
84 |
-
</div>
|
85 |
-
</div>
|
86 |
-
<div class="extension">
|
87 |
-
<div class="extension-inner">
|
88 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1536 1399q0 109-62.5 187t-150.5 78h-854q-88 0-150.5-78t-62.5-187q0-85 8.5-160.5t31.5-152 58.5-131 94-89 134.5-34.5q131 128 313 128t313-128q76 0 134.5 34.5t94 89 58.5 131 31.5 152 8.5 160.5zm-256-887q0 159-112.5 271.5t-271.5 112.5-271.5-112.5-112.5-271.5 112.5-271.5 271.5-112.5 271.5 112.5 112.5 271.5z" /></svg>
|
89 |
-
<div class="extension-info">
|
90 |
-
<h3>MB User Meta</h3>
|
91 |
-
<p><?php esc_html_e( 'Add custom fields to user profile (user meta) quickly with simple syntax.', 'meta-box' ); ?></p>
|
92 |
-
</div>
|
93 |
-
</div>
|
94 |
-
<div class="extension-action">
|
95 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-user-meta/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
96 |
-
</div>
|
97 |
-
</div>
|
98 |
<div class="extension">
|
99 |
<div class="extension-inner">
|
100 |
<svg viewBox="0 0 2048 1792" xmlns="http://www.w3.org/2000/svg"><path d="M657 896q-162 5-265 128h-134q-82 0-138-40.5t-56-118.5q0-353 124-353 6 0 43.5 21t97.5 42.5 119 21.5q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5h-874q-121 0-194-69.5t-73-189.5q0-53 3.5-103.5t14-109 26.5-108.5 43-97.5 62-81 85.5-53.5 111.5-20q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zm-1024-1277q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm704 384q0 159-112.5 271.5t-271.5 112.5-271.5-112.5-112.5-271.5 112.5-271.5 271.5-112.5 271.5 112.5 112.5 271.5zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z" /></svg>
|
@@ -119,233 +96,30 @@
|
|
119 |
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-frontend-submission/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
120 |
</div>
|
121 |
</div>
|
122 |
-
<div class="extension">
|
123 |
-
<div class="extension-inner">
|
124 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1600 1312v-704q0-40-28-68t-68-28h-704q-40 0-68-28t-28-68v-64q0-40-28-68t-68-28h-320q-40 0-68 28t-28 68v960q0 40 28 68t68 28h1216q40 0 68-28t28-68zm128-704v704q0 92-66 158t-158 66h-1216q-92 0-158-66t-66-158v-960q0-92 66-158t158-66h320q92 0 158 66t66 158v32h672q92 0 158 66t66 158z" /></svg>
|
125 |
-
<div class="extension-info">
|
126 |
-
<h3>Meta Box Tabs</h3>
|
127 |
-
<p><?php esc_html_e( 'Add as many custom fields as you want and organize them into tabs.', 'meta-box' ); ?></p>
|
128 |
-
</div>
|
129 |
-
</div>
|
130 |
-
<div class="extension-action">
|
131 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-tabs/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
132 |
-
</div>
|
133 |
-
</div>
|
134 |
<div class="extension">
|
135 |
<div class="extension-inner">
|
136 |
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1376v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm128-320v1088q0 66-47 113t-113 47h-1344q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1344q66 0 113 47t47 113z" /></svg>
|
137 |
<div class="extension-info">
|
138 |
<h3>MB Custom Table</h3>
|
139 |
-
<p><?php esc_html_e( 'Save custom fields data to custom table
|
140 |
</div>
|
141 |
</div>
|
142 |
<div class="extension-action">
|
143 |
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-custom-table/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
144 |
</div>
|
145 |
</div>
|
146 |
-
<div class="extension">
|
147 |
-
<div class="extension-inner">
|
148 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M672 1472q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-1152q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm640 128q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 0q0 52-26 96.5t-70 69.5q-2 287-226 414-67 38-203 81-128 40-169.5 71t-41.5 100v26q44 25 70 69.5t26 96.5q0 80-56 136t-136 56-136-56-56-136q0-52 26-96.5t70-69.5v-820q-44-25-70-69.5t-26-96.5q0-80 56-136t136-56 136 56 56 136q0 52-26 96.5t-70 69.5v497q54-26 154-57 55-17 87.5-29.5t70.5-31 59-39.5 40.5-51 28-69.5 8.5-91.5q-44-25-70-69.5t-26-96.5q0-80 56-136t136-56 136 56 56 136z" /></svg>
|
149 |
-
<div class="extension-info">
|
150 |
-
<h3>MB Rest API</h3>
|
151 |
-
<p><?php esc_html_e( 'Pull all meta value from posts, terms into the WP REST API responses.', 'meta-box' ); ?></p>
|
152 |
-
</div>
|
153 |
-
</div>
|
154 |
-
<div class="extension-action">
|
155 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-rest-api/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
156 |
-
</div>
|
157 |
-
</div>
|
158 |
<div class="extension">
|
159 |
<div class="extension-inner">
|
160 |
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1792 1184v192q0 13-9.5 22.5t-22.5 9.5h-1376v192q0 13-9.5 22.5t-22.5 9.5q-12 0-24-10l-319-320q-9-9-9-22 0-14 9-23l320-320q9-9 23-9 13 0 22.5 9.5t9.5 22.5v192h1376q13 0 22.5 9.5t9.5 22.5zm0-544q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5t-9.5-22.5v-192h-1376q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1376v-192q0-14 9-23t23-9q12 0 24 10l319 319q9 9 9 23z" /></svg>
|
161 |
<div class="extension-info">
|
162 |
<h3>MB Relationships</h3>
|
163 |
-
<p><?php esc_html_e( '
|
164 |
</div>
|
165 |
</div>
|
166 |
<div class="extension-action">
|
167 |
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-relationships/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
168 |
</div>
|
169 |
</div>
|
170 |
-
<div class="extension">
|
171 |
-
<div class="extension-inner">
|
172 |
-
<svg viewBox="0 0 2048 1792" xmlns="http://www.w3.org/2000/svg"><path d="M212 768l623 665-300-665h-323zm812 772l349-772h-698zm-486-900l204-384h-262l-288 384h346zm675 793l623-665h-323zm-530-793h682l-204-384h-274zm827 0h346l-288-384h-262zm141-486l384 512q14 18 13 41.5t-17 40.5l-960 1024q-18 20-47 20t-47-20l-960-1024q-16-17-17-40.5t13-41.5l384-512q18-26 51-26h1152q33 0 51 26z" /></svg>
|
173 |
-
<div class="extension-info">
|
174 |
-
<h3>Meta Box – FacetWP Integrator</h3>
|
175 |
-
<p><?php esc_html_e( 'Integrates Meta Box and FacetWP, makes custom fields searchable and filterable in the frontend.', 'meta-box' ); ?></p>
|
176 |
-
</div>
|
177 |
-
</div>
|
178 |
-
<div class="extension-action">
|
179 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-facetwp-integrator/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
180 |
-
</div>
|
181 |
-
</div>
|
182 |
-
<div class="extension">
|
183 |
-
<div class="extension-inner">
|
184 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1755 453q37 38 37 90.5t-37 90.5l-401 400 150 150-160 160q-163 163-389.5 186.5t-411.5-100.5l-362 362h-181v-181l362-362q-124-185-100.5-411.5t186.5-389.5l160-160 150 150 400-401q38-37 91-37t90 37 37 90.5-37 90.5l-400 401 234 234 401-400q38-37 91-37t90 37z" /></svg>
|
185 |
-
<div class="extension-info">
|
186 |
-
<h3>Meta Box – Beaver Themer Integrator</h3>
|
187 |
-
<p><?php esc_html_e( 'Select and show custom fields created by the Meta Box plugin in the Beaver Themer field connection.', 'meta-box' ); ?></p>
|
188 |
-
</div>
|
189 |
-
</div>
|
190 |
-
<div class="extension-action">
|
191 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-beaver-themer-integrator/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
192 |
-
</div>
|
193 |
-
</div>
|
194 |
-
<div class="extension">
|
195 |
-
<div class="extension-inner">
|
196 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1792 896q0 174-120 321.5t-326 233-450 85.5q-70 0-145-8-198 175-460 242-49 14-114 22-17 2-30.5-9t-17.5-29v-1q-3-4-.5-12t2-10 4.5-9.5l6-9 7-8.5 8-9q7-8 31-34.5t34.5-38 31-39.5 32.5-51 27-59 26-76q-157-89-247.5-220t-90.5-281q0-130 71-248.5t191-204.5 286-136.5 348-50.5q244 0 450 85.5t326 233 120 321.5z" /></svg>
|
197 |
-
<div class="extension-info">
|
198 |
-
<h3>MB Comment Meta</h3>
|
199 |
-
<p><?php esc_html_e( 'Add custom fields to comments in WordPress. Support all field types and options.', 'meta-box' ); ?></p>
|
200 |
-
</div>
|
201 |
-
</div>
|
202 |
-
<div class="extension-action">
|
203 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-comment-meta/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
204 |
-
</div>
|
205 |
-
</div>
|
206 |
-
<div class="extension">
|
207 |
-
<div class="extension-inner">
|
208 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1664 256v448q0 26-19 45t-45 19h-448q-42 0-59-40-17-39 14-69l138-138q-148-137-349-137-104 0-198.5 40.5t-163.5 109.5-109.5 163.5-40.5 198.5 40.5 198.5 109.5 163.5 163.5 109.5 198.5 40.5q119 0 225-52t179-147q7-10 23-12 15 0 25 9l137 138q9 8 9.5 20.5t-7.5 22.5q-109 132-264 204.5t-327 72.5q-156 0-298-61t-245-164-164-245-61-298 61-298 164-245 245-164 298-61q147 0 284.5 55.5t244.5 156.5l130-129q29-31 70-14 39 17 39 59z" /></svg>
|
209 |
-
<div class="extension-info">
|
210 |
-
<h3>MB Revision</h3>
|
211 |
-
<p><?php esc_html_e( 'Track changes of custom fields with WordPress revision. Save, compare, restore the changes easily.', 'meta-box' ); ?></p>
|
212 |
-
</div>
|
213 |
-
</div>
|
214 |
-
<div class="extension-action">
|
215 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-revision/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
216 |
-
</div>
|
217 |
-
</div>
|
218 |
-
<div class="extension">
|
219 |
-
<div class="extension-inner">
|
220 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1593 349l-640 1280q-17 35-57 35-5 0-15-2-22-5-35.5-22.5t-13.5-39.5v-576h-576q-22 0-39.5-13.5t-22.5-35.5 4-42 29-30l1280-640q13-7 29-7 27 0 45 19 15 14 18.5 34.5t-6.5 39.5z" /></svg>
|
221 |
-
<div class="extension-info">
|
222 |
-
<h3>Meta Box Geolocation</h3>
|
223 |
-
<p><?php esc_html_e( 'Automatically and instantly populate location data with the power of Google Maps Geolocation API.', 'meta-box' ); ?></p>
|
224 |
-
</div>
|
225 |
-
</div>
|
226 |
-
<div class="extension-action">
|
227 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-geolocation/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
228 |
-
</div>
|
229 |
-
</div>
|
230 |
-
<div class="extension">
|
231 |
-
<div class="extension-inner">
|
232 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1376v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm128-320v1088q0 66-47 113t-113 47h-1344q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1344q66 0 113 47t47 113z" /></svg>
|
233 |
-
<div class="extension-info">
|
234 |
-
<h3>MB Admin Columns</h3>
|
235 |
-
<p><?php esc_html_e( 'Display custom fields in table columns in admin screens for All Posts (types).', 'meta-box' ); ?></p>
|
236 |
-
</div>
|
237 |
-
</div>
|
238 |
-
<div class="extension-action">
|
239 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-admin-columns/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
240 |
-
</div>
|
241 |
-
</div>
|
242 |
-
<div class="extension">
|
243 |
-
<div class="extension-inner">
|
244 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M888 1184l116-116-152-152-116 116v56h96v96h56zm440-720q-16-16-33 1l-350 350q-17 17-1 33t33-1l350-350q17-17 1-33zm80 594v190q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-14 14-32 8-23-6-45-6h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-126q0-13 9-22l64-64q15-15 35-7t20 29zm-96-738l288 288-672 672h-288v-288zm444 132l-92 92-288-288 92-92q28-28 68-28t68 28l152 152q28 28 28 68t-28 68z" /></svg>
|
245 |
-
<div class="extension-info">
|
246 |
-
<h3>Meta Box for Yoast SEO</h3>
|
247 |
-
<p><?php esc_html_e( 'Add content of custom fields to Yoast SEO Content Analysis to have better/correct SEO score.', 'meta-box' ); ?></p>
|
248 |
-
</div>
|
249 |
-
</div>
|
250 |
-
<div class="extension-action">
|
251 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-yoast-seo/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
252 |
-
</div>
|
253 |
-
</div>
|
254 |
-
<div class="extension">
|
255 |
-
<div class="extension-inner">
|
256 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M491 1536l91-91-235-235-91 91v107h128v128h107zm523-928q0-22-22-22-10 0-17 7l-542 542q-7 7-7 17 0 22 22 22 10 0 17-7l542-542q7-7 7-17zm-54-192l416 416-832 832h-416v-416zm683 96q0 53-37 90l-166 166-416-416 166-165q36-38 90-38 53 0 91 38l235 234q37 39 37 91z" /></svg>
|
257 |
-
<div class="extension-info">
|
258 |
-
<h3>Meta Box Text Limiter</h3>
|
259 |
-
<p><?php esc_html_e( 'Limit the number of characters or words entered for text and textarea fields.', 'meta-box' ); ?></p>
|
260 |
-
</div>
|
261 |
-
</div>
|
262 |
-
<div class="extension-action">
|
263 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-text-limiter/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
264 |
-
</div>
|
265 |
-
</div>
|
266 |
-
<div class="extension">
|
267 |
-
<div class="extension-inner">
|
268 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1639 1056q0 5-1 7-64 268-268 434.5t-478 166.5q-146 0-282.5-55t-243.5-157l-129 129q-19 19-45 19t-45-19-19-45v-448q0-26 19-45t45-19h448q26 0 45 19t19 45-19 45l-137 137q71 66 161 102t187 36q134 0 250-65t186-179q11-17 53-117 8-23 30-23h192q13 0 22.5 9.5t9.5 22.5zm25-800v448q0 26-19 45t-45 19h-448q-26 0-45-19t-19-45 19-45l138-138q-148-137-349-137-134 0-250 65t-186 179q-11 17-53 117-8 23-30 23h-199q-13 0-22.5-9.5t-9.5-22.5v-7q65-268 270-434.5t480-166.5q146 0 284 55.5t245 156.5l130-129q19-19 45-19t45 19 19 45z" /></svg>
|
269 |
-
<div class="extension-info">
|
270 |
-
<h3>Meta Box Updater</h3>
|
271 |
-
<p><?php esc_html_e( 'Automatically updates all Meta Box extensions within the WordPress Admin area.', 'meta-box' ); ?></p>
|
272 |
-
</div>
|
273 |
-
</div>
|
274 |
-
<div class="extension-action">
|
275 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-updater/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
276 |
-
</div>
|
277 |
-
</div>
|
278 |
-
<div class="extension">
|
279 |
-
<div class="extension-inner">
|
280 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1596 476q14 14 28 36h-472v-472q22 14 36 28zm-476 164h544v1056q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h800v544q0 40 28 68t68 28zm160 736v-64q0-14-9-23t-23-9h-704q-14 0-23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-704q-14 0-23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-704q-14 0-23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23-9t9-23z" /></svg>
|
281 |
-
<div class="extension-info">
|
282 |
-
<h3>Meta Box Template</h3>
|
283 |
-
<p><?php esc_html_e( 'Define custom meta boxes and custom fields easier with templates.', 'meta-box' ); ?></p>
|
284 |
-
</div>
|
285 |
-
</div>
|
286 |
-
<div class="extension-action">
|
287 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-template/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
288 |
-
</div>
|
289 |
-
</div>
|
290 |
-
<div class="extension">
|
291 |
-
<div class="extension-inner">
|
292 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1152 1376v-160q0-14-9-23t-23-9h-96v-512q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896v-160q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z" /></svg>
|
293 |
-
<div class="extension-info">
|
294 |
-
<h3>Meta Box Tooltip</h3>
|
295 |
-
<p><?php esc_html_e( 'Display help information for fields using beautiful tooltips.', 'meta-box' ); ?></p>
|
296 |
-
</div>
|
297 |
-
</div>
|
298 |
-
<div class="extension-action">
|
299 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-tooltip/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
300 |
-
</div>
|
301 |
-
</div>
|
302 |
-
<div class="extension">
|
303 |
-
<div class="extension-inner">
|
304 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z" /></svg>
|
305 |
-
<div class="extension-info">
|
306 |
-
<h3>Meta Box Show Hide</h3>
|
307 |
-
<p><?php esc_html_e( 'Toggle meta boxes by page template, post format or taxonomy using JS.', 'meta-box' ); ?></p>
|
308 |
-
</div>
|
309 |
-
</div>
|
310 |
-
<div class="extension-action">
|
311 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-show-hide/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
312 |
-
</div>
|
313 |
-
</div>
|
314 |
-
<div class="extension">
|
315 |
-
<div class="extension-inner">
|
316 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M224 1536h608v-1152h-640v1120q0 13 9.5 22.5t22.5 9.5zm1376-32v-1120h-640v1152h608q13 0 22.5-9.5t9.5-22.5zm128-1216v1216q0 66-47 113t-113 47h-1344q-66 0-113-47t-47-113v-1216q0-66 47-113t113-47h1344q66 0 113 47t47 113z" /></svg>
|
317 |
-
<div class="extension-info">
|
318 |
-
<h3>Meta Box Columns</h3>
|
319 |
-
<p><?php esc_html_e( 'Display fields more beautiful by putting them into 12-columns grid.', 'meta-box' ); ?></p>
|
320 |
-
</div>
|
321 |
-
</div>
|
322 |
-
<div class="extension-action">
|
323 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-columns/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
324 |
-
</div>
|
325 |
-
</div>
|
326 |
-
<div class="extension">
|
327 |
-
<div class="extension-inner">
|
328 |
-
<svg viewBox="0 0 2048 1792" xmlns="http://www.w3.org/2000/svg"><path d="M681 1399l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23t-10 23l-393 393 393 393q10 10 10 23t-10 23zm591-1067l-373 1291q-4 13-15.5 19.5t-23.5 2.5l-62-17q-13-4-19.5-15.5t-2.5-24.5l373-1291q4-13 15.5-19.5t23.5-2.5l62 17q13 4 19.5 15.5t2.5 24.5zm657 651l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23t-10 23z" /></svg>
|
329 |
-
<div class="extension-info">
|
330 |
-
<h3>Meta Box Include Exclude</h3>
|
331 |
-
<p><?php esc_html_e( 'Show or hide meta boxes whenever and for whomever you choose.', 'meta-box' ); ?></p>
|
332 |
-
</div>
|
333 |
-
</div>
|
334 |
-
<div class="extension-action">
|
335 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-include-exclude/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
336 |
-
</div>
|
337 |
-
</div>
|
338 |
-
<div class="extension">
|
339 |
-
<div class="extension-inner">
|
340 |
-
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M384 1184v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5t-22.5 9.5h-64q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h64q13 0 22.5 9.5t9.5 22.5zm1152 512v64q0 13-9.5 22.5t-22.5 9.5h-960q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h960q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5t-22.5 9.5h-960q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h960q13 0 22.5 9.5t9.5 22.5zm0-256v64q0 13-9.5 22.5t-22.5 9.5h-960q-13 0-22.5-9.5t-9.5-22.5v-64q0-13 9.5-22.5t22.5-9.5h960q13 0 22.5 9.5t9.5 22.5zm128 704v-832q0-13-9.5-22.5t-22.5-9.5h-1472q-13 0-22.5 9.5t-9.5 22.5v832q0 13 9.5 22.5t22.5 9.5h1472q13 0 22.5-9.5t9.5-22.5zm128-1088v1088q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1472q66 0 113 47t47 113z" /></svg>
|
341 |
-
<div class="extension-info">
|
342 |
-
<h3>MB Custom Taxonomy</h3>
|
343 |
-
<p><?php esc_html_e( 'Create and manage custom taxonomies with an easy-to-use interface in WordPress.', 'meta-box' ); ?></p>
|
344 |
-
</div>
|
345 |
-
</div>
|
346 |
-
<div class="extension-action">
|
347 |
-
<a class="button" target="_blank" href="https://metabox.io/plugins/custom-taxonomy/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
348 |
-
</div>
|
349 |
-
</div>
|
350 |
</div>
|
|
|
351 |
</div>
|
8 |
?>
|
9 |
<div id="extensions" class="gt-tab-pane">
|
10 |
<p class="about-description">
|
11 |
+
<?php esc_html_e( 'Extend custom fields in WordPress well beyond what others would ever consider ordinary!', 'meta-box' ); ?><br>
|
12 |
+
<?php esc_html_e( 'Save over 80% with our extensions bundles.', 'meta-box' ); ?> <a target="_blank" href="https://metabox.io/pricing/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'View Bundles', 'meta-box' ); ?> →</a>
|
13 |
</p>
|
14 |
<div class="extensions wp-clearfix">
|
15 |
<div class="extension">
|
16 |
<div class="extension-inner">
|
17 |
+
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1596 476q14 14 28 36h-472v-472q22 14 36 28zm-476 164h544v1056q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1600q0-40 28-68t68-28h800v544q0 40 28 68t68 28zm160 736v-64q0-14-9-23t-23-9h-704q-14 0-23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-704q-14 0-23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23-9t9-23zm0-256v-64q0-14-9-23t-23-9h-704q-14 0-23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23-9t9-23z" /></svg>
|
18 |
<div class="extension-info">
|
19 |
+
<h3>MB Custom Post Type</h3>
|
20 |
+
<p><?php esc_html_e( 'Create and manage custom post types easily in WordPress with an easy-to-use interface.', 'meta-box' ); ?></p>
|
21 |
</div>
|
22 |
</div>
|
23 |
<div class="extension-action">
|
24 |
+
<a class="button" target="_blank" href="https://metabox.io/plugins/custom-post-type/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
25 |
</div>
|
26 |
</div>
|
27 |
<div class="extension">
|
28 |
<div class="extension-inner">
|
29 |
+
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M736 1440q0 12-10 24l-319 319q-10 9-23 9-12 0-23-9l-320-320q-15-16-7-35 8-20 30-20h192v-1376q0-14 9-23t23-9h192q14 0 23 9t9 23v1376h192q14 0 23 9t9 23zm1056 128v192q0 14-9 23t-23 9h-832q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h832q14 0 23 9t9 23zm-192-512v192q0 14-9 23t-23 9h-640q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h640q14 0 23 9t9 23zm-192-512v192q0 14-9 23t-23 9h-448q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h448q14 0 23 9t9 23zm-192-512v192q0 14-9 23t-23 9h-256q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h256q14 0 23 9t9 23z"/></svg>
|
30 |
<div class="extension-info">
|
31 |
+
<h3>Meta Box Builder</h3>
|
32 |
+
<p><?php esc_html_e( 'Drag and drop your custom fields into place without a single line of code.', 'meta-box' ); ?></p>
|
33 |
</div>
|
34 |
</div>
|
35 |
<div class="extension-action">
|
36 |
+
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-builder/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
37 |
</div>
|
38 |
</div>
|
39 |
<div class="extension">
|
72 |
<a class="button" target="_blank" href="https://metabox.io/plugins/meta-box-conditional-logic/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
73 |
</div>
|
74 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
<div class="extension">
|
76 |
<div class="extension-inner">
|
77 |
<svg viewBox="0 0 2048 1792" xmlns="http://www.w3.org/2000/svg"><path d="M657 896q-162 5-265 128h-134q-82 0-138-40.5t-56-118.5q0-353 124-353 6 0 43.5 21t97.5 42.5 119 21.5q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5h-874q-121 0-194-69.5t-73-189.5q0-53 3.5-103.5t14-109 26.5-108.5 43-97.5 62-81 85.5-53.5 111.5-20q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zm-1024-1277q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm704 384q0 159-112.5 271.5t-271.5 112.5-271.5-112.5-112.5-271.5 112.5-271.5 271.5-112.5 271.5 112.5 112.5 271.5zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z" /></svg>
|
96 |
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-frontend-submission/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
97 |
</div>
|
98 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
<div class="extension">
|
100 |
<div class="extension-inner">
|
101 |
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M576 1376v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm-512-768v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm512 384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm0-384v-192q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v192q0 14 9 23t23 9h320q14 0 23-9t9-23zm128-320v1088q0 66-47 113t-113 47h-1344q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1344q66 0 113 47t47 113z" /></svg>
|
102 |
<div class="extension-info">
|
103 |
<h3>MB Custom Table</h3>
|
104 |
+
<p><?php esc_html_e( 'Save custom fields data to custom table. Reduce database size and increase performance.', 'meta-box' ); ?></p>
|
105 |
</div>
|
106 |
</div>
|
107 |
<div class="extension-action">
|
108 |
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-custom-table/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Learn More', 'meta-box' ); ?></a>
|
109 |
</div>
|
110 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
<div class="extension">
|
112 |
<div class="extension-inner">
|
113 |
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1792 1184v192q0 13-9.5 22.5t-22.5 9.5h-1376v192q0 13-9.5 22.5t-22.5 9.5q-12 0-24-10l-319-320q-9-9-9-22 0-14 9-23l320-320q9-9 23-9 13 0 22.5 9.5t9.5 22.5v192h1376q13 0 22.5 9.5t9.5 22.5zm0-544q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5t-9.5-22.5v-192h-1376q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h1376v-192q0-14 9-23t23-9q12 0 24 10l319 319q9 9 9 23z" /></svg>
|
114 |
<div class="extension-info">
|
115 |
<h3>MB Relationships</h3>
|
116 |
+
<p><?php esc_html_e( 'Create many-to-many relationships between posts, terms and users.', 'meta-box' ); ?></p>
|
117 |
</div>
|
118 |
</div>
|
119 |
<div class="extension-action">
|
120 |
<a class="button" target="_blank" href="https://metabox.io/plugins/mb-relationships/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'Free Download', 'meta-box' ); ?></a>
|
121 |
</div>
|
122 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
</div>
|
124 |
+
<a href="https://metabox.io/plugins/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'View all extensions', 'meta-box' ); ?> →</a>
|
125 |
</div>
|
inc/about/sections/getting-started.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
|
8 |
?>
|
9 |
<div id="getting-started" class="gt-tab-pane gt-is-active">
|
10 |
-
<div class="
|
11 |
<div class="col">
|
12 |
<h3><?php esc_html_e( 'Getting Started With Online Generator', 'meta-box' ); ?></h3>
|
13 |
<p><?php esc_html_e( 'The fastest way to getting started with Meta Box is use our online generator to generate meta boxes with custom fields. It provides a friendly UI for you to create meta boxes and custom fields just by drag and drop fields.', 'meta-box' ); ?><p>
|
@@ -30,7 +30,7 @@
|
|
30 |
<li><a target="_blank" href="https://metabox.io/plugins/mb-settings-page/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><span class="dashicons dashicons-admin-generic"></span> <?php esc_html_e( 'MB Settings Page', 'meta-box' ); ?></a></li>
|
31 |
<li><a target="_blank" href="https://metabox.io/plugins/mb-term-meta/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><span class="dashicons dashicons-image-filter"></span> <?php esc_html_e( 'MB Term Meta', 'meta-box' ); ?></a></li>
|
32 |
</ul>
|
33 |
-
<p><a class="button" target="_blank" href="https://metabox.io/plugins/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'More Extensions', 'meta-box' ); ?></a>
|
34 |
</div>
|
35 |
</div>
|
36 |
</div>
|
7 |
|
8 |
?>
|
9 |
<div id="getting-started" class="gt-tab-pane gt-is-active">
|
10 |
+
<div class="two">
|
11 |
<div class="col">
|
12 |
<h3><?php esc_html_e( 'Getting Started With Online Generator', 'meta-box' ); ?></h3>
|
13 |
<p><?php esc_html_e( 'The fastest way to getting started with Meta Box is use our online generator to generate meta boxes with custom fields. It provides a friendly UI for you to create meta boxes and custom fields just by drag and drop fields.', 'meta-box' ); ?><p>
|
30 |
<li><a target="_blank" href="https://metabox.io/plugins/mb-settings-page/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><span class="dashicons dashicons-admin-generic"></span> <?php esc_html_e( 'MB Settings Page', 'meta-box' ); ?></a></li>
|
31 |
<li><a target="_blank" href="https://metabox.io/plugins/mb-term-meta/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><span class="dashicons dashicons-image-filter"></span> <?php esc_html_e( 'MB Term Meta', 'meta-box' ); ?></a></li>
|
32 |
</ul>
|
33 |
+
<p><a class="button" target="_blank" href="https://metabox.io/plugins/?utm_source=WordPress&utm_medium=link&utm_campaign=plugin"><?php esc_html_e( 'More Extensions', 'meta-box' ); ?></a></p>
|
34 |
</div>
|
35 |
</div>
|
36 |
</div>
|
inc/about/sections/support.php
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
echo wp_kses( sprintf( __( 'Still need help with Meta Box? We offer excellent support for you. But don\'t forget to check our <a href="%s">documentation</a> first.', 'meta-box' ), 'https://docs.metabox.io?utm_source=WordPress&utm_medium=link&utm_campaign=plugin' ), $allowed_html );
|
19 |
?>
|
20 |
</p>
|
21 |
-
<div class="
|
22 |
<div class="col">
|
23 |
<h3><?php esc_html_e( 'Free Support', 'meta-box' ); ?></h3>
|
24 |
<p><?php esc_html_e( 'If you have any question about how to use the plugin, please open a new topic on WordPress.org support forum or open a new issue on Github (preferable). We will try to answer as soon as we can.', 'meta-box' ); ?><p>
|
18 |
echo wp_kses( sprintf( __( 'Still need help with Meta Box? We offer excellent support for you. But don\'t forget to check our <a href="%s">documentation</a> first.', 'meta-box' ), 'https://docs.metabox.io?utm_source=WordPress&utm_medium=link&utm_campaign=plugin' ), $allowed_html );
|
19 |
?>
|
20 |
</p>
|
21 |
+
<div class="two">
|
22 |
<div class="col">
|
23 |
<h3><?php esc_html_e( 'Free Support', 'meta-box' ); ?></h3>
|
24 |
<p><?php esc_html_e( 'If you have any question about how to use the plugin, please open a new topic on WordPress.org support forum or open a new issue on Github (preferable). We will try to answer as soon as we can.', 'meta-box' ); ?><p>
|
inc/fields/media.php
CHANGED
@@ -49,6 +49,32 @@ class RWMB_Media_Field extends RWMB_File_Field {
|
|
49 |
add_action( 'print_media_templates', array( RWMB_Helpers_Field::get_class( $field ), 'print_templates' ) );
|
50 |
}
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
/**
|
53 |
* Get field HTML.
|
54 |
*
|
@@ -58,8 +84,6 @@ class RWMB_Media_Field extends RWMB_File_Field {
|
|
58 |
* @return string
|
59 |
*/
|
60 |
public static function html( $meta, $field ) {
|
61 |
-
$meta = (array) $meta;
|
62 |
-
$meta = implode( ',', $meta );
|
63 |
$attributes = self::call( 'get_attributes', $field, $meta );
|
64 |
|
65 |
$html = sprintf(
|
@@ -116,11 +140,17 @@ class RWMB_Media_Field extends RWMB_File_Field {
|
|
116 |
* @return array
|
117 |
*/
|
118 |
public static function get_attributes( $field, $value = null ) {
|
|
|
|
|
119 |
$attributes = parent::get_attributes( $field, $value );
|
120 |
$attributes['type'] = 'hidden';
|
121 |
$attributes['name'] = $field['clone'] ? str_replace( '[]', '', $attributes['name'] ) : $attributes['name'];
|
122 |
$attributes['id'] = false;
|
123 |
-
$attributes['value'] = $value;
|
|
|
|
|
|
|
|
|
124 |
|
125 |
return $attributes;
|
126 |
}
|
49 |
add_action( 'print_media_templates', array( RWMB_Helpers_Field::get_class( $field ), 'print_templates' ) );
|
50 |
}
|
51 |
|
52 |
+
/**
|
53 |
+
* Get meta value.
|
54 |
+
*
|
55 |
+
* @param int $post_id Post ID.
|
56 |
+
* @param bool $saved Whether the meta box is saved at least once.
|
57 |
+
* @param array $field Field parameters.
|
58 |
+
*
|
59 |
+
* @return mixed
|
60 |
+
*/
|
61 |
+
public static function meta( $post_id, $saved, $field ) {
|
62 |
+
$meta = parent::meta( $post_id, $saved, $field );
|
63 |
+
|
64 |
+
/*
|
65 |
+
* Update meta cache for all attachments, preparing for getting data for rendering in JS.
|
66 |
+
* This reduces the number of queries for updating all attachments' meta.
|
67 |
+
* @see get_attributes()
|
68 |
+
*/
|
69 |
+
$ids = (array) $meta;
|
70 |
+
if ( $field['clone'] ) {
|
71 |
+
$ids = call_user_func_array( 'array_merge', $ids );
|
72 |
+
}
|
73 |
+
update_meta_cache( 'post', $ids );
|
74 |
+
|
75 |
+
return $meta;
|
76 |
+
}
|
77 |
+
|
78 |
/**
|
79 |
* Get field HTML.
|
80 |
*
|
84 |
* @return string
|
85 |
*/
|
86 |
public static function html( $meta, $field ) {
|
|
|
|
|
87 |
$attributes = self::call( 'get_attributes', $field, $meta );
|
88 |
|
89 |
$html = sprintf(
|
140 |
* @return array
|
141 |
*/
|
142 |
public static function get_attributes( $field, $value = null ) {
|
143 |
+
$value = (array) $value;
|
144 |
+
|
145 |
$attributes = parent::get_attributes( $field, $value );
|
146 |
$attributes['type'] = 'hidden';
|
147 |
$attributes['name'] = $field['clone'] ? str_replace( '[]', '', $attributes['name'] ) : $attributes['name'];
|
148 |
$attributes['id'] = false;
|
149 |
+
$attributes['value'] = implode( ',', $value );
|
150 |
+
|
151 |
+
// Add attachment details.
|
152 |
+
$attachments = array_filter( array_map( 'wp_prepare_attachment_for_js', $value ) );
|
153 |
+
$attributes['data-attachments'] = json_encode( $attachments );
|
154 |
|
155 |
return $attributes;
|
156 |
}
|
inc/loader.php
CHANGED
@@ -18,7 +18,7 @@ class RWMB_Loader {
|
|
18 |
*/
|
19 |
protected function constants() {
|
20 |
// Script version, used to add version for scripts and styles.
|
21 |
-
define( 'RWMB_VER', '4.18.
|
22 |
|
23 |
list( $path, $url ) = self::get_path( dirname( dirname( __FILE__ ) ) );
|
24 |
|
18 |
*/
|
19 |
protected function constants() {
|
20 |
// Script version, used to add version for scripts and styles.
|
21 |
+
define( 'RWMB_VER', '4.18.2' );
|
22 |
|
23 |
list( $path, $url ) = self::get_path( dirname( dirname( __FILE__ ) ) );
|
24 |
|
js/map.js
CHANGED
@@ -133,9 +133,10 @@
|
|
133 |
return;
|
134 |
}
|
135 |
|
136 |
-
// If Meta Box Geo Location installed. Do not run
|
137 |
if ( $( '.rwmb-geo-binding' ).length ) {
|
138 |
-
|
|
|
139 |
return false;
|
140 |
}
|
141 |
|
133 |
return;
|
134 |
}
|
135 |
|
136 |
+
// If Meta Box Geo Location installed. Do not run autocomplete.
|
137 |
if ( $( '.rwmb-geo-binding' ).length ) {
|
138 |
+
var geocodeAddress = that.geocodeAddress.bind( that );
|
139 |
+
$address.on( 'selected_address', geocodeAddress );
|
140 |
return false;
|
141 |
}
|
142 |
|
js/media.js
CHANGED
@@ -91,24 +91,6 @@ jQuery( function ( $ ) {
|
|
91 |
this.get( 'items' ).destroyAll();
|
92 |
}
|
93 |
} );
|
94 |
-
},
|
95 |
-
|
96 |
-
|
97 |
-
// Load initial media
|
98 |
-
load: function () {
|
99 |
-
if ( _.isEmpty( this.get( 'ids' ) ) ) {
|
100 |
-
return;
|
101 |
-
}
|
102 |
-
this.get( 'items' ).props.set( {
|
103 |
-
query: true,
|
104 |
-
include: this.get( 'ids' ),
|
105 |
-
orderby: 'post__in',
|
106 |
-
order: 'ASC',
|
107 |
-
type: this.get( 'mimeType' ),
|
108 |
-
perPage: this.get( 'maxFiles' ) || - 1
|
109 |
-
} );
|
110 |
-
// Get more then trigger ready
|
111 |
-
this.get( 'items' ).more();
|
112 |
}
|
113 |
} );
|
114 |
|
@@ -143,8 +125,11 @@ jQuery( function ( $ ) {
|
|
143 |
// Render
|
144 |
this.render();
|
145 |
|
146 |
-
// Load
|
147 |
-
this.
|
|
|
|
|
|
|
148 |
|
149 |
// Listen for destroy event on input
|
150 |
this.$input.on( 'remove', function () {
|
91 |
this.get( 'items' ).destroyAll();
|
92 |
}
|
93 |
} );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
}
|
95 |
} );
|
96 |
|
125 |
// Render
|
126 |
this.render();
|
127 |
|
128 |
+
// Load initial attachments.
|
129 |
+
var models = this.$input.data( 'attachments' ).map( function( attachment ) {
|
130 |
+
return wp.media.model.Attachment.create( attachment );
|
131 |
+
} );
|
132 |
+
this.controller.get( 'items' ).add( models );
|
133 |
|
134 |
// Listen for destroy event on input
|
135 |
this.$input.on( 'remove', function () {
|
js/osm.js
CHANGED
@@ -128,10 +128,11 @@
|
|
128 |
return;
|
129 |
}
|
130 |
|
131 |
-
// If Meta Box Geo Location installed. Do not run
|
132 |
if ( $( '.rwmb-geo-binding' ).length ) {
|
133 |
-
|
134 |
-
|
|
|
135 |
}
|
136 |
|
137 |
$address.autocomplete( {
|
128 |
return;
|
129 |
}
|
130 |
|
131 |
+
// If Meta Box Geo Location installed. Do not run autocomplete.
|
132 |
if ( $( '.rwmb-geo-binding' ).length ) {
|
133 |
+
var geocodeAddress = that.geocodeAddress.bind( that );
|
134 |
+
$address.on( 'selected_address', geocodeAddress );
|
135 |
+
return false;
|
136 |
}
|
137 |
|
138 |
$address.autocomplete( {
|
meta-box.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Meta Box
|
4 |
* Plugin URI: https://metabox.io
|
5 |
* Description: Create custom meta boxes and custom fields in WordPress.
|
6 |
-
* Version: 4.18.
|
7 |
* Author: MetaBox.io
|
8 |
* Author URI: https://metabox.io
|
9 |
* License: GPL2+
|
3 |
* Plugin Name: Meta Box
|
4 |
* Plugin URI: https://metabox.io
|
5 |
* Description: Create custom meta boxes and custom fields in WordPress.
|
6 |
+
* Version: 4.18.2
|
7 |
* Author: MetaBox.io
|
8 |
* Author URI: https://metabox.io
|
9 |
* License: GPL2+
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: metabox, rilwis, fitwp, f-j-kaiser, funkatronic, PerWiklander, rua
|
|
3 |
Donate link: https://metabox.io/pricing/
|
4 |
Tags: meta-box, custom fields, custom field, meta, meta-boxes, admin, advanced, custom, edit, field, file, image, magic fields, matrix, more fields, Post, repeater, simple fields, text, textarea, type, cms, fields post
|
5 |
Requires at least: 4.3
|
6 |
-
Tested up to: 5.2
|
7 |
-
Stable tag: 4.18.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress.
|
3 |
Donate link: https://metabox.io/pricing/
|
4 |
Tags: meta-box, custom fields, custom field, meta, meta-boxes, admin, advanced, custom, edit, field, file, image, magic fields, matrix, more fields, Post, repeater, simple fields, text, textarea, type, cms, fields post
|
5 |
Requires at least: 4.3
|
6 |
+
Tested up to: 5.2.1
|
7 |
+
Stable tag: 4.18.2
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress.
|