__( 'Permanent (301)', 'wds' ), 302 => __( 'Temporary (302)', 'wds' ), ); $this->_render( 'toggle-group', array( 'label' => __( 'Redirect attachments', 'wds' ), 'description' => __( 'Redirect attachments to their parent post, preventing them from appearing in SERPs.', 'wds' ), 'items' => array( 'redirect-attachments' => esc_html__( 'Redirect attachments', 'wds' ), 'redirect-attachments-images_only' => esc_html__( '... but only if the attachment is image', 'wds' ), ), ) ); ?>