post-page

WordPress Lingo

17
responses
by
 
on
February 11th, 2008
in
WordPress, WordPress Tips
heading
heading
heading
17
Responses

 

Comments

  1. Ronald Huereca (39 comments.) says:

    Hey Jeff. Hope to see a Part 2 of this article.

    Suggestions: Widget, Plugin, Hook, Namespace, Template… Can’t think of any more at the moment.

    Anyone else?

  2. Jeffro2pt0 (164 comments.) says:

    @Ronald Thanks for the ideas on perhaps a part 2 of WordPress Lingo. I actually learned a few things myself just doing this small guide of 8 words.

  3. Andrea (40 comments.) says:

    Cache, RTE, and MU. :D

  4. Jacob Santos says:

    Namespace? That could mean any number of things depending on the context. I would doubt it would mean the PHP feature that may or may not be in both PHP 5.3 and PHP 6.0.

    If it is in the context of functions, then it is just a prefix for function names. Instead of naming your function “something()”, you would instead prefix your function name with another word to prevent naming collusions.

    For example, “myawesomeplugin_something()”. Normal prefixes are companies, abbreviated plugin name, or any number of random names. The goal is make sure that the prefix or namespace is unique enough to prevent having the same name as in WordPress or in another plugin.

    In the context of classes, it is arguable, but I look at classes as also a namespace for set of like functions. However, in this context class name is an container for the object methods and likewise, if you have MyPlugin class name and something() method, then the static call would be MyPlugin::something() with the text before the ‘::’ being the namespace. Using this method, you can instead of having ‘myplugin_something()’ can have instead ‘MyPlugin::something()’. However, using objects in this fashion is noobish and isn’t recommended.

    Plugin: An extension to the base WordPress functionality. It derives its name from the Plugin API, which is used throughout WordPress to allow these extensions to hook into the default functionality and replace or extend the normal functionality.

  5. mehmet (1 comments.) says:

    Thanks for thats.I am going to translate them to my language for my users

  6. xentek (3 comments.) says:

    @jacob

    Using static methods isn’t noobish, if done correctly. Try again.



Trackbacks/Pingbacks

  1. […] Posted on February 11, 2008 by Carlo Maglinao The weblog tools collection defines some common WordPress Lingo. Codex – The WordPress.org Codex is like a portal containing all sorts of information related to […]

  2. […] Tools Collection just posted a collection of WordPress Lingo. It’s pretty short, but hits some of the bigger stuff. Some day I’d like to expand on […]

  3. […] WordPress Lingo (tags: wordpress) […]

  4. […] Tools Collection har samlet en oversigt over nogle af de mest brugte WordPress-udtryk – bl.a. codex, the loop og svn. […]

  5. […] post WordPress Lingo on weblog tools collection is a good entry point to understanding some of these […]

  6. […] the WordPress Lingo: WordPress Lingo from Weblog Tools Collection is a good introduction to WordPress terminology. For more “translations” on WordPress […]

  7. […] WordPress Beginners Lingo – Earlier this week I wrote up a post the described various WordPress terms that people who are just starting out in the world of WordPress may hear about, but may not know the definitions to. The lingo post contains 8 words and I believe I will be writing a part 2 of this post containing even more. […]

  8. […] Weblog Tools Collections writes about all the common words associated with WordPress aka WordPress Lingo […]

  9. […] Lingo ??????????????????? WordPress ?????????????WordPress Lingo? […]

  10. […] WordPress Beginners Lingo – Earlier this week I wrote up a post the described various WordPress terms that people who are just starting out in the world of WordPress may hear about, but may not know the definitions to. The lingo post contains 8 words and I believe I will be writing a part 2 of this post containing even more. […]

Obviously Powered by WordPress. © 2003-2013

page counter
css.php