ID ) { $states['page_for_contact_us'] = __( 'Contact us', 'brandy' ); } if ( (int) get_option( 'page_for_about_us' ) === $post->ID ) { $states['page_for_about_us'] = __( 'About us', 'brandy' ); } return $states; } }