= 1 && ! empty ( $post_excerpt ) ); } /** * A helper conditional function. * Theme has Read More Label or Not * * @return bool */ function amphibious_has_read_more_label() { // Read More Label $read_more_label = amphibious_mod( 'amphibious_read_more_label' ); /** * Read More Label Filter * @return bool */ return apply_filters( 'amphibious_has_read_more_label', (bool) ! empty ( $read_more_label ) ); } /** * A helper conditional function. * Theme has Sidebar or Not * * @return bool */ function amphibious_has_sidebar() { /** * Sidebar Filter * @return bool */ return apply_filters( 'amphibious_has_sidebar', (bool) is_active_sidebar( 'sidebar-1' ) ); }