Skip to content

Commit 688f5ac

Browse files
committed
Update prefixes #523856791520135
1 parent 3929de0 commit 688f5ac

19 files changed

+198
-215
lines changed

404.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
*/
99

1010
get_header(); ?>
11-
<div class="<?php echo esc_attr( vct_get_content_container_class() ); ?>">
11+
<div class="<?php echo esc_attr( visualcomposerstarter_get_content_container_class() ); ?>">
1212
<div class="content-wrapper">
1313
<div class="row">
14-
<div class="<?php echo esc_attr( vct_get_maincontent_block_class() ); ?>">
14+
<div class="<?php echo esc_attr( visualcomposerstarter_get_maincontent_block_class() ); ?>">
1515
<div class="main-content">
1616
<div class="entry-content error-404 not-found">
1717
<h1><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'visual-composer-starter' ); ?></h1>
1818
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'visual-composer-starter' ); ?></p>
1919
<?php get_search_form(); ?>
2020
</div><!--.entry-content-->
2121
</div><!--.main-content-->
22-
</div><!--.<?php echo esc_html( vct_get_maincontent_block_class() ); ?>-->
22+
</div><!--.<?php echo esc_html( visualcomposerstarter_get_maincontent_block_class() ); ?>-->
2323

24-
<?php if ( vct_get_sidebar_class() ) : ?>
24+
<?php if ( visualcomposerstarter_get_sidebar_class() ) : ?>
2525
<?php get_sidebar(); ?>
2626
<?php endif; ?>
2727

2828
</div><!--.row-->
2929
</div><!--.content-wrapper-->
30-
</div><!--.<?php echo esc_html( vct_get_content_container_class() ); ?>-->
30+
</div><!--.<?php echo esc_html( visualcomposerstarter_get_content_container_class() ); ?>-->
3131
<?php get_footer();

archive.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
*/
99

1010
get_header(); ?>
11-
<div class="<?php echo esc_attr( vct_get_content_container_class() ); ?>">
11+
<div class="<?php echo esc_attr( visualcomposerstarter_get_content_container_class() ); ?>">
1212
<div class="content-wrapper">
1313
<div class="row">
14-
<div class="<?php echo esc_attr( vct_get_maincontent_block_class() ); ?>">
14+
<div class="<?php echo esc_attr( visualcomposerstarter_get_maincontent_block_class() ); ?>">
1515
<div class="main-content">
1616
<div class="entry-content archive">
1717
<?php
@@ -61,13 +61,13 @@
6161

6262
</div><!--.archive-->
6363
</div><!--.main-content-->
64-
</div><!--.<?php echo esc_html( vct_get_maincontent_block_class() ); ?>-->
64+
</div><!--.<?php echo esc_html( visualcomposerstarter_get_maincontent_block_class() ); ?>-->
6565

66-
<?php if ( vct_get_sidebar_class() ) : ?>
66+
<?php if ( visualcomposerstarter_get_sidebar_class() ) : ?>
6767
<?php get_sidebar(); ?>
6868
<?php endif; ?>
6969

7070
</div><!--.row-->
7171
</div><!--.content-wrapper-->
72-
</div><!--.<?php echo esc_html( vct_get_content_container_class() ); ?>-->
72+
</div><!--.<?php echo esc_html( visualcomposerstarter_get_content_container_class() ); ?>-->
7373
<?php get_footer();

comments.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
?>
1414

1515
<div id="comments" class="comments-area">
16-
<div class="<?php echo esc_attr( vct_get_content_container_class() ); ?>">
16+
<div class="<?php echo esc_attr( visualcomposerstarter_get_content_container_class() ); ?>">
1717
<div class="row">
1818
<div class="col-md-12">
1919
<?php if ( have_comments() ) : ?>

footer.php

+17-34
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
* @since Visual Composer Starter 1.0
88
*/
99

10-
if ( vct_is_the_footer_displayed() ) : ?>
11-
<?php vct_hook_before_footer(); ?>
10+
if ( visualcomposerstarter_is_the_footer_displayed() ) : ?>
11+
<?php visualcomposerstarter_hook_before_footer(); ?>
1212
<footer id="footer">
1313
<?php
1414
if ( get_theme_mod( 'vct_footer_area_widget_area', false ) ) :
1515
$footer_columns = get_theme_mod( 'vct_footer_area_widgetized_columns', 1 );
1616
$footer_columns_width = 12 / $footer_columns;
1717
?>
1818
<div class="footer-widget-area">
19-
<div class="<?php echo esc_attr( vct_get_content_container_class() ); ?>">
19+
<div class="<?php echo esc_attr( visualcomposerstarter_get_content_container_class() ); ?>">
2020
<div class="row">
2121
<div class="col-md-<?php echo esc_attr( $footer_columns_width ); ?>">
2222
<?php if ( is_active_sidebar( 'footer' ) ) : ?>
@@ -35,69 +35,59 @@
3535
</div>
3636
<?php endif; ?>
3737
<div class="footer-bottom">
38-
<div class="<?php echo esc_attr( vct_get_content_container_class() ); ?>">
38+
<div class="<?php echo esc_attr( visualcomposerstarter_get_content_container_class() ); ?>">
3939
<?php if ( get_theme_mod( 'vct_footer_area_social_icons', false ) ) : ?>
4040
<div class="footer-right-block">
4141
<div class="footer-socials">
4242
<ul>
4343
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_facebook', '' ) ) ) : ?>
4444
<li>
45-
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_facebook',
46-
'' ) ); ?>"><span class="vct-icon-facebook-with-circle"></span></a>
45+
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_facebook', '' ) ); ?>"><span class="vct-icon-facebook-with-circle"></span></a>
4746
</li>
4847
<?php endif; ?>
4948
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_twitter', '' ) ) ) : ?>
5049
<li>
51-
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_twitter',
52-
'' ) ); ?>"><span class="vct-icon-twitter-with-circle"></span></a>
50+
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_twitter', '' ) ); ?>"><span class="vct-icon-twitter-with-circle"></span></a>
5351
</li>
5452
<?php endif; ?>
5553
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_linkedin', '' ) ) ) : ?>
5654
<li>
57-
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_linkedin',
58-
'' ) ); ?>"><span class="vct-icon-linkedin-with-circle"></span></a>
55+
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_linkedin', '' ) ); ?>"><span class="vct-icon-linkedin-with-circle"></span></a>
5956
</li>
6057
<?php endif; ?>
6158
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_instagram', '' ) ) ) : ?>
6259
<li>
63-
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_instagram',
64-
'' ) ); ?>"><span class="vct-icon-instagram-with-circle"></span></a>
60+
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_instagram', '' ) ); ?>"><span class="vct-icon-instagram-with-circle"></span></a>
6561
</li>
6662
<?php endif; ?>
6763
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_pinterest', '' ) ) ) : ?>
6864
<li>
69-
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_pinterest',
70-
'' ) ); ?>"><span class="vct-icon-pinterest-with-circle"></span></a>
65+
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_pinterest', '' ) ); ?>"><span class="vct-icon-pinterest-with-circle"></span></a>
7166
</li>
7267
<?php endif; ?>
7368
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_youtube', '' ) ) ) : ?>
7469
<li>
75-
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_youtube',
76-
'' ) ); ?>"><span class="vct-icon-youtube-with-circle"></span></a>
70+
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_youtube', '' ) ); ?>"><span class="vct-icon-youtube-with-circle"></span></a>
7771
</li>
7872
<?php endif; ?>
7973
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_vimeo', '' ) ) ) : ?>
8074
<li>
81-
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_vimeo',
82-
'' ) ); ?>"><span class="vct-icon-vimeo-with-circle"></span></a>
75+
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_vimeo', '' ) ); ?>"><span class="vct-icon-vimeo-with-circle"></span></a>
8376
</li>
8477
<?php endif; ?>
8578
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_flickr', '' ) ) ) : ?>
8679
<li>
87-
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_flickr',
88-
'' ) ); ?>"><span class="vct-icon-flickr-with-circle"></span></a>
80+
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_flickr', '' ) ); ?>"><span class="vct-icon-flickr-with-circle"></span></a>
8981
</li>
9082
<?php endif; ?>
9183
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_github', '' ) ) ) : ?>
9284
<li>
93-
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_github',
94-
'' ) ); ?>"><span class="vct-icon-github-with-circle"></span></a>
85+
<a target="_blank" href="<?php echo esc_url( get_theme_mod( 'vct_footer_area_social_link_github', '' ) ); ?>"><span class="vct-icon-github-with-circle"></span></a>
9586
</li>
9687
<?php endif; ?>
9788
<?php if ( strlen( get_theme_mod( 'vct_footer_area_social_link_email', '' ) ) ) : ?>
9889
<li>
99-
<a href="mailto:<?php echo esc_html( antispambot( get_theme_mod( 'vct_footer_area_social_link_email',
100-
'' ) ) ); ?>"><span class="vct-icon-mail-circle"></span></a>
90+
<a href="mailto:<?php echo esc_html( antispambot( get_theme_mod( 'vct_footer_area_social_link_email', '' ) ) ); ?>"><span class="vct-icon-mail-circle"></span></a>
10191
</li>
10292
<?php endif; ?>
10393

@@ -109,17 +99,10 @@
10999
<p class="copyright">
110100
<span>
111101
<?php /* translators: 1. date, 2. blog name */
112-
printf( esc_html__( 'Copyright &copy; %1$s %2$s. All Rights Reserved.',
113-
'visual-composer-starter' ),
114-
esc_html( get_the_time( 'Y' ) ),
115-
esc_html( get_bloginfo( 'name' ) ) ); ?></span>
102+
printf( esc_html__( 'Copyright &copy; %1$s %2$s. All Rights Reserved.', 'visual-composer-starter' ), esc_html( get_the_time( 'Y' ) ), esc_html( get_bloginfo( 'name' ) ) ); ?></span>
116103
<span>
117104
<?php /* translators: 1. link opening tag, 2. link opening tag, 3. link closing tag */
118-
printf( esc_html__( 'Proudly powered by %1$sVisual Composer%3$s and %2$sWordPress%3$s',
119-
'visual-composer-starter' ),
120-
'<a href="http://visualcomposer.io/?utm_campaign=vc-theme&utm_source=vc-theme-front&utm_medium=vc-theme-footer" target="_blank">',
121-
'<a href="https://wordpress.org" target="_blank">',
122-
'</a>' ); ?></span>
105+
printf( esc_html__( 'Proudly powered by %1$sVisual Composer%3$s and %2$sWordPress%3$s', 'visual-composer-starter' ), '<a href="http://visualcomposer.io/?utm_campaign=vc-theme&utm_source=vc-theme-front&utm_medium=vc-theme-footer" target="_blank">', '<a href="https://wordpress.org" target="_blank">', '</a>' ); ?></span>
123106
</p>
124107
<?php if ( has_nav_menu( 'secondary' ) ) : ?>
125108
<div class="footer-menu">
@@ -135,7 +118,7 @@
135118
</div>
136119
</div>
137120
</footer>
138-
<?php vct_hook_after_footer(); ?>
121+
<?php visualcomposerstarter_hook_after_footer(); ?>
139122
<?php endif; ?>
140123
<?php wp_footer(); ?>
141124
</body>

0 commit comments

Comments
 (0)