Title: Need to prepend function names
Last modified: August 21, 2016

---

# Need to prepend function names

 *  Resolved [Dharma](https://wordpress.org/support/users/dharmashanti/)
 * (@dharmashanti)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/need-to-prepend-function-names/)
 * Nice plugin, but you REALLY need to prepend function names, especially those 
   with common names like “register_session” and “remove_admin_bar”. Otherwise, 
   you will likely create conflicts with some other plugin using the same function
   name.
 * In the case of regsiter_session, you might not want to call this function if 
   another already has, so an alternative might be:
 * if(!function_exists(‘register_session’) {
    function register_session() { // Your
   code here } }
 * [https://wordpress.org/plugins/clean-login/](https://wordpress.org/plugins/clean-login/)

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

 *  Plugin Author [Alberto Hornero](https://wordpress.org/support/users/hornero/)
 * (@hornero)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/need-to-prepend-function-names/#post-5087038)
 * Dear @ dharmashanti
 * I completely agree with your comments for improvement. In the next update (soon),
   I will make the changes.
 * Thank you very much. Regards,
 * Alberto.
 *  Thread Starter [Dharma](https://wordpress.org/support/users/dharmashanti/)
 * (@dharmashanti)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/need-to-prepend-function-names/#post-5087041)
 * 🙂
 *  Plugin Author [Alberto Hornero](https://wordpress.org/support/users/hornero/)
 * (@hornero)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/need-to-prepend-function-names/#post-5087141)
 * Done! and also your credits in the readme file. Thanks 🙂
 *  Plugin Author [Alberto Hornero](https://wordpress.org/support/users/hornero/)
 * (@hornero)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/need-to-prepend-function-names/#post-5087143)
 * And please, consider to rate our quick support. [http://wordpress.org/support/view/plugin-reviews/clean-login](http://wordpress.org/support/view/plugin-reviews/clean-login)
   Thanks!

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

The topic ‘Need to prepend function names’ is closed to new replies.

 * ![](https://ps.w.org/clean-login/assets/icon-256x256.png?rev=1602118)
 * [Clean Login](https://wordpress.org/plugins/clean-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/clean-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/clean-login/)
 * [Active Topics](https://wordpress.org/support/plugin/clean-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/clean-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/clean-login/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Alberto Hornero](https://wordpress.org/support/users/hornero/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/need-to-prepend-function-names/#post-5087143)
 * Status: resolved