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