Version Description
[ Specification Change ][ title tag ] Changed the title tag of the Home page so that the title tag specified in the fixed page has priority over the content specified in "ExUnit > Main setting screen".
Download this release
Release Info
Developer | kurudrive |
Plugin | VK All in One Expansion Unit |
Version | 9.84.0.0 |
Comparing to | |
See all releases |
Code changes from version 9.83.1.0 to 9.84.0.0
- assets/_scss/vkExUnit_admin.scss +1 -0
- assets/css/vkExUnit_admin.css +1 -1
- inc/wp-title/config.php +2 -1
- inc/wp-title/package/{head-title.php → class-veu-metabox-head-title.php} +0 -3
- inc/wp-title/package/images/title-setting-from-page.png +0 -0
- inc/wp-title/package/wp-title.php +96 -62
- readme.txt +4 -1
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +6 -6
- vkExUnit.php +1 -1
assets/_scss/vkExUnit_admin.scss
CHANGED
@@ -128,6 +128,7 @@
|
|
128 |
border: 1px solid #ff0000;
|
129 |
}
|
130 |
|
|
|
131 |
.veu_sns_title {
|
132 |
input[type="text"] {
|
133 |
width: 100%;
|
128 |
border: 1px solid #ff0000;
|
129 |
}
|
130 |
|
131 |
+
.veu_head_title,
|
132 |
.veu_sns_title {
|
133 |
input[type="text"] {
|
134 |
width: 100%;
|
assets/css/vkExUnit_admin.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wrap.debug_mode tr.dev_object{display:table-row}.veu_metabox_nav{position:relative;display:block;overflow:hidden}.veu_metabox_nav .veu_metabox_all_section_toggle{position:relative;right:0;top:0;opacity:1;float:none}.veu_metabox_footer{padding-top:5px}.veu_metabox_footer .logo_exUnit{text-align:right;border:none}.veu_metabox_footer .logo_exUnit img{width:100px}.veu_metabox_all_section_toggle.close .veu_metabox_all_section_toggle_btn_open{display:block}.veu_metabox_all_section_toggle.close .veu_metabox_all_section_toggle_btn_close{display:none}.veu_metabox_all_section_toggle.open .veu_metabox_all_section_toggle_btn_open{display:none}.veu_metabox_all_section_toggle.open .veu_metabox_all_section_toggle_btn_close{display:block}.veu_metabox_section p{margin-top:0;margin-bottom:10px}.veu_metabox_section label{font-weight:400}.veu_metabox_section input[type=checkbox]{margin-top:0;margin-right:4px}.veu_metabox_section input,.veu_metabox_section select,.veu_metabox_section textarea{margin-bottom:5px}.veu_metabox_section_title{position:relative;border:1px solid #e5e5e5;padding:7px 1rem;background-color:#f5f5f5;margin:0 0 2px;font-size:14px;cursor:pointer}.veu_metabox_section_title_status_btn{display:block;overflow:hidden;position:absolute;right:10px;top:5px}.veu_metabox_section_title_status_btn.close{display:block}.veu_metabox_section_title_status_btn.open{display:none}.veu_metabox_section_body{display:none;padding:1rem 1rem 1.5rem}.veu_metabox_section_body>:last-child{margin-bottom:0}.veu_metabox_section_body .button{margin-right:.5em}.veu_metabox_section.open .veu_metabox_section_title_status_btn.close{display:none}.veu_metabox_section.open .veu_metabox_section_title_status_btn.open{display:block}.veu_metabox_section.open .veu_metabox_section_body{display:block}.vkExUnit_cta_button_icon_inputset dl{display:flex}.vkExUnit_cta_button_icon_inputset dl dt{white-space:nowrap}.vkExUnit_cta_button_icon_inputset dl dd{width:50%;box-sizing:border-box}.body-open{border:1px solid red}.veu_sns_title input[type=text]{width:100%}.table-widget-enablation{width:100%}.table-widget-enablation tbody td,.table-widget-enablation tbody th{box-shadow:inset 0 -1px 0 rgba(0,0,0,.1)}.table-widget-enablation tbody .active td,.table-widget-enablation tbody .active th{background-color:#f7fcfe}#toplevel_page_vkExUnit_setting_page .dashicons-before{background-image:url(../images/ex-unit-icon.svg);background-repeat:no-repeat;background-position:center;background-size:20px!important}#toplevel_page_vkExUnit_setting_page:hover .dashicons-before{background-image:url(../images/ex-unit-icon-hover.svg)}#wp-admin-bar-veu_adminlink .ab-veu-icon{position:relative;float:left;speak:never;padding:4px 0;margin-right:6px;display:block;width:20px;height:20px;background-image:url(../images/ex-unit-icon.svg);background-repeat:no-repeat;background-position:center;background-size:20px!important}#wp-admin-bar-veu_adminlink:hover .ab-veu-icon{background-image:url(../images/ex-unit-icon-hover.svg)}
|
1 |
+
.wrap.debug_mode tr.dev_object{display:table-row}.veu_metabox_nav{position:relative;display:block;overflow:hidden}.veu_metabox_nav .veu_metabox_all_section_toggle{position:relative;right:0;top:0;opacity:1;float:none}.veu_metabox_footer{padding-top:5px}.veu_metabox_footer .logo_exUnit{text-align:right;border:none}.veu_metabox_footer .logo_exUnit img{width:100px}.veu_metabox_all_section_toggle.close .veu_metabox_all_section_toggle_btn_open{display:block}.veu_metabox_all_section_toggle.close .veu_metabox_all_section_toggle_btn_close{display:none}.veu_metabox_all_section_toggle.open .veu_metabox_all_section_toggle_btn_open{display:none}.veu_metabox_all_section_toggle.open .veu_metabox_all_section_toggle_btn_close{display:block}.veu_metabox_section p{margin-top:0;margin-bottom:10px}.veu_metabox_section label{font-weight:400}.veu_metabox_section input[type=checkbox]{margin-top:0;margin-right:4px}.veu_metabox_section input,.veu_metabox_section select,.veu_metabox_section textarea{margin-bottom:5px}.veu_metabox_section_title{position:relative;border:1px solid #e5e5e5;padding:7px 1rem;background-color:#f5f5f5;margin:0 0 2px;font-size:14px;cursor:pointer}.veu_metabox_section_title_status_btn{display:block;overflow:hidden;position:absolute;right:10px;top:5px}.veu_metabox_section_title_status_btn.close{display:block}.veu_metabox_section_title_status_btn.open{display:none}.veu_metabox_section_body{display:none;padding:1rem 1rem 1.5rem}.veu_metabox_section_body>:last-child{margin-bottom:0}.veu_metabox_section_body .button{margin-right:.5em}.veu_metabox_section.open .veu_metabox_section_title_status_btn.close{display:none}.veu_metabox_section.open .veu_metabox_section_title_status_btn.open{display:block}.veu_metabox_section.open .veu_metabox_section_body{display:block}.vkExUnit_cta_button_icon_inputset dl{display:flex}.vkExUnit_cta_button_icon_inputset dl dt{white-space:nowrap}.vkExUnit_cta_button_icon_inputset dl dd{width:50%;box-sizing:border-box}.body-open{border:1px solid red}.veu_head_title input[type=text],.veu_sns_title input[type=text]{width:100%}.table-widget-enablation{width:100%}.table-widget-enablation tbody td,.table-widget-enablation tbody th{box-shadow:inset 0 -1px 0 rgba(0,0,0,.1)}.table-widget-enablation tbody .active td,.table-widget-enablation tbody .active th{background-color:#f7fcfe}#toplevel_page_vkExUnit_setting_page .dashicons-before{background-image:url(../images/ex-unit-icon.svg);background-repeat:no-repeat;background-position:center;background-size:20px!important}#toplevel_page_vkExUnit_setting_page:hover .dashicons-before{background-image:url(../images/ex-unit-icon-hover.svg)}#wp-admin-bar-veu_adminlink .ab-veu-icon{position:relative;float:left;speak:never;padding:4px 0;margin-right:6px;display:block;width:20px;height:20px;background-image:url(../images/ex-unit-icon.svg);background-repeat:no-repeat;background-position:center;background-size:20px!important}#wp-admin-bar-veu_adminlink:hover .ab-veu-icon{background-image:url(../images/ex-unit-icon-hover.svg)}
|
inc/wp-title/config.php
CHANGED
@@ -6,4 +6,5 @@
|
|
6 |
*/
|
7 |
$package_path = dirname( __FILE__ ) . '/package/';
|
8 |
require $package_path . 'wp-title.php';
|
9 |
-
require $package_path . 'head-title.php';
|
|
6 |
*/
|
7 |
$package_path = dirname( __FILE__ ) . '/package/';
|
8 |
require $package_path . 'wp-title.php';
|
9 |
+
require $package_path . 'class-veu-metabox-head-title.php';
|
10 |
+
$VEU_Metabox_Head_Title = new VEU_Metabox_Head_Title();
|
inc/wp-title/package/{head-title.php → class-veu-metabox-head-title.php}
RENAMED
@@ -43,10 +43,7 @@ class VEU_Metabox_Head_Title extends VEU_Metabox {
|
|
43 |
$form .= '<input type="checkbox" name="' . esc_attr( $this->args['cf_name'] ) . '[add_site_title]" ' . $checked . ' />';
|
44 |
$form .= __( 'Add Separator and Site Title', 'vk-all-in-one-expansion-unit' );
|
45 |
$form .= '</label>';
|
46 |
-
|
47 |
return $form;
|
48 |
}
|
49 |
|
50 |
} // class VEU_Metabox_Head_Title {
|
51 |
-
|
52 |
-
$VEU_Metabox_Head_Title = new VEU_Metabox_Head_Title();
|
43 |
$form .= '<input type="checkbox" name="' . esc_attr( $this->args['cf_name'] ) . '[add_site_title]" ' . $checked . ' />';
|
44 |
$form .= __( 'Add Separator and Site Title', 'vk-all-in-one-expansion-unit' );
|
45 |
$form .= '</label>';
|
|
|
46 |
return $form;
|
47 |
}
|
48 |
|
49 |
} // class VEU_Metabox_Head_Title {
|
|
|
|
inc/wp-title/package/images/title-setting-from-page.png
ADDED
Binary file
|
inc/wp-title/package/wp-title.php
CHANGED
@@ -10,7 +10,7 @@ add_filter( 'pre_get_document_title', 'vkExUnit_get_wp_head_title', 11 );
|
|
10 |
* @return void
|
11 |
*/
|
12 |
function vkExUnit_wp_title_init() {
|
13 |
-
$tab_label = __( '<title> tag
|
14 |
$option_name = 'vkExUnit_wp_title';
|
15 |
$sanitize_callback = 'vkExUnit_wp_title_validate';
|
16 |
$render_page = 'vkExUnit_add_wp_title_page';
|
@@ -25,60 +25,74 @@ add_action( 'veu_package_init', 'vkExUnit_wp_title_init' );
|
|
25 |
|
26 |
function vkExUnit_get_wp_head_title() {
|
27 |
global $wp_query;
|
28 |
-
$post
|
29 |
-
$sep
|
30 |
-
$sep
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
if ( empty( $options['extend_frontTitle'] ) ) {
|
35 |
-
$title = get_bloginfo( 'name' ) . $sep . get_bloginfo( 'description' );
|
36 |
-
} else {
|
37 |
-
$title = $options['extend_frontTitle'];
|
38 |
-
}
|
39 |
-
} elseif ( is_home() && ! is_front_page() ) {
|
40 |
-
$title = vkExUnit_get_the_archive_title() . $sep . get_bloginfo( 'name' );
|
41 |
-
} elseif ( is_archive() ) {
|
42 |
-
$title = vkExUnit_get_the_archive_title() . $sep . get_bloginfo( 'name' );
|
43 |
-
// Page
|
44 |
-
} elseif ( is_singular() ) {
|
45 |
$post_meta = get_post_meta( $post->ID, 'veu_head_title', true );
|
46 |
if ( ! empty( $post_meta['title'] ) ) {
|
47 |
$title = $post_meta['title'];
|
48 |
if ( ! empty( $post_meta['add_site_title'] ) ) {
|
49 |
$title .= $sep . get_bloginfo( 'name' );
|
50 |
}
|
51 |
-
}
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
}
|
|
|
|
|
58 |
} else {
|
59 |
-
$
|
60 |
}
|
61 |
-
$title = get_the_title() . $sep . get_the_title( $post_id ) . $sep . get_bloginfo( 'name' );
|
62 |
-
// Not Sub Pages
|
63 |
} else {
|
64 |
$title = get_the_title() . $sep . get_bloginfo( 'name' );
|
65 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
} else {
|
67 |
-
$title =
|
68 |
-
}
|
69 |
-
// Search
|
70 |
-
} elseif ( is_search() ) {
|
71 |
-
if ( get_search_query() ) {
|
72 |
-
$title = sprintf( __( 'Search Results for : %s', 'vk-all-in-one-expansion-unit' ), get_search_query() ) . $sep . get_bloginfo( 'name' );
|
73 |
-
} else {
|
74 |
-
$title = sprintf( __( 'Search Results', 'vk-all-in-one-expansion-unit' ), get_search_query() ) . $sep . get_bloginfo( 'name' );
|
75 |
}
|
76 |
-
// 404
|
77 |
-
} elseif ( is_404() ) {
|
78 |
-
$title = __( 'Not found', 'vk-all-in-one-expansion-unit' ) . $sep . get_bloginfo( 'name' );
|
79 |
-
// Other
|
80 |
-
} else {
|
81 |
-
$title = get_bloginfo( 'name' );
|
82 |
}
|
83 |
|
84 |
// Add Page numner.
|
@@ -96,12 +110,7 @@ function vkExUnit_add_wp_title_page() {
|
|
96 |
$options = vkExUnit_get_wp_title_options();
|
97 |
?>
|
98 |
<div id="seoSetting" class="sectionBox">
|
99 |
-
<h3><?php _e( '<title> tag
|
100 |
-
<table class="form-table">
|
101 |
-
<!-- Google Analytics -->
|
102 |
-
<tr>
|
103 |
-
<th><?php _e( '<title> tag of homepage', 'vk-all-in-one-expansion-unit' ); ?></th>
|
104 |
-
<td>
|
105 |
<p>
|
106 |
<?php
|
107 |
$sitetitle_link = '<a href="' . get_admin_url() . 'options-general.php" target="_blank">' . __( 'title of the site', 'vk-all-in-one-expansion-unit' ) . '</a>';
|
@@ -109,26 +118,51 @@ function vkExUnit_add_wp_title_page() {
|
|
109 |
?>
|
110 |
<br />
|
111 |
<?php printf( __( 'For example, it appears in the form of <br /><title>page title | %1$s</title><br /> if using a static page.', 'vk-all-in-one-expansion-unit' ), $sitetitle_link ); ?><br />
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
<
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
<br
|
121 |
-
|
122 |
-
|
|
|
|
|
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
|
125 |
-
<
|
126 |
-
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
</table>
|
129 |
<?php submit_button(); ?>
|
130 |
</div>
|
131 |
-
|
132 |
}
|
133 |
|
134 |
function vkExUnit_get_wp_title_options() {
|
10 |
* @return void
|
11 |
*/
|
12 |
function vkExUnit_wp_title_init() {
|
13 |
+
$tab_label = __( '<title> tag setting', 'vk-all-in-one-expansion-unit' );
|
14 |
$option_name = 'vkExUnit_wp_title';
|
15 |
$sanitize_callback = 'vkExUnit_wp_title_validate';
|
16 |
$render_page = 'vkExUnit_add_wp_title_page';
|
25 |
|
26 |
function vkExUnit_get_wp_head_title() {
|
27 |
global $wp_query;
|
28 |
+
$post = $wp_query->get_queried_object();
|
29 |
+
$sep = ' | ';
|
30 |
+
$sep = apply_filters( 'vkExUnit_get_wp_head_title', $sep );
|
31 |
+
$title = '';
|
32 |
+
// Meta box から指定がある場合のタイトル整形(最優先)
|
33 |
+
if ( is_singular() || ( is_front_page() && 'page' === get_option( 'show_on_front' ) && get_option( 'page_on_front' ) ) ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
$post_meta = get_post_meta( $post->ID, 'veu_head_title', true );
|
35 |
if ( ! empty( $post_meta['title'] ) ) {
|
36 |
$title = $post_meta['title'];
|
37 |
if ( ! empty( $post_meta['add_site_title'] ) ) {
|
38 |
$title .= $sep . get_bloginfo( 'name' );
|
39 |
}
|
40 |
+
}
|
41 |
+
}
|
42 |
+
|
43 |
+
if ( ! $title ) {
|
44 |
+
|
45 |
+
if ( is_front_page() ) {
|
46 |
+
$options = vkExUnit_get_wp_title_options();
|
47 |
+
if ( empty( $options['extend_frontTitle'] ) ) {
|
48 |
+
$title = get_bloginfo( 'name' ) . $sep . get_bloginfo( 'description' );
|
49 |
+
} else {
|
50 |
+
$title = $options['extend_frontTitle'];
|
51 |
+
}
|
52 |
+
} elseif ( is_home() && ! is_front_page() ) {
|
53 |
+
$title = vkExUnit_get_the_archive_title() . $sep . get_bloginfo( 'name' );
|
54 |
+
} elseif ( is_archive() ) {
|
55 |
+
$title = vkExUnit_get_the_archive_title() . $sep . get_bloginfo( 'name' );
|
56 |
+
// Page
|
57 |
+
} elseif ( is_singular() ) {
|
58 |
+
$post_meta = get_post_meta( $post->ID, 'veu_head_title', true );
|
59 |
+
if ( ! empty( $post_meta['title'] ) ) {
|
60 |
+
$title = $post_meta['title'];
|
61 |
+
if ( ! empty( $post_meta['add_site_title'] ) ) {
|
62 |
+
$title .= $sep . get_bloginfo( 'name' );
|
63 |
+
}
|
64 |
+
} elseif ( is_page() ) {
|
65 |
+
// Sub Pages
|
66 |
+
if ( $post->post_parent ) {
|
67 |
+
if ( $post->ancestors ) {
|
68 |
+
foreach ( $post->ancestors as $post_anc_id ) {
|
69 |
+
$post_id = $post_anc_id;
|
70 |
+
}
|
71 |
+
} else {
|
72 |
+
$post_id = $post->ID;
|
73 |
}
|
74 |
+
$title = get_the_title() . $sep . get_the_title( $post_id ) . $sep . get_bloginfo( 'name' );
|
75 |
+
// Not Sub Pages
|
76 |
} else {
|
77 |
+
$title = get_the_title() . $sep . get_bloginfo( 'name' );
|
78 |
}
|
|
|
|
|
79 |
} else {
|
80 |
$title = get_the_title() . $sep . get_bloginfo( 'name' );
|
81 |
}
|
82 |
+
// Search
|
83 |
+
} elseif ( is_search() ) {
|
84 |
+
if ( get_search_query() ) {
|
85 |
+
$title = sprintf( __( 'Search Results for : %s', 'vk-all-in-one-expansion-unit' ), get_search_query() ) . $sep . get_bloginfo( 'name' );
|
86 |
+
} else {
|
87 |
+
$title = sprintf( __( 'Search Results', 'vk-all-in-one-expansion-unit' ), get_search_query() ) . $sep . get_bloginfo( 'name' );
|
88 |
+
}
|
89 |
+
// 404
|
90 |
+
} elseif ( is_404() ) {
|
91 |
+
$title = __( 'Not found', 'vk-all-in-one-expansion-unit' ) . $sep . get_bloginfo( 'name' );
|
92 |
+
// Other
|
93 |
} else {
|
94 |
+
$title = get_bloginfo( 'name' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
}
|
97 |
|
98 |
// Add Page numner.
|
110 |
$options = vkExUnit_get_wp_title_options();
|
111 |
?>
|
112 |
<div id="seoSetting" class="sectionBox">
|
113 |
+
<h3><?php _e( '<title> tag setting', 'vk-all-in-one-expansion-unit' ); ?></h3>
|
|
|
|
|
|
|
|
|
|
|
114 |
<p>
|
115 |
<?php
|
116 |
$sitetitle_link = '<a href="' . get_admin_url() . 'options-general.php" target="_blank">' . __( 'title of the site', 'vk-all-in-one-expansion-unit' ) . '</a>';
|
118 |
?>
|
119 |
<br />
|
120 |
<?php printf( __( 'For example, it appears in the form of <br /><title>page title | %1$s</title><br /> if using a static page.', 'vk-all-in-one-expansion-unit' ), $sitetitle_link ); ?><br />
|
121 |
+
</p>
|
122 |
+
<table class="form-table">
|
123 |
+
<tr>
|
124 |
+
<th><?php _e( 'Homepage', 'vk-all-in-one-expansion-unit' ); ?></th>
|
125 |
+
<td>
|
126 |
+
<p>
|
127 |
+
<?php
|
128 |
+
$tagline_link = '<a href="' . get_admin_url() . 'options-general.php" target="_blank">' . __( 'Tagline', 'vk-all-in-one-expansion-unit' ) . '</a>';
|
129 |
+
printf( __( 'In the top page will be output usually in the form of <br /><title>%1$s | %2$s</title>', 'vk-all-in-one-expansion-unit' ), $sitetitle_link, $tagline_link );
|
130 |
+
?>
|
131 |
+
<br />
|
132 |
+
<?php _e( 'However, it may be too long in the above format. If the input to the input field of the following, its contents will be reflected.', 'vk-all-in-one-expansion-unit' ); ?>
|
133 |
+
</p>
|
134 |
|
135 |
+
<input type="text" name="vkExUnit_wp_title[extend_frontTitle]" value="<?php echo $options['extend_frontTitle']; ?>" />
|
136 |
+
<?php
|
137 |
+
$page_on_front = intval( get_option( 'page_on_front' ) );
|
138 |
+
if ( 'page' === get_option( 'show_on_front' ) && $page_on_front ) {
|
139 |
+
$edit_url = get_edit_post_link( $page_on_front );
|
140 |
+
?>
|
141 |
+
<p>*
|
142 |
+
<?php
|
143 |
+
$edit_link = '<a href="' . $edit_url . '" target="_blank" rel="noopener noreferrer">' . __( 'Edit screen of the page specified as the front page', 'vk-all-in-one-expansion-unit' ) . '</a>';
|
144 |
+
printf( __( 'If you specify the content of the title tag in %s, that will take precedence.', 'vk-all-in-one-expansion-unit' ), $edit_link );
|
145 |
+
?>
|
146 |
+
</p>
|
147 |
+
<?php } ?>
|
148 |
+
</td>
|
149 |
+
</tr>
|
150 |
|
151 |
+
<tr>
|
152 |
+
<th><?php _e( 'Page / Posts', 'vk-all-in-one-expansion-unit' ); ?></th>
|
153 |
+
<td>
|
154 |
+
<p>
|
155 |
+
<?php _e( 'Title tags for pages and post can be specified from the VK all in One Expansion Unit Metabox under the content edit area of each edit screen.', 'vk-all-in-one-expansion-unit' ); ?></p>
|
156 |
+
<?php if ( get_locale() === 'ja' ) { ?>
|
157 |
+
<img style="max-width:100%;border:1px solid #ccc;" src="<?php echo esc_url(VEU_DIRECTORY_URI); ?>/inc/wp-title/package/images/title-setting-from-page.png" alt="" />
|
158 |
+
<?php } ?>
|
159 |
+
|
160 |
+
</td>
|
161 |
+
</tr>
|
162 |
</table>
|
163 |
<?php submit_button(); ?>
|
164 |
</div>
|
165 |
+
<?php
|
166 |
}
|
167 |
|
168 |
function vkExUnit_get_wp_title_options() {
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: Google Analytics, New posts, Related Posts, sitemap, sns, twitter card, Fa
|
|
5 |
Requires at least: 5.3.0
|
6 |
Tested up to: 6.0.2
|
7 |
Requires PHP: 7.2
|
8 |
-
Stable tag: 9.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -81,6 +81,9 @@ e.g.
|
|
81 |
|
82 |
== Changelog ==
|
83 |
|
|
|
|
|
|
|
84 |
= 9.83.1.0 =
|
85 |
[ Bug fix ][ article structure ] Fix warning on 404 page.
|
86 |
|
5 |
Requires at least: 5.3.0
|
6 |
Tested up to: 6.0.2
|
7 |
Requires PHP: 7.2
|
8 |
+
Stable tag: 9.84.0.0
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
81 |
|
82 |
== Changelog ==
|
83 |
|
84 |
+
= 9.84.0.0 =
|
85 |
+
[ Specification Change ][ title tag ] Changed the title tag of the Home page so that the title tag specified in the fixed page has priority over the content specified in "ExUnit > Main setting screen".
|
86 |
+
|
87 |
= 9.83.1.0 =
|
88 |
[ Bug fix ][ article structure ] Fix warning on 404 page.
|
89 |
|
vendor/autoload.php
CHANGED
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
|
|
9 |
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
-
return
|
9 |
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
+
return ComposerAutoloaderInitde773dc900d5d6f5389f739f012bc1b5::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,12 +24,12 @@ class ComposerAutoloaderInit0d4e0263ae6393653f7ba645a686f051
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
-
call_user_func(\Composer\Autoload\
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitde773dc900d5d6f5389f739f012bc1b5
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInitde773dc900d5d6f5389f739f012bc1b5', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitde773dc900d5d6f5389f739f012bc1b5', 'loadClassLoader'));
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitde773dc900d5d6f5389f739f012bc1b5::getInitializer($loader));
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
@@ -46,9 +46,9 @@ class ComposerStaticInit0d4e0263ae6393653f7ba645a686f051
|
|
46 |
public static function getInitializer(ClassLoader $loader)
|
47 |
{
|
48 |
return \Closure::bind(function () use ($loader) {
|
49 |
-
$loader->prefixLengthsPsr4 =
|
50 |
-
$loader->prefixDirsPsr4 =
|
51 |
-
$loader->classMap =
|
52 |
|
53 |
}, null, ClassLoader::class);
|
54 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitde773dc900d5d6f5389f739f012bc1b5
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
46 |
public static function getInitializer(ClassLoader $loader)
|
47 |
{
|
48 |
return \Closure::bind(function () use ($loader) {
|
49 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitde773dc900d5d6f5389f739f012bc1b5::$prefixLengthsPsr4;
|
50 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitde773dc900d5d6f5389f739f012bc1b5::$prefixDirsPsr4;
|
51 |
+
$loader->classMap = ComposerStaticInitde773dc900d5d6f5389f739f012bc1b5::$classMap;
|
52 |
|
53 |
}, null, ClassLoader::class);
|
54 |
}
|
vendor/composer/installed.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
|
4 |
-
'pretty_version' => '9.
|
5 |
-
'version' => '9.
|
6 |
-
'reference' => '
|
7 |
'type' => 'project',
|
8 |
'install_path' => __DIR__ . '/../../',
|
9 |
'aliases' => array(),
|
@@ -20,9 +20,9 @@
|
|
20 |
'dev_requirement' => false,
|
21 |
),
|
22 |
'vektor-inc/vk-all-in-one-expansion-unit' => array(
|
23 |
-
'pretty_version' => '9.
|
24 |
-
'version' => '9.
|
25 |
-
'reference' => '
|
26 |
'type' => 'project',
|
27 |
'install_path' => __DIR__ . '/../../',
|
28 |
'aliases' => array(),
|
1 |
<?php return array(
|
2 |
'root' => array(
|
3 |
'name' => 'vektor-inc/vk-all-in-one-expansion-unit',
|
4 |
+
'pretty_version' => '9.84.0.0',
|
5 |
+
'version' => '9.84.0.0',
|
6 |
+
'reference' => '29eafb396ae80152c65d89578c4854e24e3b630f',
|
7 |
'type' => 'project',
|
8 |
'install_path' => __DIR__ . '/../../',
|
9 |
'aliases' => array(),
|
20 |
'dev_requirement' => false,
|
21 |
),
|
22 |
'vektor-inc/vk-all-in-one-expansion-unit' => array(
|
23 |
+
'pretty_version' => '9.84.0.0',
|
24 |
+
'version' => '9.84.0.0',
|
25 |
+
'reference' => '29eafb396ae80152c65d89578c4854e24e3b630f',
|
26 |
'type' => 'project',
|
27 |
'install_path' => __DIR__ . '/../../',
|
28 |
'aliases' => array(),
|
vkExUnit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: https://ex-unit.nagoya
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
-
* Version: 9.
|
7 |
* Requires PHP: 7.2
|
8 |
* Author: Vektor,Inc.
|
9 |
* Text Domain: vk-all-in-one-expansion-unit
|
3 |
* Plugin Name: VK All in One Expansion Unit
|
4 |
* Plugin URI: https://ex-unit.nagoya
|
5 |
* Description: This plug-in is an integrated plug-in with a variety of features that make it powerful your web site. Many features can be stopped individually. Example Facebook Page Plugin,Social Bookmarks,Print OG Tags,Print Twitter Card Tags,Print Google Analytics tag,New post widget,Insert Related Posts and more!
|
6 |
+
* Version: 9.84.0.0
|
7 |
* Requires PHP: 7.2
|
8 |
* Author: Vektor,Inc.
|
9 |
* Text Domain: vk-all-in-one-expansion-unit
|