Reply To: Remove entire copyright bar

Home Forums Support Remove entire copyright bar Reply To: Remove entire copyright bar

Home Forums Support Remove entire copyright bar Reply To: Remove entire copyright bar

#75455
Sabine

Hi Tom, Thanks for your reply.
I put your code at the bottom of the file (see below) on your simple-custom-css which I had already installed and it gave me this:

This plugin has been deactivated because your changes resulted in a fatal error.
Parse error: syntax error, unexpected ‘.’ in /home/sabine606/public_html/dev/wp-content/plugins/simple-custom-css/simple-custom-css.php on line 43

define( ‘SCCSS_FILE’, __FILE__ );

if( ! is_admin() ) {
require_once dirname( SCCSS_FILE ) . ‘/includes/public.php’;
} elseif( ! defined( ‘DOING_AJAX’ ) ) {
require_once dirname( SCCSS_FILE ) . ‘/includes/admin.php’;
}
.site-info {
display: none;
}

Is that the place to put it? Thanks, Sabine