Category: WP Plugin

sti_wp_plugin

How to Update WordPress Plugins

What is wordpress plugin WordPress Plugins is the software to improve the functionality of wordpress. There are many plugins can be installed. The previously installed plugins should be update periodically,  when required. Way to...

STI_wp_API

WordPress Shortcode API

Shortcode API Introduced in WordPress 2.5 is the Shortcode API, a simple set of functions for creating macro codes for use in post content. For instance, the following shortcode (in the post/page content) would...

STI_wp_API

Filter Hooks

Filter hooks are used to manipulate output. An example of this would be to add a line or text (or a hyperlink, or a signature sign-off—whatever you’d like) to the end of the content...

STI_wp_API

Hook Actions

list of the action hooks available for use in plugin development in Version 2.1 and above of WordPress. widgets_init – Used to register sidebars. This is fired at ‘init’, with a priority of 1....

STI_wp_API

Action Hooks

Action hooks are designated points in the WordPress core, theme and plugin code where it is possible for outside resources (outside of the scope of where the hook is… either in the core, theme...

STI_wp_API

Plugin API

The Plugin API provides a neat interface to work with actions and filters. Hooks, Actions and Filters Hooks are provided by WordPress to allow your plugin to ‘hook into’ the rest of WordPress; that...

sti_wp_plugin

Plugin Active & Deactive

Plugins will be on inactive status by default. We can click on the activate link under the plugin name to activate the plugin. Once the plugin is successfully activated, its features will get effected...

sti_wp_plugin

WP Plugin Files Header

WordPress Plugin – Files Header The top of your Plugin’s main PHP file must contain a standard Plugin information header. This header lets WordPress recognize that your Plugin exists, add it to the Plugin management...

sti_wp_plugin

Create WP Plugin

WordPress Plugin Introduction A WordPress Plugin is a program, or a set of one or more functions, written in the PHP scripting language, that adds a specific set of features or services to the...

sti_wp_plugin

WordPress Themes, Plugin and Widget

Themes WordPress users may install and switch between themes. Themes allow users to change the look and functionality of a WordPress website or installation without altering the informational content. Themes may be installed by...