esc_html__( 'Classic Right Sidebar', 'alurra' ), 'classic-left' => esc_html__( 'Classic Left Sidebar', 'alurra' ), 'center' => esc_html__( 'Centered', 'alurra' ), )); } /* CUSTOMIZER POST LAYOUT Set our full post layout options ====================================================*/ function alurra_post_layout_options() { return apply_filters( 'alurra_post_layout_options', array ( 'classic-right' => esc_html__( 'Classic Right Sidebar', 'alurra' ), 'classic-left' => esc_html__( 'Classic Left Sidebar', 'alurra' ), 'center' => esc_html__( 'Centered - No Sidebars', 'alurra' ), )); }