'string', 'description' => esc_html__( 'Imported Count', 'ang' ), 'sanitize_callback' => 'absint', 'show_in_rest' => true, 'default' => '', ] ); register_setting( 'ang', 'ang_imported_templates', [ 'type' => 'string', 'description' => esc_html__( 'Imported templates', 'ang' ), 'show_in_rest' => true, 'default' => [], ] ); } add_action( 'init', __NAMESPACE__ . '\register_settings' );