FX Builder widgets

Plugin Description

Display FX Builder pages as widgets.

You can use the widget to display any FX Builder content.
If you don’t want to put your content in a post or page, FX Builder widget contents is a custom post type that allows you to compose your content.

Create the widget, select the content, decide if you want the title to be shown. Just this.

Customizations

Delete FX Builder widget contents on uninstall

By default the plugins leave the custom post in the database.
If you want to remove on uninstall, put in wp-config.php this code:

define ( 'FBW_REMOVE_CONTENT_ON_UNINSTALL', true ); 

Disable custom post type

If you don’t need it, put in an utility mu-plugin or in your theme functions.php this code:

add_filter( 'fbw_disable_cpt', '__return_true' );