# wp-coder/3.3/includes/settings/options/attributes.php

WP Coder – Insert &amp; Manage Code Snippets, version 3.3. 10 lines.

- Page: https://pluginprobe.com/plugins/wp-coder/3.3/code/includes/settings/options/attributes.php
- Raw: https://pluginprobe.com/plugins/wp-coder/3.3/raw/includes/settings/options/attributes.php
- Modified: 2024-01-02T10:14:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-coder/3.3/code/includes/settings/options/attributes.php#L10-L20`.

```php
<?php
defined( 'ABSPATH' ) || exit;

return [
	'code_attr' => [
		'type'  => 'text',
		'name'  => '[shortcode_attribute]',
		'title' => __( 'Name', 'wpcoder' ),
	],
];
```
