diff --git a/functions.php b/functions.php index 337a348..f1e2c38 100644 --- a/functions.php +++ b/functions.php @@ -271,10 +271,9 @@ function hybrid_navigation_links() { * @since 0.2.1 */ function hybrid_footer_insert() { - $footer_insert = hybrid_get_setting( 'footer_insert' ); - - if ( !empty( $footer_insert ) ) - echo ''; + echo ''; } /**