Skip to content

Instantly share code, notes, and snippets.

View ferreirex's full-sized avatar

Ricardo Ferreira ferreirex

View GitHub Profile
@yankiara
yankiara / customization-plugin.php
Last active October 22, 2024 07:46
Oxygen Builder dummy theme used to increase plugins compatibility
/**
* Oxy-Dummy activation (thank you Sridhar Katakam)
* Paste this code snippet in your Oxygen's customization plugin
* or copy the file to /wp-content/plugins/customization-plugin/
*/
remove_filter( 'template', 'ct_oxygen_template_name' );
remove_filter( 'template_directory', 'ct_disable_theme_load', 1, 1 );
remove_filter( 'stylesheet_directory', 'ct_disable_theme_load', 1, 1 );