Category: Wordpress Plugins

27.08.2015

in theory it should work like that (untested!): [cc lang=”php” escaped=”true” width=”600″] /** * Validate the extra register fields. * * @param string $username Current username. * @param string $email Current email. * @param object $validation_errors WP_Error object. * * […]

06.07.2015

This last section contains various suggestions regarding Plugin development. The code of a WordPress Plugin should follow the WordPress Coding Standards. Please consider the Inline Documentation Standards as well. All the functions in your Plugin need to have unique names […]

06.07.2015

Links http://wordpress.stackexchange.com/questions/35931/how-can-i-edit-post-data-before-it-is-saved Source: http://codex.wordpress.org/Plugin_API/Hooks Plugin API/Filter Reference This article contains an extensive (but not 100% comprehensive) list of the filter hooks available for use in plugin development in Version 2.1 and above of WordPress. For more information: To learn more […]

29.06.2015

WordPress is FREE, isn’t it? Yeaaaah… almost. It is released unde the GPLv2 which makes it basically Open Source. 1. first of all there is hosted wordpress.com which sells “PRO” and “LIGHT” Versions of a hosted instance of a your-blog.wordpress.com. […]