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 () |
Path to the plugin
URL to the plugin
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