ajax-comments-spy/ajax-comments-spy.php File Reference


Enumerations

enum  AJAX_COMMENTS_SPY_PATH
enum  AJAX_COMMENTS_SPY_URL

Functions

 ajax_comments_spy_plugins_loaded ()
 ajax_comments_spy_activate ()
 ajax_comments_spy_deactivate ()
 ajax_comments_spy_comment_post ($comment_ID)
 ajax_comments_spy_comment_status ($comment_ID)
 ajax_comments_head ()
 ajax_comments_spy_widget ($args)
 ajax_comments_spy_admin_menu ()
 ajax_comments_spy_admin ()

Detailed Description

The plugin file
Author:
Muhammad Haris
Version:
1.1.0

Enumeration Type Documentation

enum AJAX_COMMENTS_SPY_PATH

Path to the plugin

enum AJAX_COMMENTS_SPY_URL

URL to the plugin


Function Documentation

ajax_comments_head (  ) 

Implementation of wp_head action. Includes javascript libraries to the header.

ajax_comments_spy_activate (  ) 

Implementation of register_activation_hook() Adds required options to the database when plugin is activated

ajax_comments_spy_admin (  ) 

Options menu page callback for Options > Ajax Comments Spy Admin view for editing ajax comments spy settings

ajax_comments_spy_admin_menu (  ) 

Implementation of admin_menu() action. Adds configuration menu to wordpress admin panel. The menu is located under options menu.

ajax_comments_spy_comment_post ( comment_ID  ) 

Implementation of comment_post() hook Copies date from comment_date_gmt field to acs_approval_date when comment is posted

ajax_comments_spy_comment_status ( comment_ID  ) 

Implementation of edit_comment() hook Sets current date to acs_approval_date when comment is approved Sets comment_date_gmt to acs_approval_date when comment is on hold

ajax_comments_spy_deactivate (  ) 

Implementation of register_deactivation_hook() Delete options and acs_approval_date column when the plugin is deactivated

ajax_comments_spy_plugins_loaded (  ) 

Implementation of plugins_loaded() Adds widget when plugin is loaded

ajax_comments_spy_widget ( args  ) 

Implementation of plugins_loaded function Widgetize the plugin


Generated on Wed Jan 30 22:30:23 2008 for AJAXCommentsSpy by  doxygen 1.5.3