fbpx
Court Cases – Americans United for Life

Court Cases

Since its founding in 1971, Americans United for Life has protected and defended human life in American courts and before international tribunals. After a pro-life bill is passed and signed into law, organizations such as Planned Parenthood, the ACLU, and the Center for Reproductive Rights routinely file a lawsuit challenging the law. AUL works with … Continue reading Court Cases

Whoops! There was an error.
ErrorException (E_NOTICE)
Undefined offset: 1 ErrorException thrown with message "Undefined offset: 1" Stacktrace: #11 ErrorException in /wordpress/plugins/wpcomsh/2.8.28/footer-credit/footer-credit-optimizations.php:26 #10 Illuminate\Foundation\Bootstrap\HandleExceptions:handleError in /wordpress/plugins/wpcomsh/2.8.28/footer-credit/footer-credit-optimizations.php:26 #9 wpcom_better_footer_links_buffer in [internal]:0 #8 ob_get_clean in /srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/Engines/PhpEngine.php:63 #7 Illuminate\View\Engines\PhpEngine:evaluatePath in /srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/Engines/PhpEngine.php:38 #6 Illuminate\View\Engines\PhpEngine:get in /srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/View.php:139 #5 Illuminate\View\View:getContents in /srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/View.php:122 #4 Illuminate\View\View:renderContents in /srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/View.php:91 #3 Illuminate\View\View:render in /srv/htdocs/wp-content/themes/aul-theme/index.php:15 #2 include in /wordpress/core/5.8.1/wp-includes/template-loader.php:106 #1 require_once in /wordpress/core/5.8.1/wp-blog-header.php:19 #0 require in /wordpress/core/5.8.1/index.php:17
11
ErrorException
/wordpress/plugins/wpcomsh/2.8.28/footer-credit/footer-credit-optimizations.php26
10
Illuminate\Foundation\Bootstrap\HandleExceptions handleError
/wordpress/plugins/wpcomsh/2.8.28/footer-credit/footer-credit-optimizations.php26
9
wpcom_better_footer_links_buffer
[internal]0
8
ob_get_clean
/vendor/illuminate/view/Engines/PhpEngine.php63
7
Illuminate\View\Engines\PhpEngine evaluatePath
/vendor/illuminate/view/Engines/PhpEngine.php38
6
Illuminate\View\Engines\PhpEngine get
/vendor/illuminate/view/View.php139
5
Illuminate\View\View getContents
/vendor/illuminate/view/View.php122
4
Illuminate\View\View renderContents
/vendor/illuminate/view/View.php91
3
Illuminate\View\View render
/index.php15
2
include
/wordpress/core/5.8.1/wp-includes/template-loader.php106
1
require_once
/wordpress/core/5.8.1/wp-blog-header.php19
0
require
/wordpress/core/5.8.1/index.php17
/wordpress/plugins/wpcomsh/2.8.28/footer-credit/footer-credit-optimizations.php
 * Create an output buffer to capture the HTML content of the footer.php theme
 * template. Used to change links, text, run a/b tests. Etc.
 *
 * @param string $page The HTML content from footer.php template file.
 * @return string $page HTML content.
 */
function wpcom_better_footer_links_buffer( $page ) {
    // Only add theme and colophon links for pub and premium themes, and VIP "partner" themes.
    if ( ! apply_filters( 'wpcom_better_footer_credit_apply', true ) ) {
        return $page;
    }
 
    // Would like to only see footer content before wp_footer output.
    $output = preg_split( '/wpcom_wp_footer/i', $page, 2 );
 
    // Run "better link" filters.
    $footer = wpcom_better_footer_links( $output[0] );
 
    // Piece back together again.
    $page = implode( array( $footer, 'wpcom_wp_footer' . $output[1] ) );
 
    // If nothing to join, return empty string.
    if ( 'wpcom_wp_footer' === $page ) {
        return '';
    }
 
    // Replace any dangling references of glue code.
    $page = preg_replace( '/wpcom_wp_footer/i', '', $page );
 
    return $page;
}
 
/**
 * Better WP.com footer links.
 *
 * 1. Replace default "Powered by WordPress" text and link with
 * a link to WordPress.com and custom call-out text.
 *
 * 2. Replace theme name in footer with a link to relevant theme page on the Theme Showcase.
 * URL structure: http://theme.wordpress.com/themes/{theme-slug}/
Arguments
  1. "Undefined offset: 1"
    
/wordpress/plugins/wpcomsh/2.8.28/footer-credit/footer-credit-optimizations.php
 * Create an output buffer to capture the HTML content of the footer.php theme
 * template. Used to change links, text, run a/b tests. Etc.
 *
 * @param string $page The HTML content from footer.php template file.
 * @return string $page HTML content.
 */
function wpcom_better_footer_links_buffer( $page ) {
    // Only add theme and colophon links for pub and premium themes, and VIP "partner" themes.
    if ( ! apply_filters( 'wpcom_better_footer_credit_apply', true ) ) {
        return $page;
    }
 
    // Would like to only see footer content before wp_footer output.
    $output = preg_split( '/wpcom_wp_footer/i', $page, 2 );
 
    // Run "better link" filters.
    $footer = wpcom_better_footer_links( $output[0] );
 
    // Piece back together again.
    $page = implode( array( $footer, 'wpcom_wp_footer' . $output[1] ) );
 
    // If nothing to join, return empty string.
    if ( 'wpcom_wp_footer' === $page ) {
        return '';
    }
 
    // Replace any dangling references of glue code.
    $page = preg_replace( '/wpcom_wp_footer/i', '', $page );
 
    return $page;
}
 
/**
 * Better WP.com footer links.
 *
 * 1. Replace default "Powered by WordPress" text and link with
 * a link to WordPress.com and custom call-out text.
 *
 * 2. Replace theme name in footer with a link to relevant theme page on the Theme Showcase.
 * URL structure: http://theme.wordpress.com/themes/{theme-slug}/
Arguments
  1. 8
    
  2. "Undefined offset: 1"
    
  3. "/wordpress/plugins/wpcomsh/2.8.28/footer-credit/footer-credit-optimizations.php"
    
  4. 26
    
  5. array:3 [
      "page" => """
        \t<div class="wp-embed-share-dialog hidden" role="dialog" aria-label="Sharing options">\n
        \t\t<div class="wp-embed-share-dialog-content">\n
        \t\t\t<div class="wp-embed-share-dialog-text">\n
        \t\t\t\t<ul class="wp-embed-share-tabs" role="tablist">\n
        \t\t\t\t\t<li class="wp-embed-share-tab-button wp-embed-share-tab-button-wordpress" role="presentation">\n
        \t\t\t\t\t\t<button type="button" role="tab" aria-controls="wp-embed-share-tab-wordpress" aria-selected="true" tabindex="0">WordPress Embed</button>\n
        \t\t\t\t\t</li>\n
        \t\t\t\t\t<li class="wp-embed-share-tab-button wp-embed-share-tab-button-html" role="presentation">\n
        \t\t\t\t\t\t<button type="button" role="tab" aria-controls="wp-embed-share-tab-html" aria-selected="false" tabindex="-1">HTML Embed</button>\n
        \t\t\t\t\t</li>\n
        \t\t\t\t</ul>\n
        \t\t\t\t<div id="wp-embed-share-tab-wordpress" class="wp-embed-share-tab" role="tabpanel" aria-hidden="false">\n
        \t\t\t\t\t<input type="text" value="https://aul.org/advocacy/court-cases/" class="wp-embed-share-input" aria-describedby="wp-embed-share-description-wordpress" tabindex="0" readonly/>\n
        \n
        \t\t\t\t\t<p class="wp-embed-share-description" id="wp-embed-share-description-wordpress">\n
        \t\t\t\t\t\tCopy and paste this URL into your WordPress site to embed\t\t\t\t\t</p>\n
        \t\t\t\t</div>\n
        \t\t\t\t<div id="wp-embed-share-tab-html" class="wp-embed-share-tab" role="tabpanel" aria-hidden="true">\n
        \t\t\t\t\t<textarea class="wp-embed-share-input" aria-describedby="wp-embed-share-description-html" tabindex="0" readonly>&lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://aul.org/advocacy/court-cases/&quot;&gt;Court Cases&lt;/a&gt;&lt;/blockquote&gt;\n
        &lt;script type=&#039;text/javascript&#039;&gt;\n
        &lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--\n
        \t\t/*! This file is auto-generated */\n
        \t\t!function(c,d){&quot;use strict&quot;;var e=!1,n=!1;if(d.querySelector)if(c.addEventListener)e=!0;if(c.wp=c.wp||{},!c.wp.receiveEmbedMessage)if(c.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!/[^a-zA-Z0-9]/.test(t.secret)){for(var r,a,i,s=d.querySelectorAll(&#039;iframe[data-secret=&quot;&#039;+t.secret+&#039;&quot;]&#039;),n=d.querySelectorAll(&#039;blockquote[data-secret=&quot;&#039;+t.secret+&#039;&quot;]&#039;),o=0;o&lt;n.length;o++)n[o].style.display=&quot;none&quot;;for(o=0;o&lt;s.length;o++)if(r=s[o],e.source===r.contentWindow){if(r.removeAttribute(&quot;style&quot;),&quot;height&quot;===t.message){if(1e3&lt;(i=parseInt(t.value,10)))i=1e3;else if(~~i&lt;200)i=200;r.height=i}if(&quot;link&quot;===t.message)if(a=d.createElement(&quot;a&quot;),i=d.createElement(&quot;a&quot;),a.href=r.getAttribute(&quot;src&quot;),i.href=t.value,i.host===a.host)if(d.activeElement===r)c.top.location.href=t.value}}},e)c.addEventListener(&quot;message&quot;,c.wp.receiveEmbedMessage,!1),d.addEventListener(&quot;DOMContentLoaded&quot;,t,!1),c.addEventListener(&quot;load&quot;,t,!1);function t(){if(!n){n=!0;for(var e,t,r=-1!==navigator.appVersion.indexOf(&quot;MSIE 10&quot;),a=!!navigator.userAgent.match(/Trident.*rv:11\./),i=d.querySelectorAll(&quot;iframe.wp-embedded-content&quot;),s=0;s&lt;i.length;s++){if(!(e=i[s]).getAttribute(&quot;data-secret&quot;))t=Math.random().toString(36).substr(2,10),e.src+=&quot;#?secret=&quot;+t,e.setAttribute(&quot;data-secret&quot;,t);if(r||a)(t=e.cloneNode(!0)).removeAttribute(&quot;security&quot;),e.parentNode.replaceChild(t,e)}}}}(window,document);\n
        //--&gt;&lt;!]]&gt;\n
        &lt;/script&gt;&lt;iframe sandbox=&quot;allow-scripts&quot; security=&quot;restricted&quot; src=&quot;https://aul.org/advocacy/court-cases/embed/&quot; width=&quot;600&quot; height=&quot;400&quot; title=&quot;&amp;#8220;Court Cases&amp;#8221; &amp;#8212; Americans United for Life&quot; frameborder=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; scrolling=&quot;no&quot; class=&quot;wp-embedded-content&quot;&gt;&lt;/iframe&gt;</textarea>\n
        \n
        \t\t\t\t\t<p class="wp-embed-share-description" id="wp-embed-share-description-html">\n
        \t\t\t\t\t\tCopy and paste this code into your site to embed\t\t\t\t\t</p>\n
        \t\t\t\t</div>\n
        \t\t\t</div>\n
        \n
        \t\t\t<button type="button" class="wp-embed-share-dialog-close" aria-label="Close sharing dialog">\n
        \t\t\t\t<span class="dashicons dashicons-no"></span>\n
        \t\t\t</button>\n
        \t\t</div>\n
        \t</div>\n
        \t\t<script>\n
        \t\t\t\t/*! This file is auto-generated */\n
        \t\t\t!function(c,u){"use strict";var r,t,e,n=u.querySelector&&c.addEventListener,b=!1;function f(e,t){c.parent.postMessage({message:e,value:t,secret:r},"*")}function i(){if(!b){b=!0;var e,r=u.querySelector(".wp-embed-share-dialog"),t=u.querySelector(".wp-embed-share-dialog-open"),n=u.querySelector(".wp-embed-share-dialog-close"),i=u.querySelectorAll(".wp-embed-share-input"),a=u.querySelectorAll(".wp-embed-share-tab-button button"),o=u.querySelector(".wp-embed-featured-image img");if(i)for(e=0;e<i.length;e++)i[e].addEventListener("click",function(e){e.target.select()});if(t&&t.addEventListener("click",function(){r.className=r.className.replace("hidden",""),u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]').focus()}),n&&n.addEventListener("click",function(){l()}),a)for(e=0;e<a.length;e++)a[e].addEventListener("click",s),a[e].addEventListener("keydown",d);u.addEventListener("keydown",function(e){var t;27===e.keyCode&&-1===r.className.indexOf("hidden")?l():9===e.keyCode&&(t=e,e=u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]'),n!==t.target||t.shiftKey?e===t.target&&t.shiftKey&&(n.focus(),t.preventDefault()):(e.focus(),t.preventDefault()))},!1),c.self!==c.top&&(f("height",Math.ceil(u.body.getBoundingClientRect().height)),o&&o.addEventListener("load",function(){f("height",Math.ceil(u.body.getBoundingClientRect().height))}),u.addEventListener("click",function(e){var t=((t=e.target).hasAttribute("href")?t:t.parentElement).getAttribute("href");event.altKey||event.ctrlKey||event.metaKey||event.shiftKey||t&&(f("link",t),e.preventDefault())}))}function l(){r.className+=" hidden",u.querySelector(".wp-embed-share-dialog-open").focus()}function s(e){var t=u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]');t.setAttribute("aria-selected","false"),u.querySelector("#"+t.getAttribute("aria-controls")).setAttribute("aria-hidden","true"),e.target.setAttribute("aria-selected","true"),u.querySelector("#"+e.target.getAttribute("aria-controls")).setAttribute("aria-hidden","false")}function d(e){var t,r=e.target,n=r.parentElement.previousElementSibling,i=r.parentElement.nextElementSibling;if(37===e.keyCode)t=n;else{if(39!==e.keyCode)return!1;t=i}(t="rtl"===u.documentElement.getAttribute("dir")?t===n?i:n:t)&&(t=t.firstElementChild,r.setAttribute("tabindex","-1"),r.setAttribute("aria-selected",!1),u.querySelector("#"+r.getAttribute("aria-controls")).setAttribute("aria-hidden","true"),t.setAttribute("tabindex","0"),t.setAttribute("aria-selected","true"),t.focus(),u.querySelector("#"+t.getAttribute("aria-controls")).setAttribute("aria-hidden","false"))}}n&&(!function e(){c.self===c.top||r||(r=c.location.hash.replace(/.*secret=([\d\w]{10}).*/,"$1"),clearTimeout(t),t=setTimeout(function(){e()},100))}(),u.documentElement.className=u.documentElement.className.replace(/\bno-js\b/,"")+" js",u.addEventListener("DOMContentLoaded",i,!1),c.addEventListener("load",i,!1),c.addEventListener("resize",function(){c.self!==c.top&&(clearTimeout(e),e=setTimeout(function(){f("height",Math.ceil(u.body.getBoundingClientRect().height))},100))},!1))}(window,document);\n
        \t\t\t</script>\n
        \t<script src='https://c0.wp.com/p/jetpack/10.1/_inc/build/photon/photon.min.js' id='jetpack-photon-js'></script>\n
        <script src='https://aul.org/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?ver=2.16.0' id='coblocks-animation-js'></script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/jquery-blockui/jquery.blockUI.min.js' id='jquery-blockui-js'></script>\n
        <script id='wc-add-to-cart-js-extra'>\n
        var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/aul.org\/cart\/","is_cart":"","cart_redirect_after_add":"no"};\n
        </script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/add-to-cart.min.js' id='wc-add-to-cart-js'></script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/js-cookie/js.cookie.min.js' id='js-cookie-js'></script>\n
        <script id='woocommerce-js-extra'>\n
        var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};\n
        </script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/woocommerce.min.js' id='woocommerce-js'></script>\n
        <script id='wc-cart-fragments-js-extra'>\n
        var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_d0b5418e3ec5eacdade66cf2cb159e60","fragment_name":"wc_fragments_d0b5418e3ec5eacdade66cf2cb159e60","request_timeout":"5000"};\n
        </script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/cart-fragments.min.js' id='wc-cart-fragments-js'></script>\n
        <script id='wc-cart-fragments-js-after'>\n
        \t\tjQuery( 'body' ).bind( 'wc_fragments_refreshed', function() {\n
        \t\t\tvar jetpackLazyImagesLoadEvent;\n
        \t\t\ttry {\n
        \t\t\t\tjetpackLazyImagesLoadEvent = new Event( 'jetpack-lazy-images-load', {\n
        \t\t\t\t\tbubbles: true,\n
        \t\t\t\t\tcancelable: true\n
        \t\t\t\t} );\n
        \t\t\t} catch ( e ) {\n
        \t\t\t\tjetpackLazyImagesLoadEvent = document.createEvent( 'Event' )\n
        \t\t\t\tjetpackLazyImagesLoadEvent.initEvent( 'jetpack-lazy-images-load', true, true );\n
        \t\t\t}\n
        \t\t\tjQuery( 'body' ).get( 0 ).dispatchEvent( jetpackLazyImagesLoadEvent );\n
        \t\t} );\n
        \t\t\n
        </script>\n
        <script src='https://secure.gravatar.com/js/gprofiles.js?ver=202137' id='grofiles-cards-js'></script>\n
        <script id='wpgroho-js-extra'>\n
        var WPGroHo = {"my_hash":""};\n
        </script>\n
        <script src='https://c0.wp.com/p/jetpack/10.1/modules/wpgroho.js' id='wpgroho-js'></script>\n
        <script src='https://c0.wp.com/p/jetpack/10.1/_inc/build/widgets/milestone/milestone.min.js' id='milestone-js'></script>\n
        <script src='https://aul.org/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/../dist/intersection-observer.js?ver=1.1.3' id='jetpack-lazy-images-polyfill-intersectionobserver-js'></script>\n
        <script id='jetpack-lazy-images-js-extra'>\n
        var jetpackLazyImagesL10n = {"loading_warning":"Images are still loading. Please cancel your print and try again."};\n
        </script>\n
        <script src='https://aul.org/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/../dist/lazy-images.js?ver=1.1.3' id='jetpack-lazy-images-js'></script>\n
        <script id='sage/vendor.js-js-before'>\n
        !function(){"use strict";var n,r={},e={};function t(n){var o=e[n];if(void 0!==o)return o.exports;var u=e[n]={id:n,exports:{}};return r[n](u,u.exports,t),u.exports}t.m=r,n=[],t.O=function(r,e,o,u){if(!e){var f=1/0;for(a=0;a<n.length;a++){e=n[a][0],o=n[a][1],u=n[a][2];for(var i=!0,c=0;c<e.length;c++)(!1&u||f>=u)&&Object.keys(t.O).every((function(n){return t.O[n](e[c])}))?e.splice(c--,1):(i=!1,u<f&&(f=u));i&&(n.splice(a--,1),r=o())}return r}u=u||0;for(var a=n.length;a>0&&n[a-1][2]>u;a--)n[a]=n[a-1];n[a]=[e,o,u]},t.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(r,{a:r}),r},t.d=function(n,r){for(var e in r)t.o(r,e)&&!t.o(n,e)&&Object.defineProperty(n,e,{enumerable:!0,get:r[e]})},t.o=function(n,r){return Object.prototype.hasOwnProperty.call(n,r)},function(){var n={546:0,126:0,692:0};t.O.j=function(r){return 0===n[r]};var r=function(r,e){var o,u,f=e[0],i=e[1],c=e[2],a=0;for(o in i)t.o(i,o)&&(t.m[o]=i[o]);if(c)var l=c(t);for(r&&r(e);a<f.length;a++)u=f[a],t.o(n,u)&&n[u]&&n[u][0](),n[f[a]]=0;return t.O(l)},e=self.webpackChunk=self.webpackChunk||[];e.forEach(r.bind(null,0)),e.push=r.bind(null,e.push.bind(e))}()}();\n
        //# sourceMappingURL=manifest.js.map\n
        </script>\n
        <script src='https://aul.org/wp-content/themes/aul-theme/public/scripts/vendor.js?id=751207c1baf2151ccc64' id='sage/vendor.js-js'></script>\n
        <script src='https://aul.org/wp-content/themes/aul-theme/public/scripts/app.js?id=f3595879f11c35b3da5c' id='sage/app.js-js'></script>\n
        </body>\n
        </html>\n
        """
      "output" => array:1 [
        0 => """
          \t<div class="wp-embed-share-dialog hidden" role="dialog" aria-label="Sharing options">\n
          \t\t<div class="wp-embed-share-dialog-content">\n
          \t\t\t<div class="wp-embed-share-dialog-text">\n
          \t\t\t\t<ul class="wp-embed-share-tabs" role="tablist">\n
          \t\t\t\t\t<li class="wp-embed-share-tab-button wp-embed-share-tab-button-wordpress" role="presentation">\n
          \t\t\t\t\t\t<button type="button" role="tab" aria-controls="wp-embed-share-tab-wordpress" aria-selected="true" tabindex="0">WordPress Embed</button>\n
          \t\t\t\t\t</li>\n
          \t\t\t\t\t<li class="wp-embed-share-tab-button wp-embed-share-tab-button-html" role="presentation">\n
          \t\t\t\t\t\t<button type="button" role="tab" aria-controls="wp-embed-share-tab-html" aria-selected="false" tabindex="-1">HTML Embed</button>\n
          \t\t\t\t\t</li>\n
          \t\t\t\t</ul>\n
          \t\t\t\t<div id="wp-embed-share-tab-wordpress" class="wp-embed-share-tab" role="tabpanel" aria-hidden="false">\n
          \t\t\t\t\t<input type="text" value="https://aul.org/advocacy/court-cases/" class="wp-embed-share-input" aria-describedby="wp-embed-share-description-wordpress" tabindex="0" readonly/>\n
          \n
          \t\t\t\t\t<p class="wp-embed-share-description" id="wp-embed-share-description-wordpress">\n
          \t\t\t\t\t\tCopy and paste this URL into your WordPress site to embed\t\t\t\t\t</p>\n
          \t\t\t\t</div>\n
          \t\t\t\t<div id="wp-embed-share-tab-html" class="wp-embed-share-tab" role="tabpanel" aria-hidden="true">\n
          \t\t\t\t\t<textarea class="wp-embed-share-input" aria-describedby="wp-embed-share-description-html" tabindex="0" readonly>&lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://aul.org/advocacy/court-cases/&quot;&gt;Court Cases&lt;/a&gt;&lt;/blockquote&gt;\n
          &lt;script type=&#039;text/javascript&#039;&gt;\n
          &lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--\n
          \t\t/*! This file is auto-generated */\n
          \t\t!function(c,d){&quot;use strict&quot;;var e=!1,n=!1;if(d.querySelector)if(c.addEventListener)e=!0;if(c.wp=c.wp||{},!c.wp.receiveEmbedMessage)if(c.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!/[^a-zA-Z0-9]/.test(t.secret)){for(var r,a,i,s=d.querySelectorAll(&#039;iframe[data-secret=&quot;&#039;+t.secret+&#039;&quot;]&#039;),n=d.querySelectorAll(&#039;blockquote[data-secret=&quot;&#039;+t.secret+&#039;&quot;]&#039;),o=0;o&lt;n.length;o++)n[o].style.display=&quot;none&quot;;for(o=0;o&lt;s.length;o++)if(r=s[o],e.source===r.contentWindow){if(r.removeAttribute(&quot;style&quot;),&quot;height&quot;===t.message){if(1e3&lt;(i=parseInt(t.value,10)))i=1e3;else if(~~i&lt;200)i=200;r.height=i}if(&quot;link&quot;===t.message)if(a=d.createElement(&quot;a&quot;),i=d.createElement(&quot;a&quot;),a.href=r.getAttribute(&quot;src&quot;),i.href=t.value,i.host===a.host)if(d.activeElement===r)c.top.location.href=t.value}}},e)c.addEventListener(&quot;message&quot;,c.wp.receiveEmbedMessage,!1),d.addEventListener(&quot;DOMContentLoaded&quot;,t,!1),c.addEventListener(&quot;load&quot;,t,!1);function t(){if(!n){n=!0;for(var e,t,r=-1!==navigator.appVersion.indexOf(&quot;MSIE 10&quot;),a=!!navigator.userAgent.match(/Trident.*rv:11\./),i=d.querySelectorAll(&quot;iframe.wp-embedded-content&quot;),s=0;s&lt;i.length;s++){if(!(e=i[s]).getAttribute(&quot;data-secret&quot;))t=Math.random().toString(36).substr(2,10),e.src+=&quot;#?secret=&quot;+t,e.setAttribute(&quot;data-secret&quot;,t);if(r||a)(t=e.cloneNode(!0)).removeAttribute(&quot;security&quot;),e.parentNode.replaceChild(t,e)}}}}(window,document);\n
          //--&gt;&lt;!]]&gt;\n
          &lt;/script&gt;&lt;iframe sandbox=&quot;allow-scripts&quot; security=&quot;restricted&quot; src=&quot;https://aul.org/advocacy/court-cases/embed/&quot; width=&quot;600&quot; height=&quot;400&quot; title=&quot;&amp;#8220;Court Cases&amp;#8221; &amp;#8212; Americans United for Life&quot; frameborder=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; scrolling=&quot;no&quot; class=&quot;wp-embedded-content&quot;&gt;&lt;/iframe&gt;</textarea>\n
          \n
          \t\t\t\t\t<p class="wp-embed-share-description" id="wp-embed-share-description-html">\n
          \t\t\t\t\t\tCopy and paste this code into your site to embed\t\t\t\t\t</p>\n
          \t\t\t\t</div>\n
          \t\t\t</div>\n
          \n
          \t\t\t<button type="button" class="wp-embed-share-dialog-close" aria-label="Close sharing dialog">\n
          \t\t\t\t<span class="dashicons dashicons-no"></span>\n
          \t\t\t</button>\n
          \t\t</div>\n
          \t</div>\n
          \t\t<script>\n
          \t\t\t\t/*! This file is auto-generated */\n
          \t\t\t!function(c,u){"use strict";var r,t,e,n=u.querySelector&&c.addEventListener,b=!1;function f(e,t){c.parent.postMessage({message:e,value:t,secret:r},"*")}function i(){if(!b){b=!0;var e,r=u.querySelector(".wp-embed-share-dialog"),t=u.querySelector(".wp-embed-share-dialog-open"),n=u.querySelector(".wp-embed-share-dialog-close"),i=u.querySelectorAll(".wp-embed-share-input"),a=u.querySelectorAll(".wp-embed-share-tab-button button"),o=u.querySelector(".wp-embed-featured-image img");if(i)for(e=0;e<i.length;e++)i[e].addEventListener("click",function(e){e.target.select()});if(t&&t.addEventListener("click",function(){r.className=r.className.replace("hidden",""),u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]').focus()}),n&&n.addEventListener("click",function(){l()}),a)for(e=0;e<a.length;e++)a[e].addEventListener("click",s),a[e].addEventListener("keydown",d);u.addEventListener("keydown",function(e){var t;27===e.keyCode&&-1===r.className.indexOf("hidden")?l():9===e.keyCode&&(t=e,e=u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]'),n!==t.target||t.shiftKey?e===t.target&&t.shiftKey&&(n.focus(),t.preventDefault()):(e.focus(),t.preventDefault()))},!1),c.self!==c.top&&(f("height",Math.ceil(u.body.getBoundingClientRect().height)),o&&o.addEventListener("load",function(){f("height",Math.ceil(u.body.getBoundingClientRect().height))}),u.addEventListener("click",function(e){var t=((t=e.target).hasAttribute("href")?t:t.parentElement).getAttribute("href");event.altKey||event.ctrlKey||event.metaKey||event.shiftKey||t&&(f("link",t),e.preventDefault())}))}function l(){r.className+=" hidden",u.querySelector(".wp-embed-share-dialog-open").focus()}function s(e){var t=u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]');t.setAttribute("aria-selected","false"),u.querySelector("#"+t.getAttribute("aria-controls")).setAttribute("aria-hidden","true"),e.target.setAttribute("aria-selected","true"),u.querySelector("#"+e.target.getAttribute("aria-controls")).setAttribute("aria-hidden","false")}function d(e){var t,r=e.target,n=r.parentElement.previousElementSibling,i=r.parentElement.nextElementSibling;if(37===e.keyCode)t=n;else{if(39!==e.keyCode)return!1;t=i}(t="rtl"===u.documentElement.getAttribute("dir")?t===n?i:n:t)&&(t=t.firstElementChild,r.setAttribute("tabindex","-1"),r.setAttribute("aria-selected",!1),u.querySelector("#"+r.getAttribute("aria-controls")).setAttribute("aria-hidden","true"),t.setAttribute("tabindex","0"),t.setAttribute("aria-selected","true"),t.focus(),u.querySelector("#"+t.getAttribute("aria-controls")).setAttribute("aria-hidden","false"))}}n&&(!function e(){c.self===c.top||r||(r=c.location.hash.replace(/.*secret=([\d\w]{10}).*/,"$1"),clearTimeout(t),t=setTimeout(function(){e()},100))}(),u.documentElement.className=u.documentElement.className.replace(/\bno-js\b/,"")+" js",u.addEventListener("DOMContentLoaded",i,!1),c.addEventListener("load",i,!1),c.addEventListener("resize",function(){c.self!==c.top&&(clearTimeout(e),e=setTimeout(function(){f("height",Math.ceil(u.body.getBoundingClientRect().height))},100))},!1))}(window,document);\n
          \t\t\t</script>\n
          \t<script src='https://c0.wp.com/p/jetpack/10.1/_inc/build/photon/photon.min.js' id='jetpack-photon-js'></script>\n
          <script src='https://aul.org/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?ver=2.16.0' id='coblocks-animation-js'></script>\n
          <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/jquery-blockui/jquery.blockUI.min.js' id='jquery-blockui-js'></script>\n
          <script id='wc-add-to-cart-js-extra'>\n
          var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/aul.org\/cart\/","is_cart":"","cart_redirect_after_add":"no"};\n
          </script>\n
          <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/add-to-cart.min.js' id='wc-add-to-cart-js'></script>\n
          <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/js-cookie/js.cookie.min.js' id='js-cookie-js'></script>\n
          <script id='woocommerce-js-extra'>\n
          var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};\n
          </script>\n
          <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/woocommerce.min.js' id='woocommerce-js'></script>\n
          <script id='wc-cart-fragments-js-extra'>\n
          var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_d0b5418e3ec5eacdade66cf2cb159e60","fragment_name":"wc_fragments_d0b5418e3ec5eacdade66cf2cb159e60","request_timeout":"5000"};\n
          </script>\n
          <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/cart-fragments.min.js' id='wc-cart-fragments-js'></script>\n
          <script id='wc-cart-fragments-js-after'>\n
          \t\tjQuery( 'body' ).bind( 'wc_fragments_refreshed', function() {\n
          \t\t\tvar jetpackLazyImagesLoadEvent;\n
          \t\t\ttry {\n
          \t\t\t\tjetpackLazyImagesLoadEvent = new Event( 'jetpack-lazy-images-load', {\n
          \t\t\t\t\tbubbles: true,\n
          \t\t\t\t\tcancelable: true\n
          \t\t\t\t} );\n
          \t\t\t} catch ( e ) {\n
          \t\t\t\tjetpackLazyImagesLoadEvent = document.createEvent( 'Event' )\n
          \t\t\t\tjetpackLazyImagesLoadEvent.initEvent( 'jetpack-lazy-images-load', true, true );\n
          \t\t\t}\n
          \t\t\tjQuery( 'body' ).get( 0 ).dispatchEvent( jetpackLazyImagesLoadEvent );\n
          \t\t} );\n
          \t\t\n
          </script>\n
          <script src='https://secure.gravatar.com/js/gprofiles.js?ver=202137' id='grofiles-cards-js'></script>\n
          <script id='wpgroho-js-extra'>\n
          var WPGroHo = {"my_hash":""};\n
          </script>\n
          <script src='https://c0.wp.com/p/jetpack/10.1/modules/wpgroho.js' id='wpgroho-js'></script>\n
          <script src='https://c0.wp.com/p/jetpack/10.1/_inc/build/widgets/milestone/milestone.min.js' id='milestone-js'></script>\n
          <script src='https://aul.org/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/../dist/intersection-observer.js?ver=1.1.3' id='jetpack-lazy-images-polyfill-intersectionobserver-js'></script>\n
          <script id='jetpack-lazy-images-js-extra'>\n
          var jetpackLazyImagesL10n = {"loading_warning":"Images are still loading. Please cancel your print and try again."};\n
          </script>\n
          <script src='https://aul.org/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/../dist/lazy-images.js?ver=1.1.3' id='jetpack-lazy-images-js'></script>\n
          <script id='sage/vendor.js-js-before'>\n
          !function(){"use strict";var n,r={},e={};function t(n){var o=e[n];if(void 0!==o)return o.exports;var u=e[n]={id:n,exports:{}};return r[n](u,u.exports,t),u.exports}t.m=r,n=[],t.O=function(r,e,o,u){if(!e){var f=1/0;for(a=0;a<n.length;a++){e=n[a][0],o=n[a][1],u=n[a][2];for(var i=!0,c=0;c<e.length;c++)(!1&u||f>=u)&&Object.keys(t.O).every((function(n){return t.O[n](e[c])}))?e.splice(c--,1):(i=!1,u<f&&(f=u));i&&(n.splice(a--,1),r=o())}return r}u=u||0;for(var a=n.length;a>0&&n[a-1][2]>u;a--)n[a]=n[a-1];n[a]=[e,o,u]},t.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(r,{a:r}),r},t.d=function(n,r){for(var e in r)t.o(r,e)&&!t.o(n,e)&&Object.defineProperty(n,e,{enumerable:!0,get:r[e]})},t.o=function(n,r){return Object.prototype.hasOwnProperty.call(n,r)},function(){var n={546:0,126:0,692:0};t.O.j=function(r){return 0===n[r]};var r=function(r,e){var o,u,f=e[0],i=e[1],c=e[2],a=0;for(o in i)t.o(i,o)&&(t.m[o]=i[o]);if(c)var l=c(t);for(r&&r(e);a<f.length;a++)u=f[a],t.o(n,u)&&n[u]&&n[u][0](),n[f[a]]=0;return t.O(l)},e=self.webpackChunk=self.webpackChunk||[];e.forEach(r.bind(null,0)),e.push=r.bind(null,e.push.bind(e))}()}();\n
          //# sourceMappingURL=manifest.js.map\n
          </script>\n
          <script src='https://aul.org/wp-content/themes/aul-theme/public/scripts/vendor.js?id=751207c1baf2151ccc64' id='sage/vendor.js-js'></script>\n
          <script src='https://aul.org/wp-content/themes/aul-theme/public/scripts/app.js?id=f3595879f11c35b3da5c' id='sage/app.js-js'></script>\n
          </body>\n
          </html>\n
          """
      ]
      "footer" => """
        \t<div class="wp-embed-share-dialog hidden" role="dialog" aria-label="Sharing options">\n
        \t\t<div class="wp-embed-share-dialog-content">\n
        \t\t\t<div class="wp-embed-share-dialog-text">\n
        \t\t\t\t<ul class="wp-embed-share-tabs" role="tablist">\n
        \t\t\t\t\t<li class="wp-embed-share-tab-button wp-embed-share-tab-button-wordpress" role="presentation">\n
        \t\t\t\t\t\t<button type="button" role="tab" aria-controls="wp-embed-share-tab-wordpress" aria-selected="true" tabindex="0">WordPress Embed</button>\n
        \t\t\t\t\t</li>\n
        \t\t\t\t\t<li class="wp-embed-share-tab-button wp-embed-share-tab-button-html" role="presentation">\n
        \t\t\t\t\t\t<button type="button" role="tab" aria-controls="wp-embed-share-tab-html" aria-selected="false" tabindex="-1">HTML Embed</button>\n
        \t\t\t\t\t</li>\n
        \t\t\t\t</ul>\n
        \t\t\t\t<div id="wp-embed-share-tab-wordpress" class="wp-embed-share-tab" role="tabpanel" aria-hidden="false">\n
        \t\t\t\t\t<input type="text" value="https://aul.org/advocacy/court-cases/" class="wp-embed-share-input" aria-describedby="wp-embed-share-description-wordpress" tabindex="0" readonly/>\n
        \n
        \t\t\t\t\t<p class="wp-embed-share-description" id="wp-embed-share-description-wordpress">\n
        \t\t\t\t\t\tCopy and paste this URL into your WordPress site to embed\t\t\t\t\t</p>\n
        \t\t\t\t</div>\n
        \t\t\t\t<div id="wp-embed-share-tab-html" class="wp-embed-share-tab" role="tabpanel" aria-hidden="true">\n
        \t\t\t\t\t<textarea class="wp-embed-share-input" aria-describedby="wp-embed-share-description-html" tabindex="0" readonly>&lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://aul.org/advocacy/court-cases/&quot;&gt;Court Cases&lt;/a&gt;&lt;/blockquote&gt;\n
        &lt;script type=&#039;text/javascript&#039;&gt;\n
        &lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--\n
        \t\t/*! This file is auto-generated */\n
        \t\t!function(c,d){&quot;use strict&quot;;var e=!1,n=!1;if(d.querySelector)if(c.addEventListener)e=!0;if(c.wp=c.wp||{},!c.wp.receiveEmbedMessage)if(c.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!/[^a-zA-Z0-9]/.test(t.secret)){for(var r,a,i,s=d.querySelectorAll(&#039;iframe[data-secret=&quot;&#039;+t.secret+&#039;&quot;]&#039;),n=d.querySelectorAll(&#039;blockquote[data-secret=&quot;&#039;+t.secret+&#039;&quot;]&#039;),o=0;o&lt;n.length;o++)n[o].style.display=&quot;none&quot;;for(o=0;o&lt;s.length;o++)if(r=s[o],e.source===r.contentWindow){if(r.removeAttribute(&quot;style&quot;),&quot;height&quot;===t.message){if(1e3&lt;(i=parseInt(t.value,10)))i=1e3;else if(~~i&lt;200)i=200;r.height=i}if(&quot;link&quot;===t.message)if(a=d.createElement(&quot;a&quot;),i=d.createElement(&quot;a&quot;),a.href=r.getAttribute(&quot;src&quot;),i.href=t.value,i.host===a.host)if(d.activeElement===r)c.top.location.href=t.value}}},e)c.addEventListener(&quot;message&quot;,c.wp.receiveEmbedMessage,!1),d.addEventListener(&quot;DOMContentLoaded&quot;,t,!1),c.addEventListener(&quot;load&quot;,t,!1);function t(){if(!n){n=!0;for(var e,t,r=-1!==navigator.appVersion.indexOf(&quot;MSIE 10&quot;),a=!!navigator.userAgent.match(/Trident.*rv:11\./),i=d.querySelectorAll(&quot;iframe.wp-embedded-content&quot;),s=0;s&lt;i.length;s++){if(!(e=i[s]).getAttribute(&quot;data-secret&quot;))t=Math.random().toString(36).substr(2,10),e.src+=&quot;#?secret=&quot;+t,e.setAttribute(&quot;data-secret&quot;,t);if(r||a)(t=e.cloneNode(!0)).removeAttribute(&quot;security&quot;),e.parentNode.replaceChild(t,e)}}}}(window,document);\n
        //--&gt;&lt;!]]&gt;\n
        &lt;/script&gt;&lt;iframe sandbox=&quot;allow-scripts&quot; security=&quot;restricted&quot; src=&quot;https://aul.org/advocacy/court-cases/embed/&quot; width=&quot;600&quot; height=&quot;400&quot; title=&quot;&amp;#8220;Court Cases&amp;#8221; &amp;#8212; Americans United for Life&quot; frameborder=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; scrolling=&quot;no&quot; class=&quot;wp-embedded-content&quot;&gt;&lt;/iframe&gt;</textarea>\n
        \n
        \t\t\t\t\t<p class="wp-embed-share-description" id="wp-embed-share-description-html">\n
        \t\t\t\t\t\tCopy and paste this code into your site to embed\t\t\t\t\t</p>\n
        \t\t\t\t</div>\n
        \t\t\t</div>\n
        \n
        \t\t\t<button type="button" class="wp-embed-share-dialog-close" aria-label="Close sharing dialog">\n
        \t\t\t\t<span class="dashicons dashicons-no"></span>\n
        \t\t\t</button>\n
        \t\t</div>\n
        \t</div>\n
        \t\t<script>\n
        \t\t\t\t/*! This file is auto-generated */\n
        \t\t\t!function(c,u){"use strict";var r,t,e,n=u.querySelector&&c.addEventListener,b=!1;function f(e,t){c.parent.postMessage({message:e,value:t,secret:r},"*")}function i(){if(!b){b=!0;var e,r=u.querySelector(".wp-embed-share-dialog"),t=u.querySelector(".wp-embed-share-dialog-open"),n=u.querySelector(".wp-embed-share-dialog-close"),i=u.querySelectorAll(".wp-embed-share-input"),a=u.querySelectorAll(".wp-embed-share-tab-button button"),o=u.querySelector(".wp-embed-featured-image img");if(i)for(e=0;e<i.length;e++)i[e].addEventListener("click",function(e){e.target.select()});if(t&&t.addEventListener("click",function(){r.className=r.className.replace("hidden",""),u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]').focus()}),n&&n.addEventListener("click",function(){l()}),a)for(e=0;e<a.length;e++)a[e].addEventListener("click",s),a[e].addEventListener("keydown",d);u.addEventListener("keydown",function(e){var t;27===e.keyCode&&-1===r.className.indexOf("hidden")?l():9===e.keyCode&&(t=e,e=u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]'),n!==t.target||t.shiftKey?e===t.target&&t.shiftKey&&(n.focus(),t.preventDefault()):(e.focus(),t.preventDefault()))},!1),c.self!==c.top&&(f("height",Math.ceil(u.body.getBoundingClientRect().height)),o&&o.addEventListener("load",function(){f("height",Math.ceil(u.body.getBoundingClientRect().height))}),u.addEventListener("click",function(e){var t=((t=e.target).hasAttribute("href")?t:t.parentElement).getAttribute("href");event.altKey||event.ctrlKey||event.metaKey||event.shiftKey||t&&(f("link",t),e.preventDefault())}))}function l(){r.className+=" hidden",u.querySelector(".wp-embed-share-dialog-open").focus()}function s(e){var t=u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]');t.setAttribute("aria-selected","false"),u.querySelector("#"+t.getAttribute("aria-controls")).setAttribute("aria-hidden","true"),e.target.setAttribute("aria-selected","true"),u.querySelector("#"+e.target.getAttribute("aria-controls")).setAttribute("aria-hidden","false")}function d(e){var t,r=e.target,n=r.parentElement.previousElementSibling,i=r.parentElement.nextElementSibling;if(37===e.keyCode)t=n;else{if(39!==e.keyCode)return!1;t=i}(t="rtl"===u.documentElement.getAttribute("dir")?t===n?i:n:t)&&(t=t.firstElementChild,r.setAttribute("tabindex","-1"),r.setAttribute("aria-selected",!1),u.querySelector("#"+r.getAttribute("aria-controls")).setAttribute("aria-hidden","true"),t.setAttribute("tabindex","0"),t.setAttribute("aria-selected","true"),t.focus(),u.querySelector("#"+t.getAttribute("aria-controls")).setAttribute("aria-hidden","false"))}}n&&(!function e(){c.self===c.top||r||(r=c.location.hash.replace(/.*secret=([\d\w]{10}).*/,"$1"),clearTimeout(t),t=setTimeout(function(){e()},100))}(),u.documentElement.className=u.documentElement.className.replace(/\bno-js\b/,"")+" js",u.addEventListener("DOMContentLoaded",i,!1),c.addEventListener("load",i,!1),c.addEventListener("resize",function(){c.self!==c.top&&(clearTimeout(e),e=setTimeout(function(){f("height",Math.ceil(u.body.getBoundingClientRect().height))},100))},!1))}(window,document);\n
        \t\t\t</script>\n
        \t<script src='https://c0.wp.com/p/jetpack/10.1/_inc/build/photon/photon.min.js' id='jetpack-photon-js'></script>\n
        <script src='https://aul.org/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?ver=2.16.0' id='coblocks-animation-js'></script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/jquery-blockui/jquery.blockUI.min.js' id='jquery-blockui-js'></script>\n
        <script id='wc-add-to-cart-js-extra'>\n
        var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/aul.org\/cart\/","is_cart":"","cart_redirect_after_add":"no"};\n
        </script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/add-to-cart.min.js' id='wc-add-to-cart-js'></script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/js-cookie/js.cookie.min.js' id='js-cookie-js'></script>\n
        <script id='woocommerce-js-extra'>\n
        var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};\n
        </script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/woocommerce.min.js' id='woocommerce-js'></script>\n
        <script id='wc-cart-fragments-js-extra'>\n
        var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_d0b5418e3ec5eacdade66cf2cb159e60","fragment_name":"wc_fragments_d0b5418e3ec5eacdade66cf2cb159e60","request_timeout":"5000"};\n
        </script>\n
        <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/cart-fragments.min.js' id='wc-cart-fragments-js'></script>\n
        <script id='wc-cart-fragments-js-after'>\n
        \t\tjQuery( 'body' ).bind( 'wc_fragments_refreshed', function() {\n
        \t\t\tvar jetpackLazyImagesLoadEvent;\n
        \t\t\ttry {\n
        \t\t\t\tjetpackLazyImagesLoadEvent = new Event( 'jetpack-lazy-images-load', {\n
        \t\t\t\t\tbubbles: true,\n
        \t\t\t\t\tcancelable: true\n
        \t\t\t\t} );\n
        \t\t\t} catch ( e ) {\n
        \t\t\t\tjetpackLazyImagesLoadEvent = document.createEvent( 'Event' )\n
        \t\t\t\tjetpackLazyImagesLoadEvent.initEvent( 'jetpack-lazy-images-load', true, true );\n
        \t\t\t}\n
        \t\t\tjQuery( 'body' ).get( 0 ).dispatchEvent( jetpackLazyImagesLoadEvent );\n
        \t\t} );\n
        \t\t\n
        </script>\n
        <script src='https://secure.gravatar.com/js/gprofiles.js?ver=202137' id='grofiles-cards-js'></script>\n
        <script id='wpgroho-js-extra'>\n
        var WPGroHo = {"my_hash":""};\n
        </script>\n
        <script src='https://c0.wp.com/p/jetpack/10.1/modules/wpgroho.js' id='wpgroho-js'></script>\n
        <script src='https://c0.wp.com/p/jetpack/10.1/_inc/build/widgets/milestone/milestone.min.js' id='milestone-js'></script>\n
        <script src='https://aul.org/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/../dist/intersection-observer.js?ver=1.1.3' id='jetpack-lazy-images-polyfill-intersectionobserver-js'></script>\n
        <script id='jetpack-lazy-images-js-extra'>\n
        var jetpackLazyImagesL10n = {"loading_warning":"Images are still loading. Please cancel your print and try again."};\n
        </script>\n
        <script src='https://aul.org/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/../dist/lazy-images.js?ver=1.1.3' id='jetpack-lazy-images-js'></script>\n
        <script id='sage/vendor.js-js-before'>\n
        !function(){"use strict";var n,r={},e={};function t(n){var o=e[n];if(void 0!==o)return o.exports;var u=e[n]={id:n,exports:{}};return r[n](u,u.exports,t),u.exports}t.m=r,n=[],t.O=function(r,e,o,u){if(!e){var f=1/0;for(a=0;a<n.length;a++){e=n[a][0],o=n[a][1],u=n[a][2];for(var i=!0,c=0;c<e.length;c++)(!1&u||f>=u)&&Object.keys(t.O).every((function(n){return t.O[n](e[c])}))?e.splice(c--,1):(i=!1,u<f&&(f=u));i&&(n.splice(a--,1),r=o())}return r}u=u||0;for(var a=n.length;a>0&&n[a-1][2]>u;a--)n[a]=n[a-1];n[a]=[e,o,u]},t.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(r,{a:r}),r},t.d=function(n,r){for(var e in r)t.o(r,e)&&!t.o(n,e)&&Object.defineProperty(n,e,{enumerable:!0,get:r[e]})},t.o=function(n,r){return Object.prototype.hasOwnProperty.call(n,r)},function(){var n={546:0,126:0,692:0};t.O.j=function(r){return 0===n[r]};var r=function(r,e){var o,u,f=e[0],i=e[1],c=e[2],a=0;for(o in i)t.o(i,o)&&(t.m[o]=i[o]);if(c)var l=c(t);for(r&&r(e);a<f.length;a++)u=f[a],t.o(n,u)&&n[u]&&n[u][0](),n[f[a]]=0;return t.O(l)},e=self.webpackChunk=self.webpackChunk||[];e.forEach(r.bind(null,0)),e.push=r.bind(null,e.push.bind(e))}()}();\n
        //# sourceMappingURL=manifest.js.map\n
        </script>\n
        <script src='https://aul.org/wp-content/themes/aul-theme/public/scripts/vendor.js?id=751207c1baf2151ccc64' id='sage/vendor.js-js'></script>\n
        <script src='https://aul.org/wp-content/themes/aul-theme/public/scripts/app.js?id=f3595879f11c35b3da5c' id='sage/app.js-js'></script>\n
        </body>\n
        </html>\n
        """
    ]
    
[internal]
Arguments
  1. """
    \t<div class="wp-embed-share-dialog hidden" role="dialog" aria-label="Sharing options">\n
    \t\t<div class="wp-embed-share-dialog-content">\n
    \t\t\t<div class="wp-embed-share-dialog-text">\n
    \t\t\t\t<ul class="wp-embed-share-tabs" role="tablist">\n
    \t\t\t\t\t<li class="wp-embed-share-tab-button wp-embed-share-tab-button-wordpress" role="presentation">\n
    \t\t\t\t\t\t<button type="button" role="tab" aria-controls="wp-embed-share-tab-wordpress" aria-selected="true" tabindex="0">WordPress Embed</button>\n
    \t\t\t\t\t</li>\n
    \t\t\t\t\t<li class="wp-embed-share-tab-button wp-embed-share-tab-button-html" role="presentation">\n
    \t\t\t\t\t\t<button type="button" role="tab" aria-controls="wp-embed-share-tab-html" aria-selected="false" tabindex="-1">HTML Embed</button>\n
    \t\t\t\t\t</li>\n
    \t\t\t\t</ul>\n
    \t\t\t\t<div id="wp-embed-share-tab-wordpress" class="wp-embed-share-tab" role="tabpanel" aria-hidden="false">\n
    \t\t\t\t\t<input type="text" value="https://aul.org/advocacy/court-cases/" class="wp-embed-share-input" aria-describedby="wp-embed-share-description-wordpress" tabindex="0" readonly/>\n
    \n
    \t\t\t\t\t<p class="wp-embed-share-description" id="wp-embed-share-description-wordpress">\n
    \t\t\t\t\t\tCopy and paste this URL into your WordPress site to embed\t\t\t\t\t</p>\n
    \t\t\t\t</div>\n
    \t\t\t\t<div id="wp-embed-share-tab-html" class="wp-embed-share-tab" role="tabpanel" aria-hidden="true">\n
    \t\t\t\t\t<textarea class="wp-embed-share-input" aria-describedby="wp-embed-share-description-html" tabindex="0" readonly>&lt;blockquote class=&quot;wp-embedded-content&quot;&gt;&lt;a href=&quot;https://aul.org/advocacy/court-cases/&quot;&gt;Court Cases&lt;/a&gt;&lt;/blockquote&gt;\n
    &lt;script type=&#039;text/javascript&#039;&gt;\n
    &lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--\n
    \t\t/*! This file is auto-generated */\n
    \t\t!function(c,d){&quot;use strict&quot;;var e=!1,n=!1;if(d.querySelector)if(c.addEventListener)e=!0;if(c.wp=c.wp||{},!c.wp.receiveEmbedMessage)if(c.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!/[^a-zA-Z0-9]/.test(t.secret)){for(var r,a,i,s=d.querySelectorAll(&#039;iframe[data-secret=&quot;&#039;+t.secret+&#039;&quot;]&#039;),n=d.querySelectorAll(&#039;blockquote[data-secret=&quot;&#039;+t.secret+&#039;&quot;]&#039;),o=0;o&lt;n.length;o++)n[o].style.display=&quot;none&quot;;for(o=0;o&lt;s.length;o++)if(r=s[o],e.source===r.contentWindow){if(r.removeAttribute(&quot;style&quot;),&quot;height&quot;===t.message){if(1e3&lt;(i=parseInt(t.value,10)))i=1e3;else if(~~i&lt;200)i=200;r.height=i}if(&quot;link&quot;===t.message)if(a=d.createElement(&quot;a&quot;),i=d.createElement(&quot;a&quot;),a.href=r.getAttribute(&quot;src&quot;),i.href=t.value,i.host===a.host)if(d.activeElement===r)c.top.location.href=t.value}}},e)c.addEventListener(&quot;message&quot;,c.wp.receiveEmbedMessage,!1),d.addEventListener(&quot;DOMContentLoaded&quot;,t,!1),c.addEventListener(&quot;load&quot;,t,!1);function t(){if(!n){n=!0;for(var e,t,r=-1!==navigator.appVersion.indexOf(&quot;MSIE 10&quot;),a=!!navigator.userAgent.match(/Trident.*rv:11\./),i=d.querySelectorAll(&quot;iframe.wp-embedded-content&quot;),s=0;s&lt;i.length;s++){if(!(e=i[s]).getAttribute(&quot;data-secret&quot;))t=Math.random().toString(36).substr(2,10),e.src+=&quot;#?secret=&quot;+t,e.setAttribute(&quot;data-secret&quot;,t);if(r||a)(t=e.cloneNode(!0)).removeAttribute(&quot;security&quot;),e.parentNode.replaceChild(t,e)}}}}(window,document);\n
    //--&gt;&lt;!]]&gt;\n
    &lt;/script&gt;&lt;iframe sandbox=&quot;allow-scripts&quot; security=&quot;restricted&quot; src=&quot;https://aul.org/advocacy/court-cases/embed/&quot; width=&quot;600&quot; height=&quot;400&quot; title=&quot;&amp;#8220;Court Cases&amp;#8221; &amp;#8212; Americans United for Life&quot; frameborder=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; scrolling=&quot;no&quot; class=&quot;wp-embedded-content&quot;&gt;&lt;/iframe&gt;</textarea>\n
    \n
    \t\t\t\t\t<p class="wp-embed-share-description" id="wp-embed-share-description-html">\n
    \t\t\t\t\t\tCopy and paste this code into your site to embed\t\t\t\t\t</p>\n
    \t\t\t\t</div>\n
    \t\t\t</div>\n
    \n
    \t\t\t<button type="button" class="wp-embed-share-dialog-close" aria-label="Close sharing dialog">\n
    \t\t\t\t<span class="dashicons dashicons-no"></span>\n
    \t\t\t</button>\n
    \t\t</div>\n
    \t</div>\n
    \t\t<script>\n
    \t\t\t\t/*! This file is auto-generated */\n
    \t\t\t!function(c,u){"use strict";var r,t,e,n=u.querySelector&&c.addEventListener,b=!1;function f(e,t){c.parent.postMessage({message:e,value:t,secret:r},"*")}function i(){if(!b){b=!0;var e,r=u.querySelector(".wp-embed-share-dialog"),t=u.querySelector(".wp-embed-share-dialog-open"),n=u.querySelector(".wp-embed-share-dialog-close"),i=u.querySelectorAll(".wp-embed-share-input"),a=u.querySelectorAll(".wp-embed-share-tab-button button"),o=u.querySelector(".wp-embed-featured-image img");if(i)for(e=0;e<i.length;e++)i[e].addEventListener("click",function(e){e.target.select()});if(t&&t.addEventListener("click",function(){r.className=r.className.replace("hidden",""),u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]').focus()}),n&&n.addEventListener("click",function(){l()}),a)for(e=0;e<a.length;e++)a[e].addEventListener("click",s),a[e].addEventListener("keydown",d);u.addEventListener("keydown",function(e){var t;27===e.keyCode&&-1===r.className.indexOf("hidden")?l():9===e.keyCode&&(t=e,e=u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]'),n!==t.target||t.shiftKey?e===t.target&&t.shiftKey&&(n.focus(),t.preventDefault()):(e.focus(),t.preventDefault()))},!1),c.self!==c.top&&(f("height",Math.ceil(u.body.getBoundingClientRect().height)),o&&o.addEventListener("load",function(){f("height",Math.ceil(u.body.getBoundingClientRect().height))}),u.addEventListener("click",function(e){var t=((t=e.target).hasAttribute("href")?t:t.parentElement).getAttribute("href");event.altKey||event.ctrlKey||event.metaKey||event.shiftKey||t&&(f("link",t),e.preventDefault())}))}function l(){r.className+=" hidden",u.querySelector(".wp-embed-share-dialog-open").focus()}function s(e){var t=u.querySelector('.wp-embed-share-tab-button [aria-selected="true"]');t.setAttribute("aria-selected","false"),u.querySelector("#"+t.getAttribute("aria-controls")).setAttribute("aria-hidden","true"),e.target.setAttribute("aria-selected","true"),u.querySelector("#"+e.target.getAttribute("aria-controls")).setAttribute("aria-hidden","false")}function d(e){var t,r=e.target,n=r.parentElement.previousElementSibling,i=r.parentElement.nextElementSibling;if(37===e.keyCode)t=n;else{if(39!==e.keyCode)return!1;t=i}(t="rtl"===u.documentElement.getAttribute("dir")?t===n?i:n:t)&&(t=t.firstElementChild,r.setAttribute("tabindex","-1"),r.setAttribute("aria-selected",!1),u.querySelector("#"+r.getAttribute("aria-controls")).setAttribute("aria-hidden","true"),t.setAttribute("tabindex","0"),t.setAttribute("aria-selected","true"),t.focus(),u.querySelector("#"+t.getAttribute("aria-controls")).setAttribute("aria-hidden","false"))}}n&&(!function e(){c.self===c.top||r||(r=c.location.hash.replace(/.*secret=([\d\w]{10}).*/,"$1"),clearTimeout(t),t=setTimeout(function(){e()},100))}(),u.documentElement.className=u.documentElement.className.replace(/\bno-js\b/,"")+" js",u.addEventListener("DOMContentLoaded",i,!1),c.addEventListener("load",i,!1),c.addEventListener("resize",function(){c.self!==c.top&&(clearTimeout(e),e=setTimeout(function(){f("height",Math.ceil(u.body.getBoundingClientRect().height))},100))},!1))}(window,document);\n
    \t\t\t</script>\n
    \t<script src='https://c0.wp.com/p/jetpack/10.1/_inc/build/photon/photon.min.js' id='jetpack-photon-js'></script>\n
    <script src='https://aul.org/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?ver=2.16.0' id='coblocks-animation-js'></script>\n
    <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/jquery-blockui/jquery.blockUI.min.js' id='jquery-blockui-js'></script>\n
    <script id='wc-add-to-cart-js-extra'>\n
    var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/aul.org\/cart\/","is_cart":"","cart_redirect_after_add":"no"};\n
    </script>\n
    <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/add-to-cart.min.js' id='wc-add-to-cart-js'></script>\n
    <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/js-cookie/js.cookie.min.js' id='js-cookie-js'></script>\n
    <script id='woocommerce-js-extra'>\n
    var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};\n
    </script>\n
    <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/woocommerce.min.js' id='woocommerce-js'></script>\n
    <script id='wc-cart-fragments-js-extra'>\n
    var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_d0b5418e3ec5eacdade66cf2cb159e60","fragment_name":"wc_fragments_d0b5418e3ec5eacdade66cf2cb159e60","request_timeout":"5000"};\n
    </script>\n
    <script src='https://c0.wp.com/p/woocommerce/5.6.0/assets/js/frontend/cart-fragments.min.js' id='wc-cart-fragments-js'></script>\n
    <script id='wc-cart-fragments-js-after'>\n
    \t\tjQuery( 'body' ).bind( 'wc_fragments_refreshed', function() {\n
    \t\t\tvar jetpackLazyImagesLoadEvent;\n
    \t\t\ttry {\n
    \t\t\t\tjetpackLazyImagesLoadEvent = new Event( 'jetpack-lazy-images-load', {\n
    \t\t\t\t\tbubbles: true,\n
    \t\t\t\t\tcancelable: true\n
    \t\t\t\t} );\n
    \t\t\t} catch ( e ) {\n
    \t\t\t\tjetpackLazyImagesLoadEvent = document.createEvent( 'Event' )\n
    \t\t\t\tjetpackLazyImagesLoadEvent.initEvent( 'jetpack-lazy-images-load', true, true );\n
    \t\t\t}\n
    \t\t\tjQuery( 'body' ).get( 0 ).dispatchEvent( jetpackLazyImagesLoadEvent );\n
    \t\t} );\n
    \t\t\n
    </script>\n
    <script src='https://secure.gravatar.com/js/gprofiles.js?ver=202137' id='grofiles-cards-js'></script>\n
    <script id='wpgroho-js-extra'>\n
    var WPGroHo = {"my_hash":""};\n
    </script>\n
    <script src='https://c0.wp.com/p/jetpack/10.1/modules/wpgroho.js' id='wpgroho-js'></script>\n
    <script src='https://c0.wp.com/p/jetpack/10.1/_inc/build/widgets/milestone/milestone.min.js' id='milestone-js'></script>\n
    <script src='https://aul.org/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/../dist/intersection-observer.js?ver=1.1.3' id='jetpack-lazy-images-polyfill-intersectionobserver-js'></script>\n
    <script id='jetpack-lazy-images-js-extra'>\n
    var jetpackLazyImagesL10n = {"loading_warning":"Images are still loading. Please cancel your print and try again."};\n
    </script>\n
    <script src='https://aul.org/wp-content/plugins/jetpack/vendor/automattic/jetpack-lazy-images/src/../dist/lazy-images.js?ver=1.1.3' id='jetpack-lazy-images-js'></script>\n
    <script id='sage/vendor.js-js-before'>\n
    !function(){"use strict";var n,r={},e={};function t(n){var o=e[n];if(void 0!==o)return o.exports;var u=e[n]={id:n,exports:{}};return r[n](u,u.exports,t),u.exports}t.m=r,n=[],t.O=function(r,e,o,u){if(!e){var f=1/0;for(a=0;a<n.length;a++){e=n[a][0],o=n[a][1],u=n[a][2];for(var i=!0,c=0;c<e.length;c++)(!1&u||f>=u)&&Object.keys(t.O).every((function(n){return t.O[n](e[c])}))?e.splice(c--,1):(i=!1,u<f&&(f=u));i&&(n.splice(a--,1),r=o())}return r}u=u||0;for(var a=n.length;a>0&&n[a-1][2]>u;a--)n[a]=n[a-1];n[a]=[e,o,u]},t.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(r,{a:r}),r},t.d=function(n,r){for(var e in r)t.o(r,e)&&!t.o(n,e)&&Object.defineProperty(n,e,{enumerable:!0,get:r[e]})},t.o=function(n,r){return Object.prototype.hasOwnProperty.call(n,r)},function(){var n={546:0,126:0,692:0};t.O.j=function(r){return 0===n[r]};var r=function(r,e){var o,u,f=e[0],i=e[1],c=e[2],a=0;for(o in i)t.o(i,o)&&(t.m[o]=i[o]);if(c)var l=c(t);for(r&&r(e);a<f.length;a++)u=f[a],t.o(n,u)&&n[u]&&n[u][0](),n[f[a]]=0;return t.O(l)},e=self.webpackChunk=self.webpackChunk||[];e.forEach(r.bind(null,0)),e.push=r.bind(null,e.push.bind(e))}()}();\n
    //# sourceMappingURL=manifest.js.map\n
    </script>\n
    <script src='https://aul.org/wp-content/themes/aul-theme/public/scripts/vendor.js?id=751207c1baf2151ccc64' id='sage/vendor.js-js'></script>\n
    <script src='https://aul.org/wp-content/themes/aul-theme/public/scripts/app.js?id=f3595879f11c35b3da5c' id='sage/app.js-js'></script>\n
    </body>\n
    </html>\n
    """
    
  2. 11
    
/srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/Engines/PhpEngine.php
     * @param  string  $path
     * @param  array  $data
     * @return string
     */
    protected function evaluatePath($path, $data)
    {
        $obLevel = ob_get_level();
 
        ob_start();
 
        // We'll evaluate the contents of the view inside a try/catch block so we can
        // flush out any stray output that might get out before an error occurs or
        // an exception is thrown. This prevents any partial views from leaking.
        try {
            $this->files->getRequire($path, $data);
        } catch (Throwable $e) {
            $this->handleViewException($e, $obLevel);
        }
 
        return ltrim(ob_get_clean());
    }
 
    /**
     * Handle a view exception.
     *
     * @param  \Throwable  $e
     * @param  int  $obLevel
     * @return void
     *
     * @throws \Throwable
     */
    protected function handleViewException(Throwable $e, $obLevel)
    {
        while (ob_get_level() > $obLevel) {
            ob_end_clean();
        }
 
        throw $e;
    }
}
/srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/Engines/PhpEngine.php
     * Create a new file engine instance.
     *
     * @param  \Illuminate\Filesystem\Filesystem  $files
     * @return void
     */
    public function __construct(Filesystem $files)
    {
        $this->files = $files;
    }
 
    /**
     * Get the evaluated contents of the view.
     *
     * @param  string  $path
     * @param  array  $data
     * @return string
     */
    public function get($path, array $data = [])
    {
        return $this->evaluatePath($path, $data);
    }
 
    /**
     * Get the evaluated contents of the view at the given path.
     *
     * @param  string  $path
     * @param  array  $data
     * @return string
     */
    protected function evaluatePath($path, $data)
    {
        $obLevel = ob_get_level();
 
        ob_start();
 
        // We'll evaluate the contents of the view inside a try/catch block so we can
        // flush out any stray output that might get out before an error occurs or
        // an exception is thrown. This prevents any partial views from leaking.
        try {
            $this->files->getRequire($path, $data);
Arguments
  1. "/wordpress/core/5.8.1/wp-includes/theme-compat/embed.php"
    
  2. array:13 [
      "__env" => Illuminate\View\Factory {#2556}
      "app" => Roots\Acorn\Application {#36}
      "post" => WP_Post {#4404}
      "siteName" => "Americans United for Life"
      "social_media_accounts" => Illuminate\Support\Collection {#4507}
      "top_banner_button" => array:2 [
        "text" => "Give"
        "link" => array:3 [
          "title" => "Give"
          "url" => "https://aul.org/give/"
          "target" => ""
        ]
      ]
      "sidebar_banner_button" => array:2 [
        "text" => "Give to the Work"
        "link" => array:3 [
          "title" => "Give"
          "url" => "https://aul.org/give/"
          "target" => ""
        ]
      ]
      "truthy" => Closure($input, $key = false) {#4506 …4}
      "top_strip_menus" => Illuminate\Support\Collection {#4502}
      "middle_strip_paragraph" => "<p><strong>We are Americans United for Life:</strong> a team advancing the human right to life in culture, law, and policy. We are the voice for millions, a nonpartisan force working to create lifelong connections between persons of all ages, backgrounds, and beliefs. This is how we will fulfill our mission for generations to come.</p>\n"
      "middle_strip_button" => array:2 [
        "text" => "Give to the Work"
        "link" => array:3 [
          "title" => "Give"
          "url" => "https://aul.org/give/"
          "target" => ""
        ]
      ]
      "middle_strip_link" => array:2 [
        "text" => "Contact Us"
        "link" => array:3 [
          "title" => "Contact us"
          "url" => "https://aul.org/contact/"
          "target" => ""
        ]
      ]
      "bottom_strip_links" => Illuminate\Support\Collection {#4501}
    ]
    
/srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/View.php
        $this->factory->callComposer($this);
 
        $contents = $this->getContents();
 
        // Once we've finished rendering the view, we'll decrement the render count
        // so that each sections get flushed out next time a view is created and
        // no old sections are staying around in the memory of an environment.
        $this->factory->decrementRender();
 
        return $contents;
    }
 
    /**
     * Get the evaluated contents of the view.
     *
     * @return string
     */
    protected function getContents()
    {
        return $this->engine->get($this->path, $this->gatherData());
    }
 
    /**
     * Get the data bound to the view instance.
     *
     * @return array
     */
    public function gatherData()
    {
        $data = array_merge($this->factory->getShared(), $this->data);
 
        foreach ($data as $key => $value) {
            if ($value instanceof Renderable) {
                $data[$key] = $value->render();
            }
        }
 
        return $data;
    }
 
Arguments
  1. "/wordpress/core/5.8.1/wp-includes/theme-compat/embed.php"
    
  2. array:13 [
      "__env" => Illuminate\View\Factory {#2556}
      "app" => Roots\Acorn\Application {#36}
      "post" => WP_Post {#4404}
      "siteName" => "Americans United for Life"
      "social_media_accounts" => Illuminate\Support\Collection {#4507}
      "top_banner_button" => array:2 [
        "text" => "Give"
        "link" => array:3 [
          "title" => "Give"
          "url" => "https://aul.org/give/"
          "target" => ""
        ]
      ]
      "sidebar_banner_button" => array:2 [
        "text" => "Give to the Work"
        "link" => array:3 [
          "title" => "Give"
          "url" => "https://aul.org/give/"
          "target" => ""
        ]
      ]
      "truthy" => Closure($input, $key = false) {#4506 …4}
      "top_strip_menus" => Illuminate\Support\Collection {#4502}
      "middle_strip_paragraph" => "<p><strong>We are Americans United for Life:</strong> a team advancing the human right to life in culture, law, and policy. We are the voice for millions, a nonpartisan force working to create lifelong connections between persons of all ages, backgrounds, and beliefs. This is how we will fulfill our mission for generations to come.</p>\n"
      "middle_strip_button" => array:2 [
        "text" => "Give to the Work"
        "link" => array:3 [
          "title" => "Give"
          "url" => "https://aul.org/give/"
          "target" => ""
        ]
      ]
      "middle_strip_link" => array:2 [
        "text" => "Contact Us"
        "link" => array:3 [
          "title" => "Contact us"
          "url" => "https://aul.org/contact/"
          "target" => ""
        ]
      ]
      "bottom_strip_links" => Illuminate\Support\Collection {#4501}
    ]
    
/srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/View.php
 
            throw $e;
        }
    }
 
    /**
     * Get the contents of the view instance.
     *
     * @return string
     */
    protected function renderContents()
    {
        // We will keep track of the amount of views being rendered so we can flush
        // the section after the complete rendering operation is done. This will
        // clear out the sections for any separate views that may be rendered.
        $this->factory->incrementRender();
 
        $this->factory->callComposer($this);
 
        $contents = $this->getContents();
 
        // Once we've finished rendering the view, we'll decrement the render count
        // so that each sections get flushed out next time a view is created and
        // no old sections are staying around in the memory of an environment.
        $this->factory->decrementRender();
 
        return $contents;
    }
 
    /**
     * Get the evaluated contents of the view.
     *
     * @return string
     */
    protected function getContents()
    {
        return $this->engine->get($this->path, $this->gatherData());
    }
 
    /**
/srv/htdocs/wp-content/themes/aul-theme/vendor/illuminate/view/View.php
        $this->view = $view;
        $this->path = $path;
        $this->engine = $engine;
        $this->factory = $factory;
 
        $this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
    }
 
    /**
     * Get the string contents of the view.
     *
     * @param  callable|null  $callback
     * @return array|string
     *
     * @throws \Throwable
     */
    public function render(callable $callback = null)
    {
        try {
            $contents = $this->renderContents();
 
            $response = isset($callback) ? $callback($this, $contents) : null;
 
            // Once we have the contents of the view, we will flush the sections if we are
            // done rendering all views so that there is nothing left hanging over when
            // another view gets rendered in the future by the application developer.
            $this->factory->flushStateIfDoneRendering();
 
            return ! is_null($response) ? $response : $contents;
        } catch (Throwable $e) {
            $this->factory->flushState();
 
            throw $e;
        }
    }
 
    /**
     * Get the contents of the view instance.
     *
     * @return string
/srv/htdocs/wp-content/themes/aul-theme/index.php
<!doctype html>
<html <?php language_attributes(); ?>>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <?php wp_head(); ?>
  </head>
 
  <body <?php body_class(); ?>>
    <?php wp_body_open(); ?>
    <?php do_action('get_header'); ?>
 
    <div id="app">
      <?php echo \Roots\view(\Roots\app('sage.view'), \Roots\app('sage.data'))->render(); ?>
    </div>
 
    <?php do_action('get_footer'); ?>
    <?php wp_footer(); ?>
  </body>
</html>
 
/wordpress/core/5.8.1/wp-includes/template-loader.php
            }
 
            break;
        }
    }
 
    if ( ! $template ) {
        $template = get_index_template();
    }
 
    /**
     * Filters the path of the current template before including it.
     *
     * @since 3.0.0
     *
     * @param string $template The path of the template to include.
     */
    $template = apply_filters( 'template_include', $template );
    if ( $template ) {
        include $template;
    } elseif ( current_user_can( 'switch_themes' ) ) {
        $theme = wp_get_theme();
        if ( $theme->errors() ) {
            wp_die( $theme->errors() );
        }
    }
    return;
}
 
Arguments
  1. "/srv/htdocs/wp-content/themes/aul-theme/index.php"
    
/wordpress/core/5.8.1/wp-blog-header.php
<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */
 
if ( ! isset( $wp_did_header ) ) {
 
    $wp_did_header = true;
 
    // Load the WordPress library.
    require_once __DIR__ . '/wp-load.php';
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once ABSPATH . WPINC . '/template-loader.php';
 
}
 
Arguments
  1. "/wordpress/core/5.8.1/wp-includes/template-loader.php"
    
/wordpress/core/5.8.1/index.php
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */
 
/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );
 
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
 
Arguments
  1. "/wordpress/core/5.8.1/wp-blog-header.php"
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
SERVER_SOFTWARE
"nginx"
REQUEST_URI
"/advocacy/court-cases/embed/"
HTTP_X_VALID_CERTIFICATE
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; special_archiver/3.4.0; +https://archive-it.org/files/site-owners-special.html)"
HTTP_ACCEPT_LANGUAGE
"en-us,en;q=0.5"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_REFERER
"https://aul.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faul.org%2Fadvocacy%2Fcourt-cases%2F"
HTTP_X_SUPPORTLOGIN
"yes"
HTTP_X_WPLOGIN
"yes"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_FOR
"207.241.233.81"
HTTP_HOST
"aul.org"
PRESSABLE_PROXIED_REQUEST
"0"
A8C_PROXIED_REQUEST
"0"
SCRIPT_FILENAME
"/srv/htdocs/__wp__/index.php"
DOCUMENT_ROOT
"/srv/htdocs"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_COUNTRY_CODE
"US"
SERVER_PROTOCOL
"HTTP/1.1"
REDIRECT_URL
"/advocacy/court-cases/embed/"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
""
SERVER_ADDR
"103.115.8.7"
SERVER_NAME
"aul.org"
SERVER_PORT
443
REMOTE_PORT
"9788"
REMOTE_ADDR
"207.241.233.81"
DOCUMENT_URI
"/__wp__/index.php"
SCRIPT_NAME
"/__wp__/index.php"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/__wp__/index.php"
REQUEST_TIME_FLOAT
1631636968.5667
REQUEST_TIME
1631636968
WP_DIR
"/scripts/../srv/htdocs/__wp__/"
HTTPS
"on"
Key Value
HTTP_X_VALID_CERTIFICATE
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; special_archiver/3.4.0; +https://archive-it.org/files/site-owners-special.html)"
HTTP_ACCEPT_LANGUAGE
"en-us,en;q=0.5"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_REFERER
"https://aul.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Faul.org%2Fadvocacy%2Fcourt-cases%2F"
HTTP_X_SUPPORTLOGIN
"yes"
HTTP_X_WPLOGIN
"yes"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_FOR
"207.241.233.81"
HTTP_HOST
"aul.org"
PRESSABLE_PROXIED_REQUEST
"0"
A8C_PROXIED_REQUEST
"0"
SSL_ENABLED
"false"
SCRIPT_FILENAME
"/srv/htdocs/__wp__/index.php"
DOCUMENT_ROOT
"/srv/htdocs"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_SOFTWARE
"nginx"
GEOIP_COUNTRY_CODE
"US"
SERVER_PROTOCOL
"HTTP/1.1"
REDIRECT_URL
"/advocacy/court-cases/embed/"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
""
SERVER_ADDR
"103.115.8.7"
SERVER_NAME
"aul.org"
SERVER_PORT
"8089"
REMOTE_PORT
"9788"
REMOTE_ADDR
"192.0.115.168"
DOCUMENT_URI
"/__wp__/index.php"
REQUEST_URI
"/advocacy/court-cases/embed/"
SCRIPT_NAME
"/__wp__/index.php"
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/__wp__/index.php"
REQUEST_TIME_FLOAT
1631636968.5667
REQUEST_TIME
1631636968
0. Whoops\Handler\PrettyPageHandler