Syntax error in line 28
-
<?php
if ( ! defined( ‘ABSPATH’ ) ) {
exit;
} // Exit if accessed directly//for back-end translations
function a13_be($str){
_e( ” . $str, ‘photon’ ); /* empty string so Theme Check wont report it unnecessary */
}
function a13__be($str) {
return __( ” . $str, ‘photon_admin’ ); /* empty string so Theme Check wont report it unnecessary */
}/* Init of framework */
require_once ( get_template_directory() . ‘/advance/apollo13.php’);$a13_apollo13 = new Apollo13();
//start theme engine
$a13_apollo13->start();function my_sell_media_below_buy_button( $post_id ) {
$settings = sell_media_get_plugin_options();
$checkout_page = $settings->checkout_page;echo ‘‘ . __( ‘Check Out Now’, ‘sell_media’ ) . ‘‘;
}
add_action( ‘sell_media_below_buy_button’, ‘my_sell_media_below_buy_button’, $post_id );
?>
The topic ‘Syntax error in line 28’ is closed to new replies.