Title: Referencing WordPress Codex
Last modified: August 19, 2016

---

# Referencing WordPress Codex

 *  Resolved [dcole07](https://wordpress.org/support/users/dcole07/)
 * (@dcole07)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/referencing-wordpress-codex/)
 * Would it be a good idea to use my own functions instead of Codex, then create
   a reference file where my functions call Codex? It would create a single point
   between a WordPress Extension and WordPress. If WordPress then changed the name
   of a function, who ever was updating my extension would only have to change one
   line, instead of finding every occurrence of that function name within all of
   the extension files.
 *     ```
       function my_function ($info) {
       wp_function($info);
       }
       ```
   
 * Pros? Cons?

The topic ‘Referencing WordPress Codex’ is closed to new replies.

## Tags

 * [functions](https://wordpress.org/support/topic-tag/functions/)

 * 0 replies
 * 1 participant
 * Last reply from: [dcole07](https://wordpress.org/support/users/dcole07/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/referencing-wordpress-codex/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
