Fatal error: can’t use function return value
-
Hi, I can’t acess my website, is showing this error:
Fatal error: Can’t use function return value in write context in /home/ummet260/public_html/wp-content/plugins/yikes-inc-easy-mailchimp-extender/admin/class-yikes-inc-easy-mailchimp-extender-admin.php on line 1661
The php conde on lines 1652 to 1672 is:
/*
* generate_show_some_love_container()
* Generate a container, with some author info
*
* Displayed in sidebars
*/
public function generate_show_some_love_container() {
// if no active add-ons are installed,
// lets display our branding and add-on sidebar
if ( empty( get_option( ‘yikes-easy-mc-active-addons’, array() ) ) ) {/* On Edit Forms Page Display Upsell to Customizer */
$screen = get_current_screen();
if ( isset( $screen ) && $screen->base == ‘admin_page_yikes-mailchimp-edit-form’ ) {
?>
The topic ‘Fatal error: can’t use function return value’ is closed to new replies.