Notice: include(): Read of 848 bytes failed with errno=12 Cannot allocate memory in /home/parkwood/public_html/wp-content/plugins/popup-maker/vendor-prefixed/composer/ClassLoader.php on line 576

Notice: include(): Read of 848 bytes failed with errno=12 Cannot allocate memory in /home/parkwood/public_html/wp-content/plugins/popup-maker/vendor-prefixed/composer/ClassLoader.php on line 576
ordPress.Security.NonceVerification.Recommended return isset( $_GET['et_fb'] ) || isset( $_GET['et_bfb'] ); } /** * Get popup ID from request parameters. * * @return int Post ID or 0 if not found. */ private function get_popup_id_from_request() { // Try different parameter names that Divi might use. $possible_params = [ 'p', 'post', 'post_id', 'et_post_id' ]; foreach ( $possible_params as $param ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended if ( isset( $_GET[ $param ] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended $post_id = absint( $_GET[ $param ] ); if ( $post_id > 0 ) { return $post_id; } } } // Try to get from current page if we're on a singular popup. if ( is_singular( 'popup' ) ) { return get_the_ID(); } return 0; } }
Fatal error: Uncaught Error: Class "PopupMaker\Controllers\Compatibility\Builder\Divi" not found in /home/parkwood/public_html/wp-content/plugins/popup-maker/classes/Controllers/Compatibility.php:32 Stack trace: #0 /home/parkwood/public_html/wp-content/plugins/popup-maker/classes/Plugin/Container.php(74): PopupMaker\Controllers\Compatibility->init() #1 /home/parkwood/public_html/wp-content/plugins/popup-maker/classes/Plugin/Container.php(85): PopupMaker\Plugin\Container->register_controllers(Array) #2 /home/parkwood/public_html/wp-content/plugins/popup-maker/classes/Plugin/Container.php(38): PopupMaker\Plugin\Container->initiate_controllers() #3 /home/parkwood/public_html/wp-content/plugins/popup-maker/classes/Plugin/Core.php(29): PopupMaker\Plugin\Container->__construct(Array) #4 /home/parkwood/public_html/wp-content/plugins/popup-maker/bootstrap.php(115): PopupMaker\Plugin\Core->__construct(Array) #5 /home/parkwood/public_html/wp-content/plugins/popup-maker/bootstrap.php(131): PopupMaker\plugin_instance() #6 /home/parkwood/public_html/wp-content/plugins/popup-maker/includes/legacy/class-popup-maker.php(137): PopupMaker\plugin() #7 /home/parkwood/public_html/wp-content/plugins/popup-maker/includes/legacy/class-popup-maker.php(111): Popup_Maker->setup_constants() #8 /home/parkwood/public_html/wp-content/plugins/popup-maker/bootstrap.legacy.php(168): Popup_Maker::instance() #9 /home/parkwood/public_html/wp-content/plugins/popup-maker/bootstrap.legacy.php(125): pum() #10 /home/parkwood/public_html/wp-includes/class-wp-hook.php(341): pum_init_legacy('') #11 /home/parkwood/public_html/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(Object(REALLY_SIMPLE_SSL), Array) #12 /home/parkwood/public_html/wp-includes/plugin.php(522): WP_Hook->do_action(Array) #13 /home/parkwood/public_html/wp-settings.php(622): do_action('plugins_loaded') #14 /home/parkwood/public_html/wp-config.php(95): require_once('/home/parkwood/...') #15 /home/parkwood/public_html/wp-load.php(50): require_once('/home/parkwood/...') #16 /home/parkwood/public_html/wp-blog-header.php(13): require_once('/home/parkwood/...') #17 /home/parkwood/public_html/index.php(17): require('/home/parkwood/...') #18 {main} thrown in /home/parkwood/public_html/wp-content/plugins/popup-maker/classes/Controllers/Compatibility.php on line 32