Skip to content

Instantly share code, notes, and snippets.

View adreastrian's full-sized avatar

Mahmudul Hasan adreastrian

View GitHub Profile
@adreastrian
adreastrian / fluent forms inherit theme style.md
Created November 10, 2023 11:46
fluent forms inherit theme style

Hook into this filter to set the default theme in the Fluent Forms gutenberg block.

add_filter('fluentform/load_theme_style', function ($preference) {
    return true;
});

Fluent Forms Block in action