Powered By Syntax Error Help
-
For some reason I am having a “Parse Error, syntax error” in line 796. I believe is this code I was editing:
if ( ! function_exists( 'azera_shop_footer_powered_by' ) ) { /** * Display the powered by section in the footer */ function azera_shop_footer_powered_by() { ?> <div class="powered-by"> <?php printf( __( '%1$s powered by %2$s', 'azera-shop' ), sprintf( '<a href="www.facebook.com/imediamarketingpr" rel="nofollow">%s</a>', esc_html__( 'WordPress', 'azera-shop' ) ), sprintf( '<a href="www.natudoctor.com" rel="nofollow">%s</a>', esc_html__( 'Azera Shop', 'azera-shop' ) ), ); ?> </div> <?php } } add_action( 'azera_shop_bottom_footer','azera_shop_footer_powered_by' );
Please, I need assistance. Thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Powered By Syntax Error Help’ is closed to new replies.