Follow My Blog Post Developer Docs

“Follow My Blog Post” Documentation by “WPWeb”

Action Reference

wpw_fp_before_general_setting

This action runs at the top of the general settings fields and can be used for adding additional fields under Settings » General tab.
do_action( 'wpw_fp_before_general_setting', $wpw_fp_options );

wpw_fp_after_general_setting

This action runs at the bottom of the general settings fields and can be used for adding additional fields under Settings » General tab.
do_action( 'wpw_fp_after_general_setting', $wpw_fp_options );

wpw_fp_before_notification_setting

This action runs at the top of the notification settings fields and can be used for adding additional fields under Settings » Notification tab.
do_action( 'wpw_fp_before_notification_setting', $wpw_fp_options );

wpw_fp_after_notification_setting

This action runs at the bottom of the notification settings fields and can be used for adding additional fields under Settings » Notification tab.
do_action( 'wpw_fp_before_notification_setting', $wpw_fp_options );

wpw_fp_before_emails_setting

This action runs at the top of the email settings fields and can be used for adding additional fields under Settings » Emails tab.
do_action( 'wpw_fp_before_emails_setting', $wpw_fp_options );

wpw_fp_after_emails_setting

This action runs at the bottom of the email settings fields and can be used for adding additional fields under Settings » Emails tab.
do_action( 'wpw_fp_after_emails_setting', $wpw_fp_options );

wpw_fp_default_email_template

This action used to add content after default email template content.
do_action( 'wpw_fp_default_email_template', $message, $unsubscribe );

wpw_fp_follow_post_header_before

This action runs just before the post listing table header on subscription management page.
do_action('wpw_fp_follow_post_header_before');

wpw_fp_follow_post_header_after

This action runs just after the post listing table header on subscription management page.
do_action('wpw_fp_follow_post_header_after');

wpw_fp_follow_post_row_before

This action runs just before each row of the post listing table on subscription management page.
do_action( 'wpw_fp_follow_post_row_before', $followpost['ID'] );

wpw_fp_follow_post_row_after

This action runs just after each row of post listing table row on subscription management page.
do_action( 'wpw_fp_follow_post_row_after', $followpost['ID'] );

wpw_fp_follow_post_footer_before

This action runs just before the post listing table footer on subscription management page.
do_action('wpw_fp_follow_post_footer_before');

wpw_fp_follow_post_footer_after

This action runs just after the post listing table footer on subscription management page.
do_action('wpw_fp_follow_post_footer_after');

wpw_fp_follow_term_header_before

This action runs just before the term listing table header on subscription management page.
do_action('wpw_fp_follow_term_header_before');

wpw_fp_follow_term_header_after

This action runs just after the term listing table header on subscription management page.
do_action('wpw_fp_follow_term_header_after');

wpw_fp_follow_term_row_before

This action runs just before each row of the term listing table on subscription management page.
do_action( 'wpw_fp_follow_term_row_before', $followterm['ID'] );

wpw_fp_follow_term_row_after

This action runs just after each row of the term listing table on subscription management page.
do_action( 'wpw_fp_follow_term_row_after', $followterm['ID'] );

wpw_fp_follow_term_footer_before

This action runs just before the term listing table footer on subscription management page.
do_action('wpw_fp_follow_term_footer_before');

wpw_fp_follow_term_footer_after

This action runs just after the term listing table footer on subscription management page.
do_action('wpw_fp_follow_term_footer_after');

wpw_fp_follow_author_header_before

This action runs just before the author listing table header on subscription management page.
do_action('wpw_fp_follow_author_header_before');

wpw_fp_follow_author_header_after

This action runs just after the author listing table header on subscription management page.
do_action('wpw_fp_follow_author_header_after');

wpw_fp_follow_author_row_before

This action runs just before each row of the author listing table on subscription management page.
do_action( 'wpw_fp_follow_author_row_before', $followauthor['ID'] );

wpw_fp_follow_author_row_after

This action runs just after each row of the author listing table on subscription management page.
do_action( 'wpw_fp_follow_author_row_after', $followauthor['ID'] );

wpw_fp_follow_author_footer_before

This action runs just before the author listing table footer on subscription management page.
do_action('wpw_fp_follow_author_footer_before');

wpw_fp_follow_author_footer_after

This action runs just after the author listing table footer on subscription management page.
do_action('wpw_fp_follow_author_footer_after');