merhaba;
Note:
Prior to PHP 5.5, empty() only supports variables; anything else will result in a parse error.
özetle empty içinde demo_option( şeklinde fonksiyon kullanmayın ve kodunuzu şöyle düzenleyin.
} elseif ( is_author() ) {
global $author;
$userdata = get_userdata( $author );
$doband_page = demo_option( 'band_page' );
if ( !empty( $doband_page ) ) {
$band_link = get_permalink( demo_option( 'band_page' ) );
}kolaylıklar.