Skip to content

Instantly share code, notes, and snippets.

View tomrobak's full-sized avatar
🏠
Working from home

Tom Robak tomrobak

🏠
Working from home
View GitHub Profile
@tomrobak
tomrobak / qubely-stylesheet-snippet.php
Created November 19, 2021 09:25
Blocksy - Loading stylesheet from Qubely
<?php
add_action('blocksy:pro:content-blocks:pre-output', function ($id) {
if (! class_exists('Qubely')) {
return;
}
if (! class_exists('Blocksy_Qubely')) {
eval("class Blocksy_Qubely extends Qubely {
public function __construct() {}