Title: Static column
Last modified: January 11, 2017

---

# Static column

 *  Resolved [bjonathan](https://wordpress.org/support/users/bjonathan/)
 * (@bjonathan)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/static-column/)
 * Hi,
 * Is it possible to add a static column with static content in each row ? I would
   like to add a column with a specific word on each line (always the same one).
   
   Is it an option on the pro version ?
 * Thank you,

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/static-column/#post-8653494)
 * Hi [@bjonathan](https://wordpress.org/support/users/bjonathan/)
 * This would be possible using a PHP function in the export – just click the element,
   select “Export the value returned by a PHP function”, then write a function that
   returns a static value. For example:
 *     ```
       function my_return_value() {
       	return "Hello World.";
       }
       ```
   
 * You can try this on a test site here: [http://www.wpallimport.com/try?auto=export](http://www.wpallimport.com/try?auto=export)
 *  Thread Starter [bjonathan](https://wordpress.org/support/users/bjonathan/)
 * (@bjonathan)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/static-column/#post-8675048)
 * thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Static column’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-export/assets/icon-256x256.png?rev=2570162)
 * [WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel](https://wordpress.org/plugins/wp-all-export/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-export/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-export/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-export/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-export/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-export/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bjonathan](https://wordpress.org/support/users/bjonathan/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/static-column/#post-8675048)
 * Status: resolved