Description

This function returns the registered Conductor content layouts and content layout data.

The following is a list of default Conductor content layout IDs:

  • default
  • cols-1
  • cols-2
  • cols-2-r
  • cols-3
  • cols-3-m
  • cols-3-r

You can register Conductor content layouts by hooking into the conductor_content_layouts filter.

The Conductor content layouts are passed to the conductor_content_layouts filter before they are returned.

Technical Details

  • Type: Function
  • Parameters: None
  • Return Value: array

Resources

Examples

The following example demonstrates how to fetch the list of registered Conductor content layouts.