'', ), $atts ); if ( empty( $atts['id'] ) ) { return $content; } if ( ! isset( $addnow_plugin->settings['widgets'][ $atts['id'] ] ) ) { return $content; } $widget = $addnow_plugin->settings['widgets'][ $atts['id'] ]; $content .= AddNow_Plugin::wrapEmbedCode( $widget['code'] ) . $content; $addnow_plugin->add_js = true; return $content; } } }