Skip to content

Instantly share code, notes, and snippets.

@merianos
Last active December 5, 2015 13:20
Show Gist options
  • Save merianos/23458c417850e21559f3 to your computer and use it in GitHub Desktop.
Save merianos/23458c417850e21559f3 to your computer and use it in GitHub Desktop.
Informing the Page Builder for the location of your widgets
function register_my_widgets_folder( $folders = array() ) {
$folders[] = dirname( __FILE__ ) . '/widgets/';
return $folders;
}
add_filter( 'siteorigin_widgets_widget_folders', 'register_my_widgets_folder' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment