Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

When activating the Oxygen Toolbars Extra (after loading Toolbars Extra for eliminator... #2

Description

@mrmjwilson

When I load and activate (Network Activate) the Oxygen Toolbars Extra... I get the following error...

Catchable fatal error: Argument 1 passed to ddw_tbexob_builder_logic_for_oxygen() must be an instance of bool, boolean given in /home2/naviti1/public_html/wp-content/plugins/toolbar-extras-oxygen/includes/admin/tbexob-settings.php on line 801

The line in tbexob.php is as follows

function ddw_tbexob_builder_logic_for_oxygen( bool $is_active ) {

$default_builder = ddw_tbex_get_default_pagebuilder();

/** Check for Oxygen Builder */
if ( 'oxygen' === $default_builder && ! ddw_tbexob_is_oxygen_active() ) {
	return FALSE;
}

/** Default: return TRUE */
return TRUE;

} // end function

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions