Skip to content

Instantly share code, notes, and snippets.

@chrisbliss18
Last active August 29, 2015 13:59
Show Gist options
  • Save chrisbliss18/10767022 to your computer and use it in GitHub Desktop.
Save chrisbliss18/10767022 to your computer and use it in GitHub Desktop.
function example_get_builder_layout_name( $layout_id, $layout_settings ) {
$layout_name = $layout_settings['layouts'][$layout_id]['description'];
// Do as you wish with these details.
}
add_action( 'builder_layout_engine_identified_layout', 'example_get_builder_layout_name', 0, 4 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment